
Mods / Vintage RCON
Author: Shijikori
Side: Server
Created: Sep 13th 2024 at 4:18 PM
Last modified: Sep 13th 2024 at 4:23 PM
Downloads: 186
Follow Unfollow 10
Latest release (for outdated Vintage Story v1.20.0 - v1.20.6):
VintageRCon-1.0.zip
1-click install
Vintage RCON implements a Source RCON server to the Vintage Story server. RCON can be a useful tool in server management and is already common in Source engine games (for obvious reasons) and rather common for Minecraft servers.
If, like me, you believe terminal muxers are a jank solution, you can simply setup your VS server as a background service. This mod will allow you to interact with it and manage your server despite not having access to the console.
Commands can be sent using most RCON clients and are injected into the console just like interacting directly with the console (except you don't have to prefix with a slash).
Necessary documentation available on GitHub. For details about the protocol, see Valve's Source RCON wiki page.
Please use the issue tracker to report problems, request related features or improvements to documentation.
Exposing the RCON port to the internet or unsafe network is not recommended!
I am not a cybersecurity or software security expert. I cannot guarantee this software is safe to use in a network with untrusted peers.
The Source RCON protocol is also not encrypted by specification ! I would advise the use of a VPN (not NordVPN, etc) to use this for remote access and administration.
I developed Vintage RCON mainly for administration of one or multiple servers without direct access to the console of the servers on the same host machine.
Take necessary precautions regarding the security risks this may be to your server. Every command is run with the equivalent priviledges to the server console.
Version | For Game version | Downloads | Release date | Changelog | Download | 1-click mod install* |
---|---|---|---|---|---|---|
v1.0.0 | 186 | Sep 13th 2024 at 4:23 PM | Show | VintageRCon-1.0.zip | 1-click install |
Changes made in Vintage Story 1.20.6 do not seem to affect Vintage RCON. If you have issues, confirm this is not limited to the RCON connection (by attempting the same or similar command through other means). If the issue is limited to RCON, open an issue on GitHub and I will look into it whenever possible.
I have tested the mod again with the release of 1.20.0.
This is the rcon client I have used for testing (gorcon/rcon-cli)
Absolutely no issues executing commands as far as I could tell. I would recommend this RCON client, it works very well. It's default mode seems to work just fine with my implementation of RCON.
I just confirmed it seems to work (at least the server starts and nothing indicates an issue on startup) drop-in with 1.20-rc. Open an issue on Github (issue tracker) if you use the mod on the release candidate and encounter an issue. I do not intend on supporting release candidates but I can look into a fix for the release if a bug is caught early.