Page 1 of 1

Server not showing.

Posted: Sat Feb 27, 2016 2:07 pm
by Tomse
Hello survivors!

For the past few days I've been trying to run a dedicated ark server but I can never get it to show up outside of my LocalNet.

My ServerStart batch file:
start ShooterGameServer "C:\ArkServer\ShooterGame\ShooterGame.uproject" "/Game/Maps/TheIsLandSubMaps/TheIsLand?Port=27015?QueryPort=27016?SessionName=TomseTest?MaxPlayers=50?listen?ServerPassword=test1234?ServerAdminPassword=TesT1234?DifficultyOffset?0.1?NewMaxStructuresInRange?6000.000000?GlobalVoiceChat=false?ProximityChat=false?NoTributeDownloads=false?AllowTirdPersonPlayer=true?AlwaysNotifyPlayerLeft=true?DontAlwaysNotifyPlayerJoined=false?ServerHardcore=false?ServerPVE=true?ServerCrosshair=true?ServerForceNoHUD=false?ShowMapPlayerLocation=true?EnablePVPGamme=false?DisableStructureDecayPvE=false?AllowFlyerCarryPvE=false?" -nosteamclient -game -server -log
exit

Ports forwarded:
TCP/UDP:27015
TCP/UDP:27016
TCP/UDP:7777
TCP/UDP:32330
All of these are linked to my local ip 192.168.0.14 and that is my reserverd ip for the computer im trying to run the server from.

I can find the server if i go to the "LAN" tab in server list and I can play on it, but non of my friends can join trough steam friends list, "Friends" tab in server lists, or Steam Server Viewer, even if they add it by my outgoing ip.

Re: Server not showing.

Posted: Sun Feb 28, 2016 2:25 am
by Tomse
PortsForwarded settings:
Image

StaticIP:
Image

Re: Server not showing.

Posted: Mon Feb 29, 2016 10:01 am
by Madykevy
start ShooterGameServer "C:\ArkServer\ShooterGame\ShooterGame.uproject" "/Game/Maps/TheIsLandSubMaps/TheIsLand?Port=27015?QueryPort=27016?SessionName=TomseTest?MaxPlayers=50?listen?ServerPassword=test1234?ServerAdminPassword=TesT1234?DifficultyOffset?0.1?NewMaxStructuresInRange?6000.000000?GlobalVoiceChat=false?ProximityChat=false?NoTributeDownloads=false?AllowTirdPersonPlayer=true?AlwaysNotifyPlayerLeft=true?DontAlwaysNotifyPlayerJoined=false?ServerHardcore=false?ServerPVE=true?ServerCrosshair=true?ServerForceNoHUD=false?ShowMapPlayerLocation=true?EnablePVPGamme=false?DisableStructureDecayPvE=false?AllowFlyerCarryPvE=false?" -nosteamclient -game -server -log
You've put the wrong ports in the start script.
Or you will have to forward the other port.

I think the default would be:

Port=7777
QueryPort=27015

Re: Server not showing.

Posted: Mon Feb 29, 2016 11:18 pm
by Tomse
Madykevy wrote:
start ShooterGameServer "C:\ArkServer\ShooterGame\ShooterGame.uproject" "/Game/Maps/TheIsLandSubMaps/TheIsLand?Port=27015?QueryPort=27016?SessionName=TomseTest?MaxPlayers=50?listen?ServerPassword=test1234?ServerAdminPassword=TesT1234?DifficultyOffset?0.1?NewMaxStructuresInRange?6000.000000?GlobalVoiceChat=false?ProximityChat=false?NoTributeDownloads=false?AllowTirdPersonPlayer=true?AlwaysNotifyPlayerLeft=true?DontAlwaysNotifyPlayerJoined=false?ServerHardcore=false?ServerPVE=true?ServerCrosshair=true?ServerForceNoHUD=false?ShowMapPlayerLocation=true?EnablePVPGamme=false?DisableStructureDecayPvE=false?AllowFlyerCarryPvE=false?" -nosteamclient -game -server -log
You've put the wrong ports in the start script.
Or you will have to forward the other port.

I think the default would be:

Port=7777
QueryPort=27015
Yes, I know. I changed the game port to run on 27015 and querry port to 27016 and this was taken from a youtube video about setting up a ark server. I've tried with the deafult settings and I still can't get it to run. If you see the second post, you'll see that the forwarded ports. 26999-27050 so 27015 and 27016 should be forwarded. And in my Firewall I have outbound and inbound rulse on all the ports, ShooterGame.exe and ShooterGameServer.exe. (All these are set to allow connection)

Re: Server not showing.

Posted: Tue Mar 01, 2016 9:02 am
by Madykevy
Have you tried to disable the windows firewall?