Jump to content

Recommended Posts

Posted

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?

  • Thanks 1
Posted

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

  • Thanks 4

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...