Every feature, one panel
Molixa Forge is a full VPS control panel for developers. Connect a plain Ubuntu box, push your repo, and you get deploys, SSL, backups, monitoring, a firewall, and an AI teammate out of the box. Keep reading for every feature in plain English, with no fluff.
One-click Git deployment
Connect a repo from GitHub, GitLab, or Bitbucket. Pick a branch. We pull, build, swap, and reload. Rollback is a single click back to any release still on disk.
WordPress, Laravel, Node.js
Pick a stack, name your site, done. We configure Nginx, PHP-FPM or Node, the database, the cache, and the SSL cert for you. Sites go live in under two minutes.
WP core, wp-cli, Redis object cache, and a salted wp-config live before you finish your coffee. Admin user is created for you with a strong random password.
PHP 8.3, Composer, queue workers via Supervisor, scheduler cron, and Octane with FrankenPHP or Swoole as one toggle. Horizon and Pulse ship with the template.
Node 20 or 22, PM2 with clustering, a reverse proxy in Nginx, and auto restart on file change. Works for Next.js, Nuxt, SvelteKit, Remix, Hono, Express, and bare Node.
AI DevOps assistant
This is the feature that makes Molixa different. Ask a question in plain English. The AI reads your logs, writes the commands, shows you the plan, waits for your approval, then runs it inside a full audit trail. Every action is reversible.
Read the full AI assistant breakdown to see exactly how the approval gate and rollback work.
SSL certificate automation
Let's Encrypt is wired in. Add a domain, we issue the cert, renew it 30 days before expiry, and reload Nginx with zero downtime. No cron jobs to write and no certbot flags to remember.
Domain management
Add a domain or a subdomain and Molixa checks your DNS in real time. You see the exact A or CNAME record we expect, a live propagation status, and a green checkmark the moment the record goes live worldwide.
Database management
Create databases, manage users, tune config, and run backups without memorizing a single CLI flag. Every engine keeps its native client, so your app config stays portable.
Default stack. Tuned my.cnf, slow query log on, buffer pool sized to your RAM, and a read-only user preset for reports.
One-click install with pg_stat_statements, pgvector, and a sane pg_hba. Point-in-time recovery with wal-g on Pro.
Drop-in swap for MySQL with better defaults. Useful if your host recommends MariaDB for WordPress performance.
Cache, queue, and session store in one. AOF persistence, ACL users, and a memory cap that refuses to eat your app.
Server monitoring and alerts
Our agent samples CPU, memory, disk, load, and service health every 30 seconds. Historical charts go back 90 days on Pro and a year on Enterprise. Alerts fire to email, Slack, Discord, or a webhook.
Firewall and security
Every server ships with UFW locked down to the ports your stack needs and fail2ban watching SSH, Nginx, and WordPress login attempts. Add or remove rules from a simple form and we reload the firewall for you.
Automated backups
Pick what to back up, pick where to send it, pick how often. We test restores on a schedule so a broken backup does not surprise you at 3 AM.
Full block-level snapshots via your provider API, or filesystem snapshots via btrfs or ZFS where supported. Daily, weekly, or hourly.
mysqldump or pg_dump with a compressed stream straight to your bucket. Point-in-time recovery on Pro with binary logs or WAL archives.
Restic under the hood, encrypted at rest, deduplicated across snapshots. Ship them to S3, Backblaze B2, Wasabi, Cloudflare R2, or any S3-compatible store.
Team collaboration
Four role levels give every teammate the exact access they need. Every action is logged with a user and a timestamp, so you can see who restarted PHP-FPM last Tuesday and why.
Multi-server management
Run five boxes or five hundred from the same dashboard. Group by project, by client, or by environment. Bulk actions let you apply an OS patch or a firewall change to every server in a group with one click.
File manager with AI code assist
Monaco editor, the same one that powers VS Code, runs inside your browser. Syntax highlighting for 100+ languages, diff view on every save, and the AI assistant one keystroke away to explain a config or write a regex.
Interactive terminal
Real interactive SSH over a secure WebSocket. Your keystrokes go straight to the server with no polling lag. vim, htop, and tmux all work the way they should.
Stack marketplace
Preset templates for the stacks most people want on day one. Every template is open in a Git repo so you can see exactly what runs on your box before you install it.
Nginx, PHP-FPM, MySQL, Redis object cache, wp-cli, and brute force protection baked in.
PHP 8.3, Composer, Horizon, queue workers, scheduler, and Octane ready to flip on.
PM2 with clustering, reverse proxy, and health checks. Works with any Node framework or bare app.
Node-based blog with MySQL, mail, and a systemd service. TLS and backups wired in from minute one.
Headless CMS on Node, PostgreSQL by default, admin panel on a subdomain with SSO support.
See every plan side by side on the Molixa Forge pricing page.
Read our Laravel Forge alternative breakdown.
Tutorials and guides live on the Molixa blog.
FAQ
A VPS control panel is software that sits on top of a Linux server and gives you a web dashboard for common tasks. Instead of writing shell commands by hand, you click through deploys, SSL certs, databases, backups, and firewall rules. Molixa Forge is a modern VPS control panel built for developers who still want SSH access when they need it.
Yes. Molixa connects to any Ubuntu 22.04 or 24.04 server over SSH, so it works with Hetzner, DigitalOcean, Linode, Vultr, AWS Lightsail, OVH, Contabo, and any other provider. You paste in the IP and an SSH key, we provision the stack, and your server is ready in about four minutes.
You type a plain English request like "why is Nginx returning 502s." The AI reads logs, writes the exact shell commands, shows you the plan, waits for your approval, then runs it with a full audit trail. Free tier runs on Groq, Pro uses Claude and GPT-4, Enterprise lets you point at a self-hosted Ollama model.
It is a real free plan with no credit card and no expiry. You get one server, unlimited sites on it, Git deploys, SSL, basic backups, and the AI assistant on Groq. We only charge when you add a second server, turn on full-server backups to remote storage, or invite team members.
Molixa Forge ships with Nginx and PHP-FPM as the default stack because it is the fastest setup for most PHP workloads. OpenLiteSpeed is on the roadmap for Q3. Apache is not planned, but you can still use the file manager, backups, monitoring, and AI on an Apache server if you install it manually.
Yes. Molixa never locks you out. Every config file we write lives in its normal Linux path, every service uses standard systemd, and nothing is hidden behind a proprietary wrapper. You can SSH in at any time, edit things by hand, and Molixa will pick up the changes on its next sync.
You connect a GitHub, GitLab, or Bitbucket repo to a site. On every push to your chosen branch, we pull the code, run your build command, swap the symlink to the new release, and reload PHP-FPM or the Node process. Rollback is one click back to any previous release we still have on disk.
You get an alert on email, Slack, or Discord within sixty seconds. The monitoring agent runs every 30 seconds and tracks CPU, memory, disk, load, and each service you told it to watch. If you also set up automated backups to S3 or Backblaze, you can spin up a new server and restore the last snapshot in about fifteen minutes.
Yes. SSH keys and secrets are encrypted with AES-256 before they hit the database, API traffic is TLS 1.3 only, and backups are encrypted at rest on whichever destination you pick. We are SOC 2 Type II in progress and sign a GDPR Data Processing Addendum with any customer who asks.
Yes. On Pro and above you can invite teammates with four role levels: Owner, Admin, Developer, and Viewer. Every action they take is logged with a user and a timestamp, so you can see who restarted PHP or edited an Nginx config. SSO via SAML and SCIM user provisioning are available on the Enterprise plan.