Server fails after 6min

Get assistance with hosting your own ARK server here.
User avatar
Dashproject
Posts: 67
Joined: Mon Jul 06, 2015 5:42 am
Location: Netherlands
Contact:

Re: Server fails after 6min

Post by Dashproject » Wed Jul 22, 2015 12:12 am

It seems that your startup script has a space were it should have not, it is at the #!/bin/bash part.

Code: Select all

#!/bin/bash
./ShooterGameServer "TheIsland?listen?MultiHome=23.238.135.194?MaxPlayers=70?RCONEnabled=True?RCONPort=32330?SessionName=Your Server Name" -nosteamclient -server -log
Copy this in a startserver.sh file and see if this works.

Note: I removed "?ServerAdminPassword=123" because you can do that in your config file located at:

Code: Select all

ShooterGame/Saved/Config/Linux/GameUserSettings.ini
If this din't worked, reboot your server to reload all the configs you've adjusted in the system.
Image

welchmek
Posts: 8
Joined: Sun Jul 19, 2015 9:10 am

Re: Server fails after 6min

Post by welchmek » Wed Jul 22, 2015 6:01 am

Still no luck. I ran it with your startup script it failed then i rebooted the server and tried again and same thing. I feel like its something on the servers config not the script but have no idea what it could be.

User avatar
Dashproject
Posts: 67
Joined: Mon Jul 06, 2015 5:42 am
Location: Netherlands
Contact:

Re: Server fails after 6min

Post by Dashproject » Wed Jul 22, 2015 10:38 pm

Could you try running:

Code: Select all

steamcmd +login anonymous +force_install_dir /path/to/ark/server/files +validate 376030 +quit
NOTE: Be sure to put in the right path!
Image

welchmek
Posts: 8
Joined: Sun Jul 19, 2015 9:10 am

Re: Server fails after 6min

Post by welchmek » Thu Jul 23, 2015 4:45 am

To get it to run I had to altar the command and run from the steamcmd folder this is what I ran.

Code: Select all

./steamcmd.sh +login anonymous +force_install_dir /home/steam/servers/ark/ +app_update 376030 validate +quit
It ran through and validated everything I then tried running the server and it still failed. If you are interested I would be Willing to give you access to the server to see if you can figure it out.

Madykevy
Posts: 20
Joined: Sun Jul 26, 2015 3:34 am
Location: Netherlands

Re: Server fails after 6min

Post by Madykevy » Sun Jul 26, 2015 3:38 am

I'm experiencing the same problem.
I have folowed the Wiki, Steam topic and i've tried the Arkmanager. Have been looking around on the internet but i can't find the solution. Any updates on this?

I have tried:
- Ubuntu 15.04 (Doesn't work)
- Ubuntu 14.04 (Doesn't work)
- Ubuntu 14.04.2 (Doesn't work)

On Windows it works instantly.....

Post Reply