ARK: Survival Evolved

ARK: Survival Evolved

View Stats:
startserver.bat closes immeditely
Anyone know how to fix? I watched a tutorial which helped me very much im at the very last step and i see the console for like 0,3 seconds before it closes automaticly.
< >
Showing 1-10 of 10 comments
Happymoonkin Jul 1, 2015 @ 1:30pm 
It sounds to me like something is wrong with the bat file. Where is it being executed at? Also post the bat file here (Or add me to steam and I can help that way so you don't have to post it)
The Prodigal Son Jul 1, 2015 @ 1:31pm 
i need to find the port i have the other guys port not myselfs how do i find my port? And don't give me any phising link = immeditely report.
Last edited by The Prodigal Son; Jul 1, 2015 @ 1:31pm
Happymoonkin Jul 1, 2015 @ 1:32pm 
Well if you are going to make threats to someone who is actually trying to help you then you can find someone else to help you, as I was in no way, shape or form doing any phising. Good luck on the issue.
The Prodigal Son Jul 1, 2015 @ 1:46pm 
Are you kidding me? i'm threatening *IF YOU ARE TRYING TO HIJACK MY ACCOUNT*
The Prodigal Son Jul 1, 2015 @ 1:47pm 
ONLY if you are trying to hijack my account i was being friendly oh my god
The Prodigal Son Jul 1, 2015 @ 1:47pm 
Originally posted by Happymoonkin:
Well if you are going to make threats to someone who is actually trying to help you then you can find someone else to help you, as I was in no way, shape or form doing any phising. Good luck on the issue.
SORRY BUT I REALLY NEED HELP MAN!
Happymoonkin Jul 1, 2015 @ 1:55pm 
Let me clarify somethings.
1.) I am not a hacker, nor would I ever be interested in your account (I deal with enough stuff like this as my job, trying to protect our network).
2.) I do not use any phishing attacks or anything, I only offered to help you, as I have helped lots of people on these forms with servers (Helps being a Network Engineer)
3.) I offered for you to add me to steam, so you could post the info of your server.bat file so I could look at it without you having to share it with everyone plus I respond quicker on steam then I do on the forms. (Although you need to blank out any passwords / usernames for it).

Now, for the port. This is your decision. By default the game uses port 7777 (TCP and UDP), and port 27015 (TCP and UDP), so the port you would use is 27015, but you need port forwarding setup for both 7777 and 27015.

Personally, I run my servers on port 27016 just because a lot of other steam games use 27015.
Last edited by Happymoonkin; Jul 1, 2015 @ 2:10pm
Happymoonkin Jul 1, 2015 @ 2:01pm 
Here is what my bat file looks like (Bat file must be in the same directory as shootergameserver.exe):

start ShooterGameServer.exe TheIsland?QueryPort=27016?SessionName=GAMENAME?MaxPlayers=40?listen?ServerPassword=PASSWORD?ServerAdminPassword=PASSWORD? -nosteamclient -game -server -log

In my case, the bat file is located at:
F:\ARKServer\ShooterGame\Binaries\Win64\Serverload.bat

To me, it sounds like the bat file you are using is not in the same directory as shootergameserver.exe, thus it cannot find the file and closes.
Last edited by Happymoonkin; Jul 1, 2015 @ 2:02pm
The Prodigal Son Jul 1, 2015 @ 2:30pm 
how did you find your port?
Happymoonkin Jul 1, 2015 @ 2:42pm 
Only two ports the game uses.
Port: 7777 (TCP and UDP)
Port: 27015 (TCP and UDP)
Everyone uses the same ports, unless you specify them differently in the bat file, You simply need to make sure the game is listening on 27015 and you should be good. In the bat file, you see the QueryPort=27016? That is the port the game will listen on.

Each port is bound to the PC running the server, So when you start Shootergameserver.exe, it will bind port 7777 and 27015 to that PC and open those ports, The problem is that PC has those ports open so anyone in your local network can see them, but the router will block anyone outside the network from connecting, thus you need to tell the router to forward those ports to the server hosting the game.

Lets say my WAN IP address (Internet) us 96.5.50.15, and my internal address is 192.1.1.2, What will happen is when someone tries to connect to 96.5.50.15, the router will block the inbound connection because the port is closed, so you need to login and tell it "If anything requests to connect on port 27015, tell it to look internally at 192.1.1.2" which is what port forwarding is, and once it is correctly setup, when someone puts in a request to the router to connect to your server on port 27015, the router will forward the request to the local PC that is in the routing table such as 192.1.1.2.
< >
Showing 1-10 of 10 comments
Per page: 1530 50

Date Posted: Jul 1, 2015 @ 1:26pm
Posts: 10