Jump to content

Ark survival evolved linux server can't find open query ports.


Camo06
 Share

Recommended Posts

The server works if I only have the 1st line without the cluster stuff but I want to start a scorched earth server on the cluster.

this is the server start:
#! /bin/bash

./ShooterGameServer TheIsland?listen?SessionName=Garry Chat?ServerPassword=garry?QueryPort=27015?RCONPort=27020?Port=7777 -server -log -NoTransferFromFiltering -clusterid=mrbombastic -ClusterDirOverride=./ClusterOveride
./ShooterGameServer ScorchedEarth_P?SessionName=Garry2?Port=7779?QueryPort=7771?RCONPort=27021 -NoTransferFromFiltering -clusterid=mrbombastic -ClusterDirOverride=./ClusterOveride
 
These are the firewall settings and I have 6 ports forwarded, 3 for each
image.png.c65b262c2abf2f88a98286aa6ba904bb.png
 
Link to comment
Share on other sites

Long time since I've done Linux, but I think you need an ampersand (&) on the end of the command lines, otherwise the first map will start and the script will wait for it to finish before the second map starts.

 

I'd also recommend specifying a save directory for each map
?AltSaveDirectoryName=/saves/island?

?AltSaveDirectoryName=/saves/scorched?

Link to comment
Share on other sites

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
 Share

×
×
  • Create New...