Can't accessing Pharos Control webpage on localhost on Linux even though Pharos Control is started
Hello,
I'm preparing for installing CPE210 and trying to start pharoscontrol and access it's webpage on Linux.
I have not connected the CPE210:s to the network yet, but I guessed I would be able to access the pharoscontrol webpage anyway as long as I run the server on my computer or am I wrong? Do I need to have connected some CPE210 to the network to be able to access the pharoscontrol webpage?
Anyway I've installed JRE and started pharoscontrol, but when I access http://127.0.0.1:9321/ on the computer where I run pharoscontrol I just get a "Problem loading page".
$ java -version
openjdk version "17.0.14" 2025-01-21
OpenJDK Runtime Environment (build 17.0.14+7-Debian-1deb12u1)
OpenJDK 64-Bit Server VM (build 17.0.14+7-Debian-1deb12u1, mixed mode, sharing)
$ sudo /etc/init.d/pharoscontrol status
Pharos Control is running with port 9321.
I did:
$ sudo systemctl disable apache2.service
fearing it was running and it might have caused some trouble. I did a reboot after this to be sure. The webserver is now not running.
How can I go on to troubleshoot this, and is there a troubleshooting guide?
Thankful for any help or leads on this!