-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Solved]server: status off Settings #20
Comments
I set this up on vps by configuring PRIVATE_IP variable to real ip and modifying app.run() to I think this might help you. |
@gra1w keep thing simple I did the same ;) .vi lib/const.py and set both PRIVATE_IP and PUBLIC_IP to your REAL_WAN_IP / VPS_IP. Below is the python3.7 for best running loki. #Installing 3.7 python` sudo apt install -y ` wget https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tar.xz ++++++++++++++++++++++
|
I'm trying to setup this on my test vps , where Ive only terminal no GUI . I've tried to access it a bit change in loki.py and change ===> app.run() into ===> app.run(host='0.0.0.0.0') . >But the issue is when I logged into panel server status is OFF. when I switch to settings and server tab . I put my WAN IP there and server does not start. IP box turned RED . Any idea what's wrong.
Regards
The text was updated successfully, but these errors were encountered: