Host your sites. Run your servers.
Managed NVMe hosting from $9.99/mo, or full root VPS from $5/mo — in one dashboard, one API, one bill. Deploy from Git, or take root and build it yourself.
Free 14-day trial · No credit card required
99.9% Uptime
Multi-region SLA
<3s Deploy
Containers & VMs
ZFS Snapshots
Sub-second backup
Real-time
No agent needed
Pick the level of control you want
Both run on the same infrastructure, in the same dashboard, on one bill. Move between them whenever you need to.
Managed
Web Hosting
We run the server. You push to Git and the site updates — PHP, Node, Python or static, managed from the same console as everything else.
Best for
Websites, WordPress, agency portfolios
- PHP, Node, Python and static sites
- Deploy from Git, or a webhook from CI
- One-click WordPress with generated credentials
- Email forwarding and domain registration
Root access
VPS Instances
Full control of a container or KVM virtual machine, billed by the hour and capped monthly.
Best for
APIs, databases, self-hosted apps, CI runners
- Containers boot in seconds; KVM VMs when you need a kernel
- Browser terminal and VGA console — no SSH daemon required
- Snapshots, backups and live CPU/RAM resize
- 66 one-click apps, or bring your own image
VPS sizes
Billed hourly, capped at the monthly price
Veloxa Nano
1 vCPU · 1 GB · 25 GB
$5/mo
Veloxa 1
1 vCPU · 2 GB · 50 GB
$10/mo
Veloxa 2
2 vCPU · 4 GB · 80 GB
$20/mo
Veloxa 4
4 vCPU · 8 GB · 160 GB
$40/mo
Veloxa 8
8 vCPU · 16 GB · 320 GB
$80/mo
Veloxa 16
16 vCPU · 32 GB · 640 GB
$160/mo
Why teams pick VeloxaHost
Managed hosting is easy but boxed in. Raw VPS gives you control and a bare SSH prompt. We run both on the same platform, with the tooling you would otherwise have to assemble yourself.
Managed hosting and root VPS, together
Most providers make you choose, then change vendor when you outgrow the choice. Run a WordPress site and the API behind it on one account, one dashboard, one invoice.
Hosting from $9.99 · VPS from $5Deploys measured in seconds
System containers start in a couple of seconds and KVM virtual machines in well under a minute, so staging a change is not a coffee break.
Live CPU, RAM and disk resize — no rebootReal isolation between tenants
Every organisation gets its own Incus project in restricted mode — unprivileged containers, no nesting, no low-level device access — with OVN separating the networks.
Project-level boundaries, not just permissionsBuilt to be operated, not just bought
A terminal and file manager in the browser, a serial and VGA console, snapshots and backups, and alerts that reach Slack, Discord or PagerDuty.
No SSH daemon required on your instancesNothing proprietary to get stuck in
Built on open-source Incus with standard images and standard networking. Export instances, snapshots and images whenever you want to leave.
Open-source hypervisor, portable formatsAutomate all of it
Everything the dashboard does is available over a documented REST API, a CLI and a Python SDK, with scoped keys so a deploy token cannot delete a database.
470+ API endpoints · CLI · Python SDKVeloxaHost vs. Alternatives
| Capability | VeloxaHost | Legacy cPanel host | Kubernetes | Unmanaged VPS |
|---|---|---|---|---|
| Managed sites and root servers | Both | Sites only | Servers only | Servers only |
| Deploy a site from Git | ✓ | Varies | Build it | Build it |
| Virtual machines | ✓ | ✗ | ✓ | ✓ |
| Browser terminal & console | ✓ | ✗ | ✗ | ✗ |
| File manager | ✓ | cPanel | ✗ | ✗ |
| Tenant isolation | Incus projects | Shared server | Namespaces | Per-VM |
| REST API (470+ endpoints) | ✓ | Limited | Complex | Varies |
| Live resize (no reboot) | ✓ | ✗ | Limited | ✗ |
| Snapshots & backups | Built in | Varies | Add-on | Add-on |
| Hourly billing | ✓ | ✗ | Varies | ✓ |
Everything a site or a server needs
The same console covers a WordPress install and a 16-core VM: deploy, resize, snapshot, monitor and hand out access — without stitching tools together.
Instant Deployment
Launch LXC containers in under 3 seconds. QEMU/KVM virtual machines ready in under 30. Zero cold starts, instant provisioning.
Web Terminal
Full interactive terminal in your browser via WebSocket proxy. No SSH daemon required on your instances. Supports exec and VGA console.
File Manager
Browse, edit, upload, and download files inside any instance. Built-in syntax highlighting for 50+ languages. Drag-and-drop support.
Live Scaling
Resize CPU, memory, and storage on running instances with zero downtime. Changes take effect immediately — no reboot needed.
Snapshots & Backups
Sub-second ZFS snapshots with instant restore. Schedule automated backups with configurable retention. Export and import across clusters.
OVN Private Networks
Fully isolated tenant networks powered by OVN. Create private subnets, configure firewall rules, and peer across availability zones.
Real-time Monitoring
CPU, memory, disk I/O, and network bandwidth metrics — all without installing agents. Built-in dashboards with 24-hour historical data.
One-Click Marketplace
Deploy WordPress, PostgreSQL, Redis, Grafana, Ollama, and 25+ apps from the marketplace. Pre-configured blueprints, ready in seconds.
Containers & VMs, Unified
Manage system containers and virtual machines from a single pane of glass. No context switching, no separate toolchains.
- Sub-second container startup, VMs ready in under 30s
- Live resize CPU, memory, and disk with zero downtime
- Multi-arch support — run x86 and ARM workloads side by side
Create Instance
4 cores
4 GB
Security Overview
Recent Audit Log
Created instance api-gw-01
Updated firewall rules
Rotated mTLS certificates
Enterprise-Grade Security
Every layer of VeloxaHost is built with defense in depth. Your workloads are isolated, encrypted, and auditable.
- Per-tenant project isolation with restricted container mode
- OVN-powered firewalls and network segmentation
- mTLS client certificates for all API communication
- TOTP-based multi-factor authentication with backup codes
Built for Teams
Collaborate with confidence. Role-based access, full audit trails, and integrations that fit your workflow.
- Role-based access control with granular permissions
- Complete audit trail for every action
- SSH key management per user and per instance
- Webhook notifications for deployment events
My Organization
3 members · Grow plan
Sarah M.
Online now
Omar K.
3 hrs ago
Aisha R.
1 day ago
Webhook Deliveries
hooks.example.com/deploy
instance.created
slack.com/webhook/T04x...
backup.completed
One-click deployment for popular apps
Launch production-ready applications in seconds. Pre-configured, optimized, and ready to go.
New apps added monthly. Request an app →
Built for developers, by developers
A powerful CLI, a Python SDK, and a comprehensive REST API with 470+ endpoints. Automate everything with first-class developer tooling — more SDK languages coming soon.
1# Create an Ubuntu container2$ veloxa instance create web-01 --image ubuntu/24.04 --type container3✓ Instance "web-01" created in 2.1s45# List all instances6$ veloxa instance list --format table7NAME STATUS TYPE IPV48web-01 Running container 10.0.0.129db-01 Running vm 10.0.0.151011# Deploy from a blueprint12$ veloxa blueprint deploy stack.yaml13✓ Blueprint "production-stack" deployed in 8.3s1from ghconsole import Client23# Initialize the client4client = Client(5 api_key="sk_live_..."6)78# Create a new instance9instance = client.instances.create(10 name="web-01",11 image="ubuntu/24.04"12)1314print(instance.status) # "Running"Enterprise-grade security, built in
Every layer of the stack is designed with security and isolation as a first-class concern.
Multi-Factor Authentication
TOTP-based MFA with backup codes for all user accounts. Enforced at the organization level.
Scoped API Keys
Fine-grained API keys with per-resource permissions, IP whitelisting, and configurable expiration.
Incus Project Isolation
Every tenant runs in a dedicated Incus project with restricted mode — no privileged containers, no host access.
OVN Network Segmentation
Software-defined networking with per-tenant isolation. Private subnets, firewall rules, and network ACLs.
TLS & mTLS Everywhere
All traffic encrypted in transit. mTLS client certificates authenticate every Incus API call. Auto-generated on first run.
Comprehensive Audit Trail
Every action logged with user, timestamp, source IP, and affected resource. Searchable, exportable, and retention-configurable.
Security Status: All Clear
All systems operational
Simple, transparent pricing
Start free for 14 days. Upgrade when you're ready.
Launch
A first site, or a handful of small ones.
30% off first 3 months, then $9.99/mo
- 3 websites
- 20 GB NVMe storage
- PHP, Node, Python & static
- Deploy from Git or a CI webhook
- Automatic weekly backups
- One-click WordPress
- Browser terminal & file manager
Grow
Room to take on clients.
30% off first 3 months, then $19.99/mo
- 10 websites
- 50 GB NVMe storage
- PHP, Node, Python & static
- Deploy from Git or a CI webhook
- Automatic weekly backups
- Email forwarding per domain
- 1 object storage bucket
- Priority support
Scale
For agencies running a portfolio of sites.
30% off first 3 months, then $34.99/mo
- 25 websites
- 60 GB NVMe storage
- PHP, Node, Python & static
- Deploy from Git or a CI webhook
- Automatic weekly backups
- S3-compatible bucket
- Priority support
Business
High site counts with the most headroom.
30% off first 3 months, then $69.99/mo
- 100 websites
- 120 GB NVMe storage
- PHP, Node, Python & static
- Deploy from Git or a CI webhook
- Automatic weekly backups
- S3-compatible buckets
- Priority support
Also available: Veloxa Nano · $5/mo · Veloxa 1 · $10/mo · Veloxa 2 · $20/mo · Veloxa 4 · $40/mo · Veloxa 8 · $80/mo · Veloxa 16 · $160/mo — Compare all plans
All plans include
Frequently asked questions
Ready to simplify your cloud infrastructure?
Launch a site or a server in minutes. Free 14-day trial — no credit card required.
or
Built for developers who would rather ship than babysit servers