Auto start #8637
Unanswered
svetlinski
asked this question in
Q&A
Auto start
#8637
Replies: 1 comment 1 reply
-
Please follow the detailed installation documentation to install NetBox. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All! Apologies if this has been asked previously - I searched and I couldn't find anything similar in the Discussions.
I got a Netbox server running on Ubuntu, totally bare bones, but it works. But when I close my SSH session, I can no longer access it. I have to SSH back into the IP of the server, change my directory to /opt/netbox/netbox-3.1.6/netbox/ and issue the command "sudo python3 manage.py runserver 0.0.0.0:8000 --insecure" to get the web access to come back up.
I have followed instructions (here and here), however, this has made no difference. As soon as I logout of the SSH session, the venv collapses, which I kinda understand - since there is no user session, the venv doesn't have anywhere to run.
How can I force it to continue running after I close the SSH connection? We have another user who needs access when I am not around and even if I can leave my SSH connection running, if my Internet goes down, Netbox will be down until I re-establish the SSH connection.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions