I'm struggling to find the ports I need open on client machines to allow SOLUS 3 to deploy agents.
I've got the 52965/52966 for the server but what ports are needed for the deployment part?

I'm struggling to find the ports I need open on client machines to allow SOLUS 3 to deploy agents.
I've got the 52965/52966 for the server but what ports are needed for the deployment part?

No matter, found another installation manual that lists:
TCP: 139, 52965, 52966, 8739
UDP: 137, 138
I use this text in a batch file to open the appropriate ports on stubborn machines.
cmnetsh firewall set notifications DISABLE
netsh firewall set service type = FILEANDPRINT mode = ENABLE
netsh firewall set portopening protocol = TCP port = 52965 name = SOLUS-3-DS
netsh firewall set portopening protocol = TCP port = 52966 name = SOLUS-3-AGENT
netsh firewall set portopening protocol = TCP port = 8739 name = SOLUS-3-AGENT-UI
netsh firewall set service type = REMOTEADMIN mode = ENABLE
There are currently 1 users browsing this thread. (0 members and 1 guests)