Fresh install of NX filter on Debian. I cannot get the admin page to load. I'm sure there is something I'm missing. It's installed on a VM with a public IP, not behind a firewall.
Announcement
Collapse
No announcement yet.
Cannot access admin page on new install
Collapse
X
-
I run that script and get "Still working."
Running tail -f /nxfilter/log/nxfilter.log provides this output. It looks like it's running to me.Last edited by etinker; 07-01-2025, 07:30 PM.
Comment
-
There's some traffic to your NxFilter. Did you try to access it using this kind of URL? http://nxfilter-public-ip/admin?
I guess it's a Linux system. Then try 'curl http://localhost/admin'. If it downloads and show the html code form your server then 'curl http://nxfilter-public-ip/admin'. If it also works then there's a problem between you and the server. Could be a firewall issue? Not sure. Try those steps.
Comment
Comment