Page 1 of 1

[Solved] Installation on Centos 7

Posted: Fri Oct 26, 2018 5:42 pm
by ziplink
I installed the software on a 'minimal' install of Centos but I cannot access the app on port 8085. Are there maybe some dependencies I'm missing?

Re: Installation on Centos 7

Posted: Fri Oct 26, 2018 6:48 pm
by Tomas
Hi,

CentOS has firewall by default, so you will need to open port 8085.

Alternatively, you can disable the firewall all together.
One of these should do:

Code: Select all

systemctl stop filterd
systemctl stop firewalld
systemctl stop iptables
If you don't want the firewall to start after reboot, also do "systemctl disable ..."