hosting · Aug 16, 2026
You Built an App with AI. Here's the One Part It Can't Do: Run It
AI can help you build an app quickly, but hosting still means making it reachable, safe, and understandable after the code is generated.
Server Manager blog
Guides and stories about running your own server — without living in the terminal.
hosting · Aug 16, 2026
AI can help you build an app quickly, but hosting still means making it reachable, safe, and understandable after the code is generated.
A plain-English migration guide for moving a Replit app to your own server without losing track of domains, environment variables, HTTPS, or restarts.
A plain-English first SSH login guide: what you need, what to type, and what the common connection errors mean.
A plain-English guide to taking a Cursor-built app from localhost to a real production server without losing track of domains, HTTPS, databases, and runtime settings.
You can deploy a v0 app without Vercel, but you need to understand what v0 generated, what runs the app, and which hosting chores Vercel was quietly handling for you.
A reverse proxy is the front door that receives web traffic and sends it to the right app behind the scenes.
A plain-English guide to moving a Lovable app from static hosting to your own server when you need APIs, databases, HTTPS, and long-term control.
A plain-English guide to taking a Bolt.new app from generated code to a stable website on your own server.
Learn how scheduled tasks work on a server for backups, scripts, reminders, and recurring app jobs without turning your weekend into operations work.
SSH key login replaces easy-to-guess server passwords with a paired lock-and-key system that is safer and easier to live with once you understand it.
Learn what it really takes to self-host Jellyfin, from storage and streaming limits to privacy, security, and keeping the setup understandable over time.
Send website or app emails from your server safely by handing delivery to an external email provider instead of hosting mail yourself.
Learn which server updates are safe to automate, which ones deserve a slower look, and how to reduce security risk without turning maintenance into a gamble.
Learn what server logs are, where errors usually appear, and how to use them to narrow down website or app problems without guessing.
Coolify and Dokploy make deploying your app on your own server feel like Heroku. But they run on top of a server that someone still has to secure, update, and keep alive. Here's an honest map of where they end and the sysadmin part begins.
A plain-English guide to Docker on your server: what it does, when it helps, and when it just adds another layer to manage.
Learn the common reasons a server feels slow, how to tell them apart, and what each one usually means.
Run several sites or apps on one server by giving each project its own domain, route, HTTPS certificate, and tidy boundaries.
Choose the right server size for a website, app, or self-hosted service without paying for power you do not need.
Most people either have no backups or have never tested the ones they have. A backup you can't restore from isn't a backup. Here's what to save, where to keep it, and how to know it actually works.
Your app runs fine on your laptop — the hard part is the gap between "works on my machine" and "live on the internet." Here's what deploying actually involves, the four things every app needs, and how to skip the tooling.
Shared hosting got you started, but the renewal price, resource limits, and noisy neighbors add up. Moving to your own server sounds like a leap — it's really a short checklist. Here's what moves, in what order, without downtime.
Your files live in someone else's cloud — paid for monthly, capped, and quietly scanned. Nextcloud is a self-hosted Dropbox or Drive you run yourself. Here's what it is, why it's worth owning, and what it takes to set up.
A brand-new server is reachable by the entire internet within minutes — bots included. A firewall decides which doors stay open. Here's what it does, the one rule that keeps you safe, and the mistake that locks you out.
The padlock in the address bar isn't a luxury anymore — it's free, automatic, and expected. Here's what HTTPS actually does, why it stopped costing money, and how it gets set up without you ever managing a certificate.
You rented a server and got an IP address, a password, and a blinking cursor. Here's what a server actually is, the four things every new one needs, and how to get going without learning to be a sysadmin.
Managed hosting is easy, but you pay for it and give up control. A VPS is cheaper and fully yours, but you're the sysadmin. Here's an honest comparison — and a third option that splits the difference.
You have a server with an IP address and a domain you bought somewhere else. Connecting them is one small DNS change — here's what it means, the single record you need, and how the padlock follows.
Your passwords currently live on someone else's server. Vaultwarden is a lightweight, Bitwarden-compatible password manager you run yourself — here's what it is, why it's worth owning, and what it takes to set up.
You deployed your site, it works for you, but visitors get a spinning tab or "can't be reached." The problem is always one of three layers between a browser and your server — here's how to tell which.
You rented a server to run your own WordPress — then hit a wall of SSH, web servers, and DNS. Here's the shortcut: describe what you want in plain English and let the app do the sysadmin work.