arkmanager / ark-server-tools

Set of server tools used to manage ARK: Survival Evolved servers on Linux
MIT License
680 stars 144 forks source link

Second Server not listening #1160

Closed tijavo closed 3 years ago

tijavo commented 3 years ago

My First Server with CrystalIsles is working fine, but now I want to add a second map and I did the same thing, like for my first Server. I made a seperate Ark Installation and a new config. I added configfile_island="/etc/arkmanager/instances/island.cfg" in the arkmanager.cfg and changed the Ports in island.cfg and opened them in my router. But when I start the server it says it is online but it is not listed. I tried reinstalling ark and making a new config, but the problem stays. Does somebody has experience with more than 1 Server and would help me finding the problem thats causing it? Thank you in advance

klightspeed commented 3 years ago

If you have only put the game ports 1 port apart, then the second server will not start successfully. They need to be at least 2 ports apart.

You will also need to add firewall rules to allow Port, Port+1, and QueryPort through the firewall.

tijavo commented 3 years ago

I did change the ports `CrystalIsles QueryPort : 25016 Port : 7778

Island QueryPort: 25018 Port : 7781`

I opened the ports 7778-7779, 7781-7782, 25016-25019 in the router and firewall. But it doesnt work either.

Now I researched and found out about ark-dockers, which could be helpful in having more than 1 instance, but do I have to make two dockers for each instance and can I integrate my old Server in a docker?

tijavo commented 3 years ago

I fixed my Problem, I didnt change the RCON Port. Silly me