Skip to content
mailb0t Docs
LoginGet started

Access

How It Works

From payment to running instance in minutes. Here's exactly what happens when you sign up.

The Provisioning Flow

1

Payment Confirmed

Your cryptocurrency payment is verified on the blockchain. A secure deployment token is generated automatically.

2

VPS Allocated

A dedicated VPS is selected from our infrastructure pool. Your unique subdomain is configured with SSL.

3

Database Created

A private PostgreSQL database is created exclusively for your instance. No data is shared with other customers.

4

Containers Deployed

Your application containers are started: backend API, background workers, and cache services.

5

Health Checks Pass

Automated health checks verify all services are running correctly before marking deployment as complete.

6

Ready to Use

You receive your login credentials via email and can access your instance at your subdomain.

Architecture Overview

Instance Architecture
┌─────────────────────────────────────────────────┐
│              Your Dedicated VPS                  │
│  ┌─────────────┐  ┌─────────────┐  ┌─────────┐  │
│  │   mB0t      │  │  PostgreSQL │  │  Redis  │  │
│  │   Backend   │  │  (Private)  │  │ (Cache) │  │
│  │   + API     │  └─────────────┘  └─────────┘  │
│  └─────────────┘                                 │
│  ┌─────────────┐  ┌─────────────┐               │
│  │   Celery    │  │   Celery    │               │
│  │   Worker    │  │   Beat      │               │
│  └─────────────┘  └─────────────┘               │
│                                                  │
│  Subdomain: your-name.mailb0t.io                   │
│  SSL: Automatic via Caddy                       │
└──────────────────────┬──────────────────────────┘
                       │
              ┌────────┴────────┐
              │  HAProxy LB     │
              │  (Proxy Pool)   │
              └─────────────────┘

Related