Server running on 0.0.0.0:4567
-
I just installed nodebb on digitalocean docker and i have no idea how to start the setup beacause i cant visit a webbrowser on the shell and do the setup so my question was if there was a way where i can change the the setup link to my vps ip instead.
thanks in advance
-
0.0.0.0 is the address which stands for "accepting any incoming connection on port xxxx". You can indeed just visit your-droplet-ip:4567 to access the installer. Or, you can run
./nodebb setup
from the shell.
Copyright © 2024 NodeBB | Contributors