Leandroone Posted September 14, 2024 Share Posted September 14, 2024 Can anyone help me? I don't know what I'm doing wrong. I'm trying to form a cluster between servers, but it seems like they aren't communicating. ShooterGameServer.exe TheIsland?SessionName=ANCESTRAL-5X-I?ServerAdminPassword=XXXX?AltSaveDirectoryName=TheIsland?Port=7777?QueryPort=27015?RCONPort=32330?RCONEnabled=True?MaxPlayers=10?GameModIds=731604991,1609138312,1404697612 -automanagedmods -NoTransferFromFiltering -ClusterDirOverride=D:\HaruHost\clusters -clusterid=qqone ShooterGameServer.exe Ragnarok?SessionName=ANCESTRAL-5X-II?ServerAdminPassword=XXXX?AltSaveDirectoryName=Ragnarok?Port=7778?QueryPort=27016?RCONPort=32331?RCONEnabled=True?MaxPlayers=10?GameModIds=731604991,1609138312,1404697612 -automanagedmods -NoTransferFromFiltering -ClusterDirOverride=D:\HaruHost\clusters -clusterid=qqone Link to comment Share on other sites More sharing options...
Larkfields Posted September 14, 2024 Share Posted September 14, 2024 1. Ark doesn't like drive letters in the cluster directory. 2. You should also separate port numbers by two. 3. Port numbers over 32k don't always work. 4. Use quotes around the config settings. ShooterGameServer.exe "TheIsland?SessionName=ANCESTRAL-5X-I?ServerAdminPassword=XXXX?AltSaveDirectoryName=TheIsland?Port=7777?QueryPort=27015?RCONPort=22330?RCONEnabled=True?MaxPlayers=10?GameModIds=731604991,1609138312,1404697612" -automanagedmods -NoTransferFromFiltering -ClusterDirOverride=\HaruHost\clusters -clusterid=qqone ShooterGameServer.exe "Ragnarok?SessionName=ANCESTRAL-5X-II?ServerAdminPassword=XXXX?AltSaveDirectoryName=Ragnarok?Port=7779?QueryPort=27016?RCONPort=22332?RCONEnabled=True?MaxPlayers=10?GameModIds=731604991,1609138312,1404697612" -automanagedmods -NoTransferFromFiltering -ClusterDirOverride=\HaruHost\clusters -clusterid=qqone Link to comment Share on other sites More sharing options...
Leandroone Posted September 16, 2024 Author Share Posted September 16, 2024 On 9/14/2024 at 6:57 PM, Larkfields said: 1. Ark doesn't like drive letters in the cluster directory. 2. You should also separate port numbers by two. 3. Port numbers over 32k don't always work. 4. Use quotes around the config settings. ShooterGameServer.exe "TheIsland?SessionName=ANCESTRAL-5X-I?ServerAdminPassword=XXXX?AltSaveDirectoryName=TheIsland?Port=7777?QueryPort=27015?RCONPort=22330?RCONEnabled=True?MaxPlayers=10?GameModIds=731604991,1609138312,1404697612" -automanagedmods -NoTransferFromFiltering -ClusterDirOverride=\HaruHost\clusters -clusterid=qqone ShooterGameServer.exe "Ragnarok?SessionName=ANCESTRAL-5X-II?ServerAdminPassword=XXXX?AltSaveDirectoryName=Ragnarok?Port=7779?QueryPort=27016?RCONPort=22332?RCONEnabled=True?MaxPlayers=10?GameModIds=731604991,1609138312,1404697612" -automanagedmods -NoTransferFromFiltering -ClusterDirOverride=\HaruHost\clusters -clusterid=qqone I tried exactly what you instructed, but without any result in the cluster section—no servers appear, even though they are accessible outside the cluster. Thank you for your response. Link to comment Share on other sites More sharing options...
Larkfields Posted September 16, 2024 Share Posted September 16, 2024 I missed one of the port numbers (corrected below). Have you also setup port-forwarding on your router for all ports? UDP 7777-7780 and 27015-27018 RCON uses TCP - you don't need to port-forward this if you only use RCON on the server itself. TCP 22330-22332 ShooterGameServer.exe "TheIsland?SessionName=ANCESTRAL-5X-I?ServerAdminPassword=XXXX?AltSaveDirectoryName=TheIsland?Port=7777?QueryPort=27015?RCONPort=22330?RCONEnabled=True?MaxPlayers=10?GameModIds=731604991,1609138312,1404697612" -automanagedmods -NoTransferFromFiltering -ClusterDirOverride=\HaruHost\clusters -clusterid=qqone ShooterGameServer.exe "Ragnarok?SessionName=ANCESTRAL-5X-II?ServerAdminPassword=XXXX?AltSaveDirectoryName=Ragnarok?Port=7779?QueryPort=27017?RCONPort=22332?RCONEnabled=True?MaxPlayers=10?GameModIds=731604991,1609138312,1404697612" -automanagedmods -NoTransferFromFiltering -ClusterDirOverride=\HaruHost\clusters -clusterid=qqone Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now