Jump to content

Barba

Scallywag
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Barba

  • Rank
    Pathfinder

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Correct for Atlas ID but be sure whenever you make new one, or even when i edit old one i take new id exactly how you described. When i said server config i meant server.json have all ports in it (ones you set up when you ctrl + left click on cluster in grideditor), just easier to read it from json instead to reopen editor just to find ports which you have setup. Checking Home server also enables spawn points on cluster, without that im not sure would server show up on list. Other than that only thing crossing my mind is Ports. If all 5 ports are correctly opened it should work fine. You can also try download some 1x1 maps done by others to test out. Yeah server is quite more complicated than ark or most others i used by now and really poorly documented. Im still struggling to get some stuff working and there is no info anywhere....
  2. RconPort is also defined in GameUserSetting.ini IIRC. Down is example of bat file im using. You also need that port opened. start ShooterGameServer.exe Ocean?ServerX=0?ServerY=0?AltSaveDirectoryName=A1?ServerAdminPassword=password?MaxPlayers=30?ReservedPlayerSlots=5?QueryPort=57555?Port=5755?RCONEnabled=true?RCONPort=28000?SeamlessIP=YourPublicIP -server -ForceRespawnDinos -log -NoNattleEye Another thing that cross my mind is to make sure you have checked Home Server checkbox in GridEditor. I noticed in my testings that if cluster without home server checked started first will not show up on list at all. Possible also is Atlas ID not set correctly can cause server to not show up. I havent done any steam id checks to any of my servers to run them so far. Best for ports it to write down all ports you have setup in your server config and forward them to your server in your router. Sadly i only host server on public not on LAN so i cant help much on how to set it up to work on LAN only.
  3. I personally had issues with steam server list not really working for me, so i don't rely on it at all. Either server not found, invalid server or whatever other error it can give but it works great trough within game server list. I'll assume you have correct 1x1 map with correct settings (Atlas ID, Friendly Name, IP set up on Cluster itself, Port on cluster, Game Port on cluster, SeamlessDataPort on cluster, and, exported (ServerGrid.json, ServerGrid.ServerOnly.json and ServerGrid folder with map images generated) and final correctly set up bat file to run it all. After running redis server (with is database for characters and works for connecting clusters) you start server with bat, same like ark and it should be shown inside game on list. I usually search "unofficial, password protected and its first on list usually). Dont think that Windows have anything to do with it but most probably ports (from my own experience). I'll give you ports you need and maybe check them first before messing with other things in case server starts correct without any errors. So for Redis you want to open port 6379 (default port), than next ports are just examples and set them based on what you set them up in GridEditor, QueryPort: 57555, GamePort: 5755, SeamlessPort: 27000 and final RconPort 28000 which is defined in bat file you use to start server. After you sort your ports check ingame for server on list, should be usually on top of list. In case you gona run multiple clusters just use ports with increment of 5 for each cluster. Example Cluster 1 QueryPort: 57555, cluster 2: 57560, etc.
  4. Which map are you trying to run? 1x1, 2x2, etc!? How did you set your Json file? Port forward? Bit more info and maybe can help you.
×
×
  • Create New...