Run your whole server — without the command line
Somewhere between "I rented a server" and "my thing is online" sits a mountain of small, fiddly chores: restarting a service that's sulking, spinning up a database, checking who can log in, seeing what needs updating. Traditionally each of those is a command you have to know by heart. MAESTRO turns the whole lot into a screen you can actually look at.
Services you can see — and control
Open the System room and every service on your machine is right there, colour-coded: green for running, red for stopped. Need to restart your website? There's a button. Start, stop, restart — no remembering command names, no typing the exact service label. You see the state change in front of you.
A database in one step
Databases are usually a little ceremony: create the database, create a user, grant permissions, invent a password, write it down somewhere risky. In the Databases room you type a name, press one button, and it's done — database, user, and a strong password that goes straight into your Vault, never a text file. When your app needs the password, it's waiting for you, sealed and revealable.
Everything else, at a glance
- Updates — how many patches are waiting, and how many are security ones.
- People — who has a login on this machine.
- Scheduled tasks — what runs automatically, and when.
- Processes — what's using the most power right now.
Or don't click at all — just ask
Every one of these is also something you can simply tell MAESTRO to do. "Restart caddy." "Make me a database called shop." "What needs updating?" The assistant does the clicking for you, and asks before it changes anything important. The screen is there when you want to see; the assistant is there when you'd rather just say it.
This is what a server should have felt like all along: not a terminal you fear, but a place you glance at and things you ask for. Mozart, not an error beep.
One command puts MAESTRO on your server. Recipes are free — the AI that fixes things is the paid part.
curl -sL try-maestro.pro/install.sh | sudo bash