🌐 Reseller Panel Setup

Your branded subdomain on our infrastructure

Server IP — Point your DNS here
207.180.243.86
🌍

Step 1 — DNS A Record

Go to your domain registrar (Namecheap, Cloudflare, GoDaddy etc.) and add an A record:

Type : A
Host : app (or @ for root domain)
Value: 207.180.243.86
TTL : Auto / 300
⏱ DNS propagation usually takes 5–30 minutes
⚙️

Step 2 — Nginx Auto-Config

After approval, admin generates an nginx virtual-host config for your domain. It handles routing traffic from your domain to the panel application.

server {
  server_name app.yourdomain.com;
  location / {
    proxy_pass http://127.0.0.1:8082;
    proxy_set_header Host $host;
  }
}
🔒

Step 3 — SSL Certificate (HTTPS)

Admin runs Certbot to issue a free Let's Encrypt SSL certificate for your domain. Your panel will be fully HTTPS secured.

certbot --nginx -d app.yourdomain.com
        --non-interactive
        --agree-tos
Certificate issued → auto-renews
🚀

Step 4 — Admin Approves → Go Live

Once approved your account is created and your branded login page is live at your domain with your company name, logo and colors.

DNS → Nginx → SSL → Live

Apply for Reseller Access

Fill in your details — admin will review and activate your account


Must have A record → 207.180.243.86 before provisioning

Branding Colors
My Company
app.yourdomain.com · Login Page Preview

Application Submitted!

Your reseller application has been received.
Admin will review and activate your account.

Application saved — pending admin review
🌍 Add A record: 207.180.243.86
⚙️ Admin will configure Nginx after DNS is live
🔒 SSL certificate will be auto-issued via Certbot
🚀 Your branded panel goes live on approval
← Back to Login