Go to Site Changelog

Documentation

Introduction to rbAdmin

rbAdmin is the definitive server management solution for Unreal Engine 5.7.1 projects. Designed for performance and control, it bridges the gap between your game server instances and web-based administration.

info

New in v2.4.1

Support for Unreal Engine 5.7.1 is now stable. Please update your plugin to the latest version to ensure compatibility with the new networking reforms.

Why rbAdmin?

Running dedicated servers for Unreal Engine games has traditionally been a blackbox experience. rbAdmin changes that by providing:

  • Real-time console output streaming via WebSockets.
  • Direct RCON execution without external tools.
  • Visual performance profiling for Blueprint and C++ bottlenecks.

Installation

You can install rbAdmin directly into your project's Plugins folder.

# Navigate to your project root
cd MyUnrealProject

# Clone the plugin
git clone https://github.com/rb-admin/plugin.git Plugins/rbAdmin

# Generate project files
UnrealBuildTool.exe -projectfiles -project="MyUnrealProject.uproject" -game -rocket -progress

Next Steps