[Solved] Installation on Centos 7

Unimus support forum
Post Reply
ziplink
Posts: 2
Joined: Fri Oct 26, 2018 5:37 pm

Fri Oct 26, 2018 5:42 pm

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?
User avatar
Tomas
Posts: 1206
Joined: Sat Jun 25, 2016 12:33 pm

Fri Oct 26, 2018 6:48 pm

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 ..."
Post Reply