Skip to content

ddakebono/PalworldRcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palworld Rcon

A simple WPF/.net 8 Rcon tool for Palworld Dedicated Servers.
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Usage
  3. Contribution
  4. License
  5. Issues?
  6. Acknowledgments

About the Project

Simple WPF/.net 8 Rcon tool for Palworld Dedicated Servers, this allows you easily use all the RCON usable commands that the Palworld Dedicated Server exposes.

This tool has been put together relatively quickly and likely has some funky issues, it may randomly lock up and require a restart, I'll be looking into it eventually.

Usage

Simply launch the tool then head over to the settings and point it at your Palworld server, you'll need to have RCON enabled in your PalWorldSettings.ini.

Once that's done you can use test connection or save then hit the connect button on the top bar to get connected to your server, after 3 seconds the players should appear and you'll see your current server version and name.

(back to top)

Contribution

To contribute to this project you'll need to have a functional .Net 8 development environment, to do this you can simply install Visual Studio 2022 and the .Net 8 SDK.

Once that's done you can simply clone this repo and begin fiddling, all dependencies will be brought in by Nuget.

Feel free to submit pull requests, I'll review and merge as needed.

(back to top)

License

This project is distributed under the MIT License, see LICENSE for more information.

(back to top)

Issues?

If you encounter issues feel free to create an issue on this repo, I'll address what I can when it comes to problems, however some may be issues in the dedicated server itself.

(back to top)

Acknowledgments