Discord
# Rust Player Manager
Adds a Players tab to every Rust server in your Pterodactyl panel. See who is online, search them, view their Steam profile pictures, and run moderation actions over the server own RCON. No plugin to install and no API key to enter.
## Features
- Live online list with name, SteamID, ping, health, and time online
- Steam profile pictures, loaded from public profiles and cached
- Search by name or SteamID
- Auto refresh, so players who join or leave show up on their own
- Per player menu: kick, ban, unban, grant or remove moderator, grant or remove owner
- A reason field for kicks and bans
- Owner and moderator tags for ranks granted from the panel
- Give an item to a player
- Broadcast a message to everyone
- Recent players, tracked while connected
- Banned players, read from the server ban list, with one click unban
## How it works
Every action is a standard Rust console command sent over the server web RCON. The panel reads the RCON port and password from the server startup variables, so there is nothing for you or your customers to configure.
## What it does not do
Advanced actions such as heal, god mode, teleport, private messages, mute, and a kill feed need a server side plugin and are not part of this extension. This product uses only commands that vanilla Rust RCON provides.
## Requirements
- Pterodactyl with Blueprint installed
- A Rust egg that exposes RCON_PORT and RCON_PASS with web RCON enabled
- The RCON port reachable from the panel host
- Outbound internet from the panel to Steam, for profile pictures
## Dependencies
This addon runs on Blueprint, a free framework for Pterodactyl. It needs a Rust egg that exposes RCON_PORT and RCON_PASS with web RCON enabled. Steam profile pictures are loaded from public Steam community profiles.
