Published 9 months ago
Published 9 months ago
NP SPQR (Юлий)
Updated 9 months ago
0
I installed Safeline WAF on a VDS with 1 core and 2 GB RAM, as well as 30 GB SSD. The operating system I chose was Ubuntu 22.04. But after installation according to the instructions, the web interface does not open on port 9443. The VDS is pinged and accessible via telnet. What am I doing wrong besides launching with one command? I installed it a year ago and everything worked fine.
waf-yangzai
Updated 9 months ago
Locally on the WAF, use the command curl https://127.0.0.1:9443 -k -v to check if the expected information is returned.
If local access works without issues, investigate whether any network policy restrictions are causing this problem.
NP SPQR (Юлий)
Updated 9 months ago
0
I was only able to log in via ssh tunnel. Is that how it should be?
ssh -L 30666:127.0.0.1:9443 root@ip
waf-yangzai
Updated 9 months ago
You can first try using a tunnel to see if it's due to censorship. If port 30666 is accessible, then consider changing to another management port.