Describe the problem/error/question
Recently purchased n8n vps and a domain name from Hostinger. I followed the steps as defined in their guide to change the domain for n8n exactly. the file was updated with my domain name but when I click on ‘Mange App’ button then it still takes me to old domain name (which was provided as a default).
Do I need to change the “Hostname’ under VPS details section on overview screen of VPS?
Even when I try to manually enter the url with my domain name I get an error message.
What is the error message (if any)?
clicking on ‘Manage App’ still takes me to following address -
https://n8n.srv1071485.hstgr.cloud
which displays ‘404 page not found’ error message
instead of
Please share your workflow
- pointed my VPS to the domain (confirmed that DNS propagation is complete)
- created two ‘A’ record entries under DNS/Nameserver section with VPS IP address as per the suggested steps and removed all other ‘A’ ‘AAAA’ & ‘CNAME’ records.
- NOTE: I do see some CAA & MX records under DNS/Nameserver section which I have not removed yet.
- accessed my VPS through browser terminal
- ran the command ‘nano .env’
- In the DOMAIN_NAME=srvXXXXX.hstgr.cloud replaced it with following -DOMAIN_NAME=manuchawla.cloud
- click ctrl+x then y then ‘enter’
- restarted n8n service by executing following commands -
- docker compose down
- docker compose up -d
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system: