can't open http://localhost:8818
nuonuoxiangyaofeigaogao opened this issue ยท 4 comments
Hello, I have great interest in your project! I have finished all of your 'Environment Setup' successfully, Then enter 'python webgui_server.py --webui' in Linux, I got below,
However, when I want to open this page number with xxx.xxx.xxx.xxx:8818 in my Local browser, I got nothing, just like below,
Then I find I can open xxx.xxx.xxx.xxx:8819 with a error tips.
I don't know why these essues occurred. Could you help me? Thanks a lot!
Hello, The main program for viewing the image has been loaded successfully, If you are not using a reverse proxy and are opening the webUI on local PC, please use http://localhost:8818 or http://127.0.0.1:8818, Please do not use http://(ip-address):8818
If you want to access the webUI on other PC within the same local network, please use the following command to running reverse proxy:
chmod +x ./tools/ssl-proxy-linux
./tools/ssl-proxy-linux -from 0.0.0.0:4480 -to 127.0.0.1:8818
you can use https://(ip-address):8818 to access the webUI.
for the 8819 issue, This is a known issue, and I will fix it in the future.
Thank you very much for using and providing feedback!
Port 8818 is mapped to port 4480, so please visit https://192.168.1.19:4480 on another PC.
Port 8818 is mapped to port 4480, so please visit https://192.168.1.19:4480 on another PC.
That's good!!! I have access https://192.168.1.19:4480/ !!Thanks for your kindly help!!!