Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diogomartino/palworld-ds-gui
A graphical user interface for managing local or remote Palworld dedicated servers. Web app available.
https://github.com/diogomartino/palworld-ds-gui
palword-server palworld palworld-dedicated-server palworld-dedicated-server-gui palworld-server-graphical-interface palworld-tool remote remote-control remote-dedicated-server web web-interface
Last synced: 30 days ago
JSON representation
A graphical user interface for managing local or remote Palworld dedicated servers. Web app available.
- Host: GitHub
- URL: https://github.com/diogomartino/palworld-ds-gui
- Owner: diogomartino
- License: mit
- Created: 2024-01-27T20:07:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-06T01:15:04.000Z (9 months ago)
- Last Synced: 2024-04-07T02:12:08.955Z (9 months ago)
- Topics: palword-server, palworld, palworld-dedicated-server, palworld-dedicated-server-gui, palworld-server-graphical-interface, palworld-tool, remote, remote-control, remote-dedicated-server, web, web-interface
- Language: TypeScript
- Homepage: https://app.palgui.com/
- Size: 543 KB
- Stars: 34
- Watchers: 3
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
## [How To Use - Click here](HOW_TO_USE.md)
## Web Interface
You can either download the Windows app or use the web interface at:
### [https://app.palgui.com/](https://app.palgui.com/)
## Download
You can downloads the latest versions from the [releases page](https://github.com/diogomartino/palworld-ds-gui/releases).
[WebView2](https://developer.microsoft.com/en-us/microsoft-edge/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](https://i.imgur.com/e5rSvBE.png)
![Home](https://i.imgur.com/157panY.png)
![Settings](https://i.imgur.com/gu0x0PS.png)
![Admin](https://i.imgur.com/49giAIK.png)
![Backups](https://i.imgur.com/3IboT0o.png)## Development
### Requirements
- [Go](https://go.dev/)
- [Wails](https://wails.io/)
- [Node.js](https://nodejs.org/)
- [pnpm](https://pnpm.io/)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.