news Version 0.8.4.0 Released (27th May 2026) - v0.8.4 Community Hotfix: backup, update, Web Console, and firewall fixes.
Using the In-App RCON Console (AASM v0.8.3) | ARK Ascended Server Manager

Using the In-App RCON Console

Send admin commands without leaving AASM

AASM has a built-in RCON console at the server tab's RCON sub-tab. It connects automatically when the server is running (using the RCON credentials AASM already knows) so you can fire admin commands without setting up the standalone RCON Manager app.

Prerequisites:

  • A server that's currently running (RCON only works when ARK is online).
  • RCON enabled in this server's Player Settings (it is by default).

Step 1 - Open the RCON sub-tab

Server tab → RCON sub-tab. The console area opens and AASM auto-connects to the server's RCON endpoint.

RCON sub-tab inside a server tab

Step 2 - Type a command and press Enter

Common starter commands:

listplayers
serverchat Restart in 5 minutes
saveworld
broadcast Welcome to the server

The full cheatsheet lives at Common RCON Commands.

Step 3 - Why some responses are empty

Many ARK RCON commands deliberately return an empty body on success (e.g. serverchat, broadcast). AASM shows "Server returned: (empty)" - that's normal. Only commands that have something to report (like listplayers) return text.

Step 4 - Pipelined and fragmented packet handling

v0.8.2 reliability fix: earlier builds assumed every RCON packet arrived in one TCP read. ARK can fragment large responses across multiple packets. v0.8.2's drainPackets helper handles fragmented and pipelined packets correctly, so commands like listplayers on a 70-player server no longer truncate.

Using the In-App RCON Console - done

You can run any ARK admin command from inside AASM without a separate tool. Watch the output to confirm execution; empty responses are expected for most broadcast-type commands.

Related Guides

Common RCON Commands

Cheatsheet of useful commands.

View Guide
Standalone RCON Manager

Same RCON from another machine.

View Guide
Wild Dino Wipes

Schedule destroywilddinos instead of running it manually.

View Guide