Skip to content

A CLI tool to interact with dedicated Palworld servers!

License

Notifications You must be signed in to change notification settings

DavidJS01/palcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Palcon

A Palworld RCON Server Management CLI Tool
Report Bug · Request Feature

Table of Contents
  1. About Palcon
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About Palcon

Palcon is a CLI tool for interacting with dedicated Palworld servers using the RCON protocol. It currently supports the below features:

Command Implemented? Description
ban Ban a player given a Palworld UID or Steam ID
broadcast Broadcast a message to the server
exit Save the server, and then shut down the server
info Get info about the server
kick Kick a player given a Palworld UID or Steam ID
save Save the server
start Start a server on the local computer

(back to top)

Getting Started

Using Released Binaries

I included binaries for both AMD64 and 386 architectures in the releases page. I still suggest to install Palcon through go install, though.

Installing executables is risky, even on an open source codebase. These executable files exist for convenience.

Most users should download and use the AMD64 release.

  • Download released binary from releases page
  • After stepping through Microsoft warnings, open a shell (like PowerShell or Command Prompt)
  • Run the executable
    • <PATH TO EXECUTABLE> <FLAGS> <COMMAND>

Building From Source

# install Go https://go.dev/doc/install

# clone repo
git clone git@github.com:DavidJS01/palcon.git

# build executable
go build -o palcon.exe

Installation with Go Install

Install From Github (Recommended)

go install github.com/DavidJS01/palcon@latest

> palcon
Palcon is a CLI tool that lets you interact with dedicated palworld servers.

Install Local Project

After cloning the project locally and changing your terminal's directory into the project's root:

# clone project
git clone git@github.com:DavidJS01/palcon.git

# change working directory
cd palcon

# install project
go install

# run palcon
> palcon
Palcon is a CLI tool that lets you interact with dedicated palworld servers.

(back to top)

Usage

# CLI format:
# palcon --host <SERVER IP> --port <SERVER PORT> --password <ADMIN PASSWORD> COMMAND

# get info on server (good for checking if server is online)
palcon --host 173.194.0.0 --port 25575 --password PASSWORD info

# start a local Palworld server
palcon start

# save a server
palcon --host 173.194.0.0 --port 25575 --password PASSWORD save

# get help message with ALL commands
palcon

(back to top)

Roadmap

  • Add file based configuration for default host, port, and password

See the open issues for a full list of proposed features and known issues.

(back to top)

Contributing

Contributions are appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/featureName)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/featureName)
  5. Open a Pull Request

(back to top)

License

Distributed under the GPL V3 License. See LICENSE.txt for more information.

(back to top)

Contact

David Shipman - chemdev.me@protonmail.com

(back to top)

About

A CLI tool to interact with dedicated Palworld servers!

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages