Quick start guide to XessOne platform
Getting Started
Welcome to XessOne
XessOne is a fully managed infrastructure platform by PT. XESS ONE GLOBAL. We handle servers, DNS, SSL, email, storage, and deployment so you can focus on building your product.
Free Trial
Every plan includes a free trial period. Starter: 2 days, Growth: 4 days, Enterprise: 6 days. No credit card required.
How It Works
- 1Sign up and choose a plan (Starter, Growth, or Enterprise)
- 2Upload your code via Git push or drag & drop
- 3XessOne auto-detects your framework and deploys to global nodes
- 4Manage everything from the dashboard at app.xessone.com
- 5Sign the digital contract to activate your account
Quick Start
Follow these steps to deploy your first application:
1. Create Your Account
Visit xessone.com and click Get Started. Fill in your details and select a plan that fits your needs.
2. Access the Dashboard
After registration, log in to app.xessone.com. The dashboard gives you a complete overview of your infrastructure: VPS instances, storage usage, email accounts, and node status.
3. Deploy Your Code
You can deploy using Git or drag & drop. XessOne auto-detects frameworks including Next.js, React, Vue, and more.
# Clone the starter template
git clone https://github.com/xessone/starter-template.git
cd starter-template
# Push to XessOne
git remote add xessone https://deploy.xessone.com/your-app.git
git push xessone main4. Configure DNS
Point your domain to XessOne nameservers for automatic SSL and DNS management:
ns1.xessone.com → 45.77.37.1
ns2.xessone.com → 45.32.102.9
ns3.xessone.com → 45.77.69.133
ns4.xessone.com → 45.77.67.2265. Sign the Contract
After your trial, visit xessone.com/contract to digitally sign the service agreement. Once signed, our team will activate your account and send the first invoice.
Manual Billing
XessOne uses manual invoice billing — no auto-debit. You will receive a monthly invoice via email.
Platform Architecture
XessOne runs on a global network of nodes across 6 continents and 32 locations. Each application is deployed with redundancy, automatic failover, and DDoS protection.
| Component | Technology | Details |
|---|---|---|
| Compute | Vultr VPS | High-frequency AMD/Intel, NVMe SSD |
| DNS | PowerDNS | 4 nameservers, globally distributed |
| SSL | Let's Encrypt | Auto-renewal, wildcard support |
| Proxy | Caddy | HTTP/3, automatic HTTPS |
| Storage | Vultr + Wasabi | S3-compatible, no egress fees |
| MXroute | Professional email, unlimited domains | |
| Database | Vultr Managed | MySQL / PostgreSQL |
Next Steps
- Explore each service in detail from the Services documentation
- Read the API Reference to integrate programmatically
- Check the Dashboard Guide for a walkthrough of all features
- Review Plans & Billing for pricing details