Announcement

Collapse
No announcement yet.

Cannot access admin page on new install

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Cannot access admin page on new install

    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.

  • #2
    Look into /nxfilter/log/nxfilter.log first. See if it's running. You can check if it's running by executing /nxfilter/bin/ping.sh script.

    Comment


    • #3
      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.Click image for larger version

Name:	temp.png
Views:	9
Size:	135.8 KB
ID:	3851
      Last edited by etinker; 07-01-2025, 07:30 PM.

      Comment


      • #4
        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

        Working...
        X