A modern, user-friendly RCON client for V Rising servers.
- Connect to V Rising servers using RCON protocol
- Send commands directly to the server console
- Command autocompletion and suggestions
- Command history navigation (up/down arrows)
- ANSI color output: Server responses are rendered with color and formatting
- Animated output for better readability (can be toggled)
- Secure communication: Uses Electron's context isolation and preload scripts
- Persistent command history (stored locally)
- Quick reconnect/disconnect button
- Custom client commands (prefixed with
:) - Responsive and clean UI
:animation <true|false>: Enable/disable animation:clear: Clear the console:exit: Disconnect from the server
-
Install dependencies
npm install -
Build the project
npm run build -
Start the app
npm start -
Connect to your server
- Enter your server's host, port, and RCON password.
- Click "Connect".
-
Send commands
- Type a command and press Enter.
- Use the up/down arrows to navigate command history.
- Use Tab for autocompletion.
- The app uses Electron's contextBridge and a strict Content Security Policy for improved security.
- No sensitive data is sent to third parties.
AGPL-3.0