24 |
25 |
26 |
27 | # About the Project
28 | 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.
29 |
30 | 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.
31 |
32 | ## Usage
33 | 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.
34 |
35 | 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.
36 |
37 |
38 |
39 | ## Contribution
40 | 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.
41 |
42 | Once that's done you can simply clone this repo and begin fiddling, all dependencies will be brought in by Nuget.
43 |
44 | Feel free to submit pull requests, I'll review and merge as needed.
45 |
46 |
52 |
53 | ## Issues?
54 | 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.
55 |
56 |