AlexF4Dev / palworld-rathole-docker-compose

A docker compose setup for Rathole and Palworld

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Palworld Rathole Docker Compose

This repo contains the config files and services definitions to run a Rathole server and client for Palworld

Usage

Dependencies

  • 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 running
  • RATHOLE_TOKEN - the token to use for Rathole server and client
just gen-env

Then generate the required config files from the templates and your .env

just gen-rathole-configs

Server

The Rathole server will usually be run on a public server.

just start-server

Client

The Rathole client will run on the same machine as your Palworld server.

just start-client

About

A docker compose setup for Rathole and Palworld


Languages

Language:Just 100.0%