Skip to content

diogomartino/palworld-ds-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palworld Dedicated Server GUI

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.

Web Interface

You can either download the Windows app or use the web interface at:

Download

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.

Screenshots

Connecting Home Settings Admin Backups

Development

Requirements

In ./app run wails dev -s to start the app.

Building the app

Navigate to ./app and run wails build --clean --platform windows/amd64.

Building the server

Navigate to ./server and run go build -o server.exe.

Contributing

Feel free to contribute to this project by opening issues or pull requests. Please follow the code style of the project.