Tristan-ValheimRcon icon

ValheimRcon

Server plugin that adds support for the RCON protocol to manage your Valheim server. It includes a set of the most essential commands.

Last updated 3 days ago
Total downloads 393
Total rating 3 
Categories Mods Libraries Tools Server-side Utility Hildir's Request Update Bog Witch Update
Dependency string Tristan-ValheimRcon-1.2.1
Dependants 3 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.1901 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.1901

README

ValheimRcon

This plugin adds RCON protocol support to your Valheim server.

  • Introduces several commands for interacting with the server remotely
  • Supports sending command execution results to Discord
  • Provides an extensible RCON command interface that can be used by third-party mods
  • Plugin is protected against most potential threats, preventing unauthorized access to the server via the RCON protocol

Usage

  1. Install the plugin to your Valheim server
  2. Start the server to generate the configuration file
  3. Configure the plugin in BepInEx/config/org.tristan.rcon.cfg:
    • Set the RCON port (default is server port + 2)
    • Change the RCON password. Do not leave the default password, as it is insecure!
    • Provide a Discord webhook URL to see command results in your Discord (optional but recommended)
  4. Restart the server to apply the changes
  5. Connect to the server using an RCON client (web or desktop application)
  6. After connecting you will be able to execute commands in the console.

Command List

View all available commands:

list

All commands - detailed description with examples.

Notice

  • Player management commands (kick, ban, heal, damage) should be used carefully
  • Object deletion commands are irreversible

If result of command execution is too long, it will be truncated in the RCON client, but the full result will be sent to Discord if you have configured a webhook URL in the plugin settings. For example if you execute findObjects command, it could return a lot of objects, and the RCON client will show only few of them. But the full result will be sent to Discord.

Examples

Gives player Ragnar level 4 Blackmetal Sword:

give Ragnar SwordBlackmetal 4 1

Spawns 4 tamed level 3 Boars at coordinates x:90 y:31 z:90:

spawn Boar 90 31 90 -count 4 -level 3 -tamed

Sends a message Hello everyone! to the global chat:

say Hello everyone!

Custom commands

If you are a modder and want to add your own RCON commands for your server, read this documentation.

Contacts

If you have any questions / bug reports / suggestions for improvement or found incompatibility with another mod, feel free to contact me in discord typedeff or on GitHub