Page 1 of 2

Dedicated srever "Not Responding" and not showing up

Posted: Tue Jul 07, 2015 1:49 pm
by KapXRecon
Hey, I recently have made a ARK dedicated server, but it does not show up in the game's unofficial server list. I have both ports 27015 and 7777 forwarded on my router and I launch the server with a .bat file. The ARKServers website and the steam server viewer claim the server is open, but when I try to join the server via ARKServers or Steam server viewer, a steam message pops up claiming the server if not responding. None of my friends see the server either. Any fix? Thanks bunches.

Re: Dedicated srever "Not Responding" and not showing up

Posted: Tue Jul 07, 2015 9:23 pm
by ThaHenry
Wait a period of time, the server needs up to an hour sometimes to report to the steam master servers. I guess your server should be online by now if you left it that way :)

Re: Dedicated srever "Not Responding" and not showing up

Posted: Wed Jul 08, 2015 12:36 pm
by KapXRecon
ThaHenry wrote:Wait a period of time, the server needs up to an hour sometimes to report to the steam master servers. I guess your server should be online by now if you left it that way :)
It's been around 5 hours since I opened the server, it still isn't responding.

Re: Dedicated srever "Not Responding" and not showing up

Posted: Wed Jul 08, 2015 1:02 pm
by Dashproject
Haroo!

It would be usefull if you posted a log output of your server, perhaps some thing is obstructing it. I am not talking about port forward or any thing. Also it would be use full yo try it with a different startup line with the flags: -nosteamclient -server

As for a start I would suggest trying to run it it either with:

Windows:

Code: Select all

@echo off
start ShooterGame.exe "TheIsland?listen?MaxPlayers=10?SessionName=Your awesome server name" -nosteamclient -server -log
exit
Or Linux:

Code: Select all

#!/bin/bash
./ShooterGame "TheIsland?listen?MaxPlayers=10?SessionName=Your awesome server name" -nosteamclient -server -log
Give it 5 to 10 minutes to fully boot up depending on your hardware and see if its enlisted.

Also you can try to connect with: steam://connect/YOUR-SERVER-IP
And see if it is working or not

Re: Dedicated srever "Not Responding" and not showing up

Posted: Wed Jul 08, 2015 2:15 pm
by KapXRecon
Dashproject wrote:Haroo!

It would be usefull if you posted a log output of your server, perhaps some thing is obstructing it. I am not talking about port forward or any thing. Also it would be use full yo try it with a different startup line with the flags: -nosteamclient -server

As for a start I would suggest trying to run it it either with:

Windows:

Code: Select all

@echo off
start ShooterGame.exe "TheIsland?listen?MaxPlayers=10?SessionName=Your awesome server name" -nosteamclient -server -log
exit
Or Linux:

Code: Select all

#!/bin/bash
./ShooterGame "TheIsland?listen?MaxPlayers=10?SessionName=Your awesome server name" -nosteamclient -server -log
Give it 5 to 10 minutes to fully boot up depending on your hardware and see if its enlisted.

Also you can try to connect with: steam://connect/YOUR-SERVER-IP
And see if it is working or not
I tried your server start code (Windows) and the server crashed about a minute after startup, unfortunately. The code I used beforehand is this:

start ShooterGameServer.exe TheIsland?QueryPort=27015?SessionName=eXi?MaxPlayers=5?listen?ServerPassword=YOURSERVERPASSWORD?ServerAdminPassword=YOURADMINPASSWORD -nosteamclient -game -server -log

I had my server name and passwords in the spaces of course.

Re: Dedicated srever "Not Responding" and not showing up

Posted: Wed Jul 08, 2015 10:48 pm
by Dashproject
Could you give us an output of your server error, because we need that to debug it.

Re: Dedicated srever "Not Responding" and not showing up

Posted: Sat Jul 11, 2015 7:17 pm
by KapXRecon
Dashproject wrote:Could you give us an output of your server error, because we need that to debug it.
Here is the crash report. This is using the launch code you provided, not the previous one.
Screenshot (1).png
Screenshot (1).png (333.34 KiB) Viewed 21078 times

Re: Dedicated srever "Not Responding" and not showing up

Posted: Sun Jul 12, 2015 1:34 am
by Dashproject
Update your server files, it is fixed yesterday if it still crashing look at this guide:

http://ark.gamepedia.com/Dedicated_Server_Setup

Other wise (if too complicated):
viewtopic.php?f=12&t=8

Re: Dedicated srever "Not Responding" and not showing up

Posted: Mon Jul 13, 2015 8:28 am
by KapXRecon
Dashproject wrote:Update your server files, it is fixed yesterday if it still crashing look at this guide:

http://ark.gamepedia.com/Dedicated_Server_Setup

Other wise (if too complicated):
viewtopic.php?f=12&t=8
I made an attempt at updating the server files on steamCMD, but was greeted by another error. I have an idea of what it means, but I don't know how to fix it.
Screenshot (2).png
Screenshot (2).png (616.75 KiB) Viewed 21048 times

Re: Dedicated srever "Not Responding" and not showing up

Posted: Wed Jul 15, 2015 12:06 am
by Dashproject
Run it again, steam has some times fucked up things. Otherwise reinstall it entirely some thing might be broken.