Resource icon

RCON for ServUO 0.4.0

No permission to download
ServUO-RconPacketHandlers
Provides basic RCON functionality for ServUO servers.

github repository

WARNING

At the moment, this script ONLY allows the server to read and parse incoming packets resembling rcon packets. It does not connect to any systems or do anything on its own. Currently, you will have to write your own code to interface with the server's new RCON functionality that this adds. I won't help you write the necessary code to create and send packets, but I have added some sample Python code for a Discord bot that should help get you started.

If you'd like to know more, check out the project's wiki on github.

Installation
Grab the Custom folder from this repo and drop it in your server's Scripts folder.

The result should look like this:
ServUO
- Scripts
- - Custom
- - - RconConfig.cfg
- - - RconPacketHandlers.cs

Check out the RconConfig.cfg file and change any settings in there that you need. The main thing you'll want to set are your RconPassword and your ListenPort. Once you've changed everything there to what you want, you can just run your server like normal.
Author
kuoushi
Downloads
27
Views
1,747
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from kuoushi

Latest Updates

  1. New Log Events, Compatibility with Matterbridge script, Two New Rcon Packets, Updated Config

    Main additions: - Added compatibility with Matterbridge script (GitHub -...
  2. New update and we're almost feature-equal with the base ServUO console now

    Last update for a little bit, but this one brings us close to parity with the ServUO console...
  3. New packet added to confirm account ownership

    The new packet allows the server to confirm ownership of a given account with a new in-game...
  4. Save packet enabled, lots of code refactoring

    Solved the issue the script was having with the save command, and this came with a lot of...
  5. Few Small Changes + Sample Discord Bot Code

    I updated a few small parts of the script to make sure it works better with external bots...
Back