I am trying to access my panel using the direct ip address of it but i keep getting the error above.
The strange thing is that i am able to ssh into my server and run commands from my terminal but the page will not load.
Although it says nginx i am actually using apache and running the command service nginx reload
gives me an error but service httpd reload
executes just fine.
Things I have tried:
Clearing cache
Incognito
After running this command: sudo systemctl status httpd.service -l --no-pager
I saw that port 3333 was blocking the server from running so i killed the running service (it was a port i was using for something i was running so theres no danger there) and restarted the server using service httpd reload
.
The server restarted correctly however i still cannot access the aapanel.
Any ideas?