@
RAM
CPU
Disk
nginx
Step 01 / 04
Project Setup
Enter the domain you want to deploy and the app port. Your VPS IP will be auto-filled from your SSH session.
Domain & Port
e.g. app.bumpx.fr or bumpx.fr
You are connected to your VPS via SSH. All operations (nginx config, tests, reloads) will be executed directly on your server.
Step 02 / 04
DNS Configuration
Add these records to your DNS provider, then click Check DNS to verify propagation.
DNS propagation: usually instant on Cloudflare, up to 48h on others. Set TTL to 300s to speed it up.
Step 03 / 04
Nginx Configuration
Configure your virtual host. The config will be generated and ready to deploy directly to your VPS.
nginx Virtual Host
Step 04 / 04
Deploy & Verify
Push the Nginx config directly to your VPS via SSH, test, reload, and verify the site is live.
One-click Deploy via SSH
🚀
This will upload the Nginx config to /etc/nginx/sites-available/, enable the site, run nginx -t, and reload Nginx — all over SSH.