Helper utilities for managing a Palworld dedicated server in python. Send rcon commands, backup server, etc.
PalworldUtil
has been tested and works on Windows (11) and linux (ubuntu 22.04) following Windows - (steamcmd) / Linux - (steamcmd) guidesAdd Python to PATH
when installing so you can call python from your terminal.pip install -r requirements.txt
./src/palworld_rcon/source_rcon.py
for direct rcon usage.palworld_server_ip
, palworld_rcon_port
, palworld_rcon_password
, otherwise they are required cli args.
$.\palworld_dedi_helper\src\palworld_rcon> python source_rcon.py -cmd Info
Welcome to Pal Server[v0.1.3.0] My Palworld Server
./src/example.py
for basic usage../src/utility/palworld_util.py
for advanced params, etc.operating_system = "linux"
, otherwise defaults to windows../src/server_watcher.py
for:Feel free to open issues or pull requests as long as they're constructive / useful.