Yes — and you don't have to wipe it first. Any Linux server with SSH access works: VPS, dedicated server, bare-metal, or a home server you reach over the network. There's nothing to install on the server side; Server Manager connects over standard SSH and runs commands the way you would manually.
The provider doesn't matter: Hetzner, DigitalOcean, Linode, OVH, Oracle Cloud, AWS Lightsail, Vultr, your local provider, a home server with a public IP — all fine. The connect modal asks for:
- The server's IP address (or hostname)
- The SSH username (usually
root,ubuntu, ordebian) - The SSH key (recommended) or password
If you already have things running on the server (a website, a database, etc.), Server Manager detects them — the lists every site and service it found as a card. You can manage what's there, add new ones alongside, and leave anything you don't want touched alone.
Already have nginx, Apache, or Traefik?
Server Manager detects your existing web server and shows it in the of . Two supported paths:
- Stay on your current engine. Faro configures it natively in chat (
/etc/nginx/sites-available/+certbot --nginxfor nginx, the Apache equivalent for Apache, Docker labels for Traefik). The recipe palette marks Caddy-writing recipes with a 💬 via chat badge — they still work, one extra approval click each. - **Migrate to Caddy** with a built-in recipe. It rehearses on alt ports
:8080/:8443while your existing engine keeps serving live traffic, Faro verifies each site itself, then atomically swaps. Auto-rollback fires if anything fails. After migration, every Server Manager flow works directly.
Either choice keeps your existing sites running. The migration recipe is opt-in and runs from a button in Server Info → Web server (or automatically as the first step when the Connect Domain wizard detects you'd benefit from it).