This repo contains the config files and services definitions to run a Rathole server and client for Palworld
- just
- docker and docker compose
First, copy the example .env.example file to .env and fill in the required values.
RATHOLE_SERVER_ADDRESS- the address where the Rathole server is runningRATHOLE_TOKEN- the token to use for Rathole server and client
just gen-envThen generate the required config files from the templates and your .env
just gen-rathole-configsThe Rathole server will usually be run on a public server.
just start-serverThe Rathole client will run on the same machine as your Palworld server.
just start-client