This is a GUI for the Palworld Dedicated Server. Configure and manage your remote/local server visually. Control your server from anywhere with the web interface.
You can either download the Windows app or use the web interface at:
You can downloads the latest versions from the releases page.
WebView2 is required. You most likely already have it installed, so you don't need to worry.
Warning
Be aware that this software is still in early development and may contain bugs. Please report any issues you find.
In ./app
run wails dev -s
to start the app.
Navigate to ./app
and run wails build --clean --platform windows/amd64
.
Navigate to ./server
and run go build -o server.exe
.
Feel free to contribute to this project by opening issues or pull requests. Please follow the code style of the project.