Skip to content
Getting started Install the MZPanel agent on a VPS and connect your first server to the dashboard.

Getting started

MZPanel manages many WordPress VPS from a single web dashboard. You install a lightweight agent on each VPS; the agent connects back to the control plane over WebSocket — no open ports, no domain required on the VPS.

Sign up at app.mzpanel.com. The Free plan lets you connect 1 VPS.

In the dashboard choose Add server and copy the one-line install command:

Terminal window
curl -fsSL https://get.mzpanel.com | bash -s -- --token=<install-token>

The install token is valid for 1 hour. Once the agent registers, it swaps the token for a long-lived one.

Your server shows up online within seconds. From here you can:

MZPanel is dashboard-driven. You click in app.mzpanel.com; the action is sent to the agent over its WebSocket; the agent runs it natively on the VPS and streams the result back in realtime. There are no open ports on your server and nothing to install beyond the agent. See Architecture and The agent.