Hey all. I have my first install of n8n hosted in docker on my hosted server. I can request from my url with the port number r, but all I get is the port being reset (I see that in tcpdump).
23:15:00.490229 IP <My Broadband>.61535 > <My Internet Server>.5678: Flags [S], seq 1558230098, win 64240, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
23:15:00.490375 IP <My Internet Server>.5678 > <My Broadband>.61535: Flags [S.], seq 3618209691, ack 1558230099, win 64240, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
23:15:00.520392 IP <My Broadband>.61535 > <My Internet Server>.5678: Flags [.], ack 1, win 48478, length 0
23:15:00.520394 IP <My Broadband>.61535 > <My Internet Server>.5678: Flags [P.], seq 1:1726, ack 1, win 48478, length 1725
23:15:00.520565 IP <My Internet Server>.5678 > <My Broadband>.61535: Flags [.], ack 1726, win 495, length 0
23:15:00.523432 IP <My Internet Server>.5678 > <My Broadband>.61535: Flags [P.], seq 1:48, ack 1726, win 501, length 47
23:15:00.523545 IP <My Internet Server>.5678 > <My Broadband>.61535: Flags [F.], seq 48, ack 1726, win 501, l
23:15:00.549987 IP <My Internet Server>.5678 > <My Broadband>t.61535: Flags [R], seq 3618209739, win 0, length 0
Am I missing something? I was expecting a new user setup screen like you normally get on a locally hosted setup. My docker command is
I run n8n from docker with the following command.
docker run -it --rm --name n8n -p 5678:5678 -e GENERIC_TIMEZONE="Europe/London" -e TZ="Europe/London" -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n
Which responds with the following output.
User settings loaded from/home/node/.n8n/config
Initializing n8n process
n8n ready on 0.0.0.0, port 5678
Version: 1.42.1
Editor is now accessible via:
http://localhost:5678/
Press "o" to open in Browser.
I haven’t found anything specific on my system having checked syslog.
I have added the UFW rule:
Status: active
To Action From
-- ------ ----
OpenSSH ALLOW Anywhere
Apache Full ALLOW Anywhere
5678/tcp ALLOW Anywhere
Any ideas what I am missing?
I followed the instructions in the docs
Information on your n8n setup
- 1.42.1
- default: SQLite:
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via Docker:
- Ubuntu 22.04: Patched and updated