Dedicated srever "Not Responding" and not showing up

Get assistance with hosting your own ARK server here.
User avatar
KapXRecon
Posts: 8
Joined: Tue Jul 07, 2015 1:40 pm

Dedicated srever "Not Responding" and not showing up

Post by KapXRecon » Tue Jul 07, 2015 1:49 pm

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.

ThaHenry
Posts: 25
Joined: Fri Jun 26, 2015 9:00 am
Location: Germany

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

Post by ThaHenry » Tue Jul 07, 2015 9:23 pm

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 :)

User avatar
KapXRecon
Posts: 8
Joined: Tue Jul 07, 2015 1:40 pm

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

Post by KapXRecon » Wed Jul 08, 2015 12:36 pm

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.

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

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

Post by Dashproject » Wed Jul 08, 2015 1:02 pm

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
Image

User avatar
KapXRecon
Posts: 8
Joined: Tue Jul 07, 2015 1:40 pm

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

Post by KapXRecon » Wed Jul 08, 2015 2:15 pm

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.

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

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

Post by Dashproject » Wed Jul 08, 2015 10:48 pm

Could you give us an output of your server error, because we need that to debug it.
Image

User avatar
KapXRecon
Posts: 8
Joined: Tue Jul 07, 2015 1:40 pm

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

Post by KapXRecon » Sat Jul 11, 2015 7:17 pm

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 21077 times

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

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

Post by Dashproject » Sun Jul 12, 2015 1:34 am

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
Image

User avatar
KapXRecon
Posts: 8
Joined: Tue Jul 07, 2015 1:40 pm

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

Post by KapXRecon » Mon Jul 13, 2015 8:28 am

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 21047 times

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

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

Post by Dashproject » Wed Jul 15, 2015 12:06 am

Run it again, steam has some times fucked up things. Otherwise reinstall it entirely some thing might be broken.
Image

Post Reply