dns
PAAS Host
v3.4 Console Update Live

The Ultimate
Command Center

Control your game servers with surgical precision. Our proprietary WebSocket-based console delivers real-time logs, intelligent auto-complete, and zero-latency execution.

terminal root@mc-cluster-alpha:~
Connected
settings
[14:20:01] [INFO] Server starting up... version 1.20.4
[14:20:02] [INFO] Loading properties from server.properties
[14:20:05] [WARN] Ambiguous plugin dependency found: 'Vault'
[14:20:08] [SUCCESS] World 'world' loaded successfully (1.4s)
[14:20:10] [INFO] Preparing spawn area: 85%
[14:20:12] [SUCCESS] Done (14.203s)! For help, type "help"
[14:21:45] [PLAYER] User 'Notch' connected from 192.168.x.x
[14:22:10] [ERROR] Block entity at 405, 67, -102 threw exception ticking.
>
teleport @a 0 100 0
Suggestions
/teleport @a All players
/teleport @p Nearest
Zero Latency

Real-Time Streaming & Logs

Stop refreshing the page. Our console uses direct WebSocket connections to stream server output instantly. Filter errors, warnings, and player chat with regex-powered search tools built right into the UI.

  • bolt
    WebSocket Powered Live feed with <10ms delay.
  • history
    Infinite Scrollback Access logs from up to 30 days ago instantly.
Live Log Stream
Command Preview
terminal
/give @p diamond_sword 1 {Enchantments:[{id:sharpness,lvl:5}]}
Arguments
diamond_sword Item
diamond_pickaxe Item
diamond_helmet Item
Intelligent Input

Advanced Command Palette

Stop guessing syntax. Our command line understands Minecraft, Ark, and Rust commands natively. It offers context-aware auto-completion, syntax highlighting, and argument suggestions as you type.

code

Syntax Highlighting

Color-coded arguments for readability.

keyboard_command_key

Command History

Press Up/Down to cycle past commands.

Automate the Mundane

Set it and forget it. Schedule recurring tasks with a drag-and-drop interface.

Available Tasks

restart_alt
Server Restart
Graceful shutdown
backup
Cloud Backup
Full world snapshot
campaign
Broadcast
Send message to all
Daily Schedule UTC -05:00
04:00 AM
Broadcast Warning
drag_indicator
04:05 AM
World Backup
drag_indicator
04:10 AM
Server Restart
drag_indicator
Performance Overlay

Integrated Metrics & TPS

Diagnose lag spikes instantly. Critical performance metrics live right next to your console output. Monitor CPU load, RAM saturation, and Ticks Per Second (TPS) in real-time.

TPS speed
20.00
Perfect
RAM memory
6.2GB
of 8.0GB
CPU developer_board
12%
Load
console-trigger.js
const paas = require('@paas-host/api');
// Trigger a console command via API
async function announceEvent() {
  await paas.console.sendCommand({
    serverId: 'srv_alpha_01',
    command: 'say Tournament starting in 5m!'
  });
  console.log('Announcement sent');
}
For Developers

Terminal Scripting & API

Integrate your external tools directly with our console. Use our REST API or Node.js SDK to trigger console commands programmatically—perfect for connecting Discord bots, donation stores, or custom web portals.

View API Documentation arrow_forward

Ready to Take Control?

Experience the power of a proprietary console built for modern game hosting.