Path of Titans is a multiplayer dinosaur survival video game. Survive as a dinosaur in a rich ecosystem filled with intelligent AI creatures and up to 200 other players.
This could be a little buggy or not well tested because made on the fast hand.
You need to open these ports before running the server 7777, 7778, 7779, 7780, 7781
. They are require for RCON, seeing your servr on the list and etc.
If you are experienced the I could reccomend using this documentation website on the github DOCS
Get the AUTH token at https://alderongames.com/oauth/hosting-token. p.s. YOU NEED TO OWN the game
Ports required to run the server in a table format.
Port | default |
---|---|
Game | 7777 |
Reserved port | 7778 |
Rcon | 7779 |
Stats | 7780 |
Query | 7781 |
7777
is the default port, but any port can be used.
You need to assign to network port 7779
if you want to use RCON
Also you need to open port 7778
and 7781
for the query, so it can appear on the server list.
7780
is Stats port.
7777, 7781
open for UDP
7778, 7779, 7780
both protocols
Name | Tag |
---|---|
ghcr.io/ptero-eggs/yolks:debian | ghcr.io/ptero-eggs/yolks:debian |
Name | Description | Environment Variable | Default Value | User Viewable | User Editable |
---|---|---|---|---|---|
Server Map | SERVER_MAP | Island | Yes | Yes | |
Max Players | SERVER_MAX_PLAYERS | 100 | Yes | Yes | |
Server name | SERVER_NAME | YoutServerName | Yes | Yes | |
GUID | Use https://guidgenerator.com/ | SERVER_GUID | Yes | Yes | |
Branch | Choose between production or demo-public-test | BETA_BRANCH | production | Yes | Yes |
Database mode | Server can use a Local or Remote Database. Specified using Local or Remote. We recommend using a Local Database unless you plan on connecting shared character data between servers. | SERVER_DB | Local | Yes | Yes |
Auth Token | Get your AUTH token there https://alderongames.com/oauth/hosting-token !!YOU NEED TO OWN THE GAME!! | AG_AUTH_TOKEN | Yes | Yes | |
Query port | QUERY_PORT | 7778 | Yes | No | |
Rcon port | RCON_PORT | 7779 | Yes | No |
#!/bin/bash
apt-get update && apt-get install -y --no-install-recommends apt-utils apt-transport-https ca-certificates libunwind8 icu-devtools openssl libkrb5-3 zlib1g libuuid1 dos2unix gnupg gnupg2 debian-archive-keyring gcc g++ lib32gcc-s1 lib32z1 lib32stdc++6 iproute2 gdb libsdl1.2debian libfontconfig libcurl4
apt-get autoremove --purge -y
mkdir -p /mnt/server
cd /mnt/server && curl -o AlderonGamesCmd-Linux https://launcher-cdn.alderongames.com/AlderonGamesCmd-Linux-x64
chmod +x /mnt/server/AlderonGamesCmd-Linux
chown -R root:root /mnt
export HOME=/mnt/server