Managed hosting

Domain to live site in minutes, with SSL handled.

CloudMagnus runs your sites on a managed stack so you don't spend the morning configuring nginx, the afternoon arguing with DNS, and the evening renewing certificates. Pick a framework, point your domain, get a live site.

WordPress Laravel PHP Node.js Next.js Python Django React SPA Static HTML

Built for people who'd rather ship than babysit servers.

If you're a freelancer, a small studio, or a team running a handful of customer sites and you don't want to be the de facto sysadmin, this is for you. The pieces that usually take a day to wire up (provisioning, SSL, DNS verification, framework scaffolding) happen on a single click.

Managed provisioning

Pick a framework in the wizard. CloudMagnus creates the site, the database, the system user, the SSL certificate, and the framework scaffold. The state machine surfaces every stage; if something fails, you see why.

SSL that handles itself

Let's Encrypt certificates issued automatically once your DNS resolves. Renewal handled by the platform. CAA-aware so we never burn rate limits trying to issue against a domain that won't accept us.

Honest DNS guidance

The status page shows the exact A record to add, what we currently see from 1.1.1.1 and 8.8.8.8, and what to check if propagation is taking longer than expected. No more guessing whether the registrar saved your changes.

How it works.

Four steps from signup to live site. Each step shows you what's happening; nothing happens silently in the background.

  1. Sign up

    Pick a plan based on how many sites you need. Pay through Stripe; get an immediate dashboard.

  2. Add a site

    Type your domain. Pick a framework. The wizard takes over from there: site user created, database provisioned, framework installed.

  3. Point your DNS

    The status page tells you the exact A record. Add it at your registrar. The platform polls until both Cloudflare and Google's resolvers agree.

  4. SSL, then live

    Once DNS resolves, Let's Encrypt issues a certificate. The site goes live. You upload your code over SFTP or push to your already-scaffolded framework.

Nine supported frameworks. Real scaffolds, not empty directories.

Pick a framework and CloudMagnus installs it for you. WordPress arrives with the install wizard ready. Laravel arrives with composer create-project done and your .env connected to the database we just provisioned. Same shape for every type. See the docs for what each scaffold contains.

PHP-backed

WordPress, Laravel, and generic PHP. Scaffolds drop the framework into htdocs/ with the database wired in. PHP 8.1, 8.2, or 8.3.

Node-backed

Node.js generic and Next.js. Each gets npm init, an allocated upstream port, and a placeholder app on the right port. Build your code locally, deploy via SFTP or SSH.

Python-backed

Python generic and Django. A virtualenv, the framework installed, and a settings.py pre-wired to the provisioned Postgres database for Django.

React SPA

Backed by the static type. The directory's ready for your dist/; build locally, drop the contents in, you're live.

Static HTML

A working empty htdocs/ with a placeholder index. Upload whatever you want.

Coming next

Reverse-proxy support for upstream apps with custom origins. Designed; not yet shipped. Tracked publicly in the project.

What CloudMagnus isn't.

A short list because honesty saves both of us time.

Not a CDN.

No global edge network. Single region for now. Pair with Cloudflare or Bunny if you need edge caching.

Not a build pipeline.

We won't next build for you, run your tests, or deploy on git push. Build locally or in CI; ship the artifacts via SFTP.

Not a managed database service.

You get a Postgres or MySQL database per site, scoped to its system user. No point-in-time restore, no read replicas, no managed connection pooler.

Ready to add your first site?

Sign up, pick a plan, add a domain. The wizard walks you through DNS and SSL. You get a working site without writing a single line of vhost config.