Generated from docs/vps-and-n8n.md. Edit repository Markdown, not this rendered copy.
VPS and n8n
Relmio installs a separate sidecar project at
/docker/n8n-openai-oauth. It does not edit, rebuild, recreate, stop, or
restart your existing n8n Compose project or image. The sidecar has no host
port: n8n reaches it over the shared Docker network at
http://n8n-openai-oauth:10531/v1.
Wizard route
- Run the local wizard and complete the fresh ChatGPT sign-in on your own computer.
- Enter your VPS address and compare the presented SSH host fingerprint with your provider before authorizing password authentication.
- Select an already-running n8n container and one of its existing shared networks.
- Review the exact plan. Remote writes begin only after final confirmation.
- In n8n, use the private sidecar hostname rather than
127.0.0.1.
The n8n credential's required API-key field uses local-only only as a UI
placeholder; it is not an OpenAI Platform API key.
Follow-on guides
- Configure n8n nodes has copy-ready AI Agent and HTTP Request recipes.
- Beginner manual installation is the auditable fallback when the wizard cannot be used.
- Troubleshooting includes connection, Docker-network, and browser sign-in recovery steps.