Simple web UI for your Palworld dedicated server
Report Bug
.
Request Feature
I wanted a simple and attractive way to manage my Palworld dedicated server with RCON, so I built this.
Environment variables:
RCON_HOSTNAME
RCON_PORT
RCON_PASSWORD
HOST
(optional)PORT
(optional, default: 3000)git clone https://github.com/josephdicarlo/palcon.git
cd palcon
# podman works too
docker build -t palcon:latest .
# podman works too
docker run -it --rm \
-p 3000:3000 \
-e RCON_HOSTNAME=palworld.yourserver.com \
-e RCON_PORT=25575 \
-e RCON_PASSWORD=wowsosecure \
palcon:latest
git clone https://github.com/josephdicarlo/palcon.git
cd palcon
npm install
npm run build
node build/index.js
git clone https://github.com/josephdicarlo/palcon.git
cd palcon
npm install
npm run dev
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)See LICENSE