Palcon
Simple web UI for your Palworld dedicated server
Install / Use
/learn @josephdicarlo1/PalconREADME
<br/>
<p align="center">
<a href="https://github.com/josephdicarlo1/palcon">
<img src="static/android-chrome-192x192.png" alt="Logo" width="80" height="80">
</a>
<h3 align="center">PalCON</h3>
<p align="center">
Simple web UI for your Palworld dedicated server
<br/>
<br/>
<a href="https://github.com/josephdicarlo1/palcon/issues">Report Bug</a>
.
<a href="https://github.com/josephdicarlo1/palcon/issues">Request Feature</a>
</p>
</p>
Table Of Contents
About The Project

I wanted a simple and attractive way to manage my Palworld dedicated server with RCON, so I built this.
Built With
Getting Started
Configuration
Environment variables:
RCON_HOSTNAMERCON_PORTRCON_PASSWORDHOST(optional)PORT(optional, default: 3000)
Installation
Docker
- Clone the repo
git clone https://github.com/josephdicarlo/palcon.git
cd palcon
- Build the image
# podman works too
docker build -t palcon:latest .
- Run the image
# 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
Standalone
- Clone the repo
git clone https://github.com/josephdicarlo/palcon.git
cd palcon
- Install dependencies
npm install
- Build the application
npm run build
- Run the server
node build/index.js
Development
- Clone the repo
git clone https://github.com/josephdicarlo/palcon.git
cd palcon
- Install dependencies
npm install
- Run the dev server
npm run dev
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
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.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Please also read through the Code Of Conduct before posting your first idea as well.
Creating A Pull Request
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
See LICENSE
Authors
- Joseph Dicarlo - Caffeine Consumer, Palworld Enjoyer
