ATLAS
Davos 2019 年 1 月 8 日 下午 12:10
Help with setting up server
I started a 1x1 and now I'm trying to run a 2x1 - I was able to get the 00 server up and running but my second server 10 isn't showing. I have a second start server batch file with the new server AltSaveDirectory=10 and diff port number - opened fw and after I started the start server it did created the new 10 folder as expected. The 10 server runs without any errors. However the Server NAME is the same as the 00 server. Perhaps that is why it isn't showing. The server names are different in the 10 gameusersettings. I viewed BattleMetrics and it too isn't showing the 2nd cluster. There really isn't any websites or help areas posted that I could find so I thought I would ask you all.
< >
正在显示第 1 - 15 条,共 18 条留言
Implicitlee 2019 年 1 月 8 日 下午 12:20 
引用自 Davos
I started a 1x1 and now I'm trying to run a 2x1 - I was able to get the 00 server up and running but my second server 10 isn't showing. I have a second start server batch file with the new server AltSaveDirectory=10 and diff port number - opened fw and after I started the start server it did created the new 10 folder as expected. The 10 server runs without any errors. However the Server NAME is the same as the 00 server. Perhaps that is why it isn't showing. The server names are different in the 10 gameusersettings. I viewed BattleMetrics and it too isn't showing the 2nd cluster. There really isn't any websites or help areas posted that I could find so I thought I would ask you all.

I have same issue except I am trying a 2x2 I have posted on Atlasgame forums If I get a response there I will let you know
johnim 2019 年 1 月 8 日 下午 12:23 
https://www.youtube.com/user/Cpjet644/videos
as posted before very helpful guides and guy i setup a 2x2 and a 2x1 from this help
最后由 johnim 编辑于; 2019 年 1 月 8 日 下午 12:27
Davos 2019 年 1 月 8 日 下午 2:29 
Indeed - I have watched a few of his vids and learned a lot along the way. BTW - I am trying to host my own dedicated server and not using a rental server.

I did notice in my 10 (B1) gameusersettings.ini there is a RCONPort=27020 and that is the same on both grids 00 and 10. I also tried flying to the 10 grid and my game locked up and timed out. There was a blue line on the ocean and when trying to travers the line, it was trying to connect but timed me out in the process. I am now unable to rejoin the server. I also can't SEE B1 in the server list. So maybe it is up but not accessable.

I just tried changing the RCON port to 27020 on 10 settings and relaunched server. I am still unable to join the server and B1 still isn't showing in the list.

Any ideas?
Anyone know how to delete my toon so I can come in as a new player?
最后由 Davos 编辑于; 2019 年 1 月 8 日 下午 2:36
Davos 2019 年 1 月 8 日 下午 5:00 
Do I need to open the SeamlessDataPort=27000 (A1) and 27012 (B1) in my router?
enchanter100 2019 年 1 月 8 日 下午 5:10 
Each server needs all new ports opened up. It's best to open em up sequentially so you remember!
Wildman 2019 年 1 月 9 日 下午 3:10 
Ports opened... and still doesn work.

Ports: 57561 and 57562
Game Ports: 5761 and 5762
Seamless Data Ports: 27000 and 27001
Rcon Ports: 27020 and 27022

I confirmed these are all open and are the same in my json file.
I am still unable to see B1 server.
Cipher 2019 年 1 月 9 日 下午 3:27 
Lol it's alot more than just opening ports. You need to put the Atlas.exe ingoing and outgoing along with server exe in your firewall. Along with adding ingoing and outgoing with the ports you opened through your firewall both tcp and udp. After all that you should be good to go. I run my own 2x3.
最后由 Cipher 编辑于; 2019 年 1 月 9 日 下午 3:28
Davos 2019 年 1 月 9 日 下午 4:03 
yes, I have on my server both entered in my inbound and outbound rules... I have the ports and the exe opened as you stated. Battlemetrics site can see the B1 server however I still can't see the B1 server (grid) on the Atlas menu. As an Admin in game, I flew to the B1 map and the server locked and timed me out. As if my toon is stuck on B1 server and now no way to get to it as I have no way to see the B1 server to connect to it. I may be explaining all this incorrectly and there must be something else going on that is causing me not to see the B1 server on my 2x1.

I have tried shutting everything down including redis server. relaunched everything and still can't see B1.
enchanter100 2019 年 1 月 9 日 下午 6:56 
You have the launch parameters set? in the bat file make sure that the coordinates and ports all match what the servergrideditor is set to for each cell.
Wildman 2019 年 1 月 9 日 下午 7:09 
Yes, I have These for each launch server bat file:

00 (A1)
Start ShooterGameServer.exe Ocean?ServerX=0?ServerY=0?AltSaveDirectoryName=00

10 (B1)
Start ShooterGameServer.exe Ocean?ServerX=1?ServerY=0?AltSaveDirectoryName=10
xartin 2019 年 1 月 9 日 下午 7:16 
Here's a couple really good guides i used to setup a 2x2 grid server.

https://www.playatlas.com/index.php?/forums/topic/9735-unofficial-dedicated-server-guide/
https://www.playatlas.com/index.php?/forums/topic/6000-lan-server-setup/&page=4

Using the map editor to match the server grid ip addresses, network ports and map grid orientation coordinates to your batch file startup scripts is absolutely necessary or none of your server grids will work.

The ip address you wish to use for connecting to the server MUST be the ip address used when editing the map grid configuration.

Depending on your network router port forwarding port ranges if your only usign a single ip address also may not work. i had to create separate port forward rules for each additonal server grid.

each server grid only requires one network port set that must for be different for every addtional grid matching your desired queryport and gameport

steamless port can remain the same for every server grid

Also port forwarding the rcon ports is enirely unecessary for any of the the server grids to be accessable to players.
最后由 xartin 编辑于; 2019 年 1 月 9 日 下午 7:24
enchanter100 2019 年 1 月 9 日 下午 7:20 
引用自 Admin
Yes, I have These for each launch server bat file:

00 (A1)
Start ShooterGameServer.exe Ocean?ServerX=0?ServerY=0?AltSaveDirectoryName=00

10 (B1)
Start ShooterGameServer.exe Ocean?ServerX=1?ServerY=0?AltSaveDirectoryName=10

Ports? should have the corresponding ports in the bat file as well..
enchanter100 2019 年 1 月 9 日 下午 7:20 
ShooterGameServer.exe Ocean?ServerX=0?ServerY=0?AltSaveDirectoryName=00?MaxPlayers=100?ReservedPlayerSlots=30?QueryPort=27015?Port=7777?SeamlessIP=x?ServerAdminPassword=Crosstrek2018 -log -server -NoBattlEye
enchanter100 2019 年 1 月 9 日 下午 7:21 
that's mine, with each port just adding a number.. (and a seamless IP).. works perfectly.
Wildman 2019 年 1 月 9 日 下午 8:07 
Thx All - Keep in mind I never have any issues running 00 - It runs great - I just can't connect to the blue walls when crossing them. I also can't see the IP and Ports written on the blue walls as someone told me they are located in the middle of each grid you are crossing.

Yes, I do have ports (QueryPort=57561?Port=5761) in my start ups.
(QueryPort=57565?Port=5765)
< >
正在显示第 1 - 15 条,共 18 条留言
每页显示数: 1530 50

发帖日期: 2019 年 1 月 8 日 下午 12:10
回复数: 18