Git Product home page Git Product logo

palcon's Introduction


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 [email protected]: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 [email protected]: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 - [email protected]

(back to top)

palcon's People

Contributors

chemdevv avatar davidjs01 avatar

Stargazers

Brandon Lopez avatar Bradley Love avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.