Marketplace (1-click apps)
The Marketplace lets you install popular self-hosted software in a single click: pick an app, enter a domain — MyPanel pulls the image, runs it in an isolated Docker container, configures the reverse proxy and issues SSL. No Docker commands or manual configuration required.
Install an app
Section titled “Install an app”- Open Marketplace from the sidebar.
- Pick the app you want and click Install.
- Enter a domain (e.g.
n8n.example.com— point its DNS A record to the server IP first so SSL can be issued automatically). - If the app needs a secret (e.g. OpenClaw needs an LLM API key), fill in the requested field.
- Click Install — MyPanel deploys the app and takes you to its management page (logs, start/stop, SSL, backups, just like any website).
Each app installed from the Marketplace counts toward your plan’s website limit (Free: 5 websites).
Available apps
Section titled “Available apps”n8n — Automation
Section titled “n8n — Automation”Open-source workflow automation, an alternative to Zapier/Make. Uses SQLite (persisted), no separate
database needed. After install, open https://your-domain and create the first owner account.
OpenClaw — AI assistant
Section titled “OpenClaw — AI assistant”A self-hosted AI assistant controlled through chat platforms (Zalo, Telegram, WhatsApp…).
- Runs sandboxed inside the container with no access to the host server.
- Requires an LLM provider API key (Anthropic/OpenAI/DeepSeek), entered at install. You pay the model’s API costs.
- After install, sign in to the Control UI at
https://your-domainusing the gateway token shown during setup, then connect your chat channels.
Ghost — Blog & newsletter
Section titled “Ghost — Blog & newsletter”A professional blog and newsletter platform. Uses SQLite. After install, open
https://your-domain/ghost to create the admin account and start writing.
Nextcloud — Storage & collaboration
Section titled “Nextcloud — Storage & collaboration”Self-hosted file storage and collaboration, an alternative to Google Drive/Office.
- MyPanel automatically raises the nginx upload limit to 512MB.
- The default install uses SQLite — fine for individuals/small teams; for many users switch to MariaDB + Redis.
- Open
https://your-domainto finish setup (create the admin account).
Do apps lose data on update/redeploy? No. Each app has its own persistent data volume on the server that survives redeploys and is included in the website backup scope.
Are the apps safe? Each app runs in an isolated Docker container like any other website, without touching the panel or other sites. OpenClaw (which can run commands) is sandboxed and never granted host access.
How many apps can I install? Up to your plan’s website limit (Free: 5). Upgrade to Pro to remove the limit.