FR

Quickstart

Create your account, connect your Git repository and deploy your first project in under 10 minutes.

This guide takes you from zero to a first production deployment on your own servers. It only requires a Git account and a VPS server (with SSH access).

Prerequisites

  • An account on GitHub, GitLab or Bitbucket.
  • A VPS server running Ubuntu 20.04 or newer (or any distribution supporting Docker), with an SSH user.
  • About 10 minutes.

No server yet? You can create one at any provider (Hetzner, OVH, DigitalOcean, Vultr\u2026). Paylood requires no agent installed on the server: everything goes through SSH + Docker.

1. Create your account

  1. Open app.paylood.com and click Create account.
  2. Enter your name, email and a password.
  3. Enter the OTP code sent to your email address to activate the account.

You can also sign up with Google or log in with GitHub (see Account & login).

2. Connect your Git account

  1. Go to Settings → Git Accounts.
  2. Click Connect next to GitHub, GitLab or Bitbucket.
  3. Authorize Paylood in the window that opens. You are redirected automatically.

Your repositories become available from the dashboard.

3. Add your VPS server

  1. Open the Servers page in the sidebar.
  2. Click Connect a VPS.
  3. Enter the IP address, SSH port (22 by default) and user (root or another).
  4. Choose the authentication: password or private key.
  5. Click Test connection — the SSH steps stream live, then click Connect.

Tip

On first connect, Paylood automatically sets up Docker and a swap file on your server if needed. No manual installation required.

4. Create your project

  1. In the sidebar, click New Project.
  2. Repository step: select your Git provider, repository and branch. Paylood analyzes the repository and detects your stack (Node.js, Laravel, etc.).
  3. SSH Config step: choose the VPS server to deploy to.
  4. Database & Services step: adjust the detected services (database, Redis\u2026) and environment variables.
  5. Domain step: choose a free *.paylood.app subdomain or your own domain.
  6. Review step: check the summary, then click Save & Deploy.

Capture à venir

en/projects-create

Cette capture illustrera la vue correspondante. Elle est générée automatiquement par le pipeline Playwright.

Creation wizard — Repository step

5. Follow the deployment

The deployment starts automatically. The steps stream live in the Logs tab:

  1. Repository clone
  2. Dockerfile generation
  3. Upload to the server
  4. Proxy setup (Traefik/Caddy)
  5. Docker image build
  6. Container startup
  7. Health check

Capture à venir

en/projects-deployments

Cette capture illustrera la vue correspondante. Elle est générée automatiquement par le pipeline Playwright.

Real-time deployment logs

Once the done step is reached, your application is live!

What’s next?

Important

Paylood deploys your applications on your own servers. Connection credentials are encrypted server-side with your encryption key — never share them.

Last updated: 2026-08-14 Edit this page