Swarm coordinator

swarm coordinator see nodes (pc), could ping them, but nodes couldn’t ping coordinator

[PingCoordinator] Determined that we shouldn’t ping the coordinator right now

firewall turn off. Antivirus deleted. network - public

After reading a few things online, just got this working myself…

Agent Settings

  • AgentGroupName should match AllowedAgentRemoteGroup
  • AllowedRemoteAgentNames can be set to *

Firewall Rules: run in Admin Command Prompt

  • netsh advfirewall firewall add rule name=“Unreal Swarm ICMPv4 In” dir=in action=allow enable=yes remoteip=RANGE protocol=icmpv4
  • netsh advfirewall firewall add rule name=“Unreal Swarm TCP In” dir=in action=allow enable=yes remoteip=RANGE protocol=tcp localport=8008,8009,54430,56574,56587
  • netsh advfirewall firewall add rule name=“Unreal Swarm ICMPv4 Out” dir=out action=allow enable=yes localip=RANGE protocol=icmpv4
  • netsh advfirewall firewall add rule name=“Unreal Swarm TCP Out” dir=out action=allow enable=yes localip=RANGE protocol=tcp remoteport=8008,8009,54430,56574,56587