RAJ
Member
- Joined:
- Jul 2024
- Posts:
- 294
- From:
- Mumbai, IN
DirectAdmin install: 12 minutes, 1.1 GB RAM idle
Thanks sana, solid breakdown. Guys im running 30 shared accounts on a 8GB KVM at Vultr, cPanel WHM is eating half my margin. Looked at Enhance but $0.10/account sounds cheap until you do math — im at $3/mo plus the control panel VM overhead.
DirectAdmin $2 flat is tempting but heres my worry: my clients are used to cPanel. Recieved two tickets last month asking where "paper lantern" went when I tested DA on a staging box. They freaked out over skin change.
Any leads on white-label or cpanel-migration tools that keep client confusion low? I cant afford hand-holding 30 people through new button layouts.
Also does DA still lock advanced DNS editing behind "Evolution" skin? Their docs were unclear last I checked.
your margin is my opportunity
wendy
Member
- Joined:
- Jun 2024
- Posts:
- 164
- From:
- Manchester, UK
I have been running Windows Server 2022 IIS + Plesk Obsidian on a Ryzen dedi from InterServer for three years now. Plesk is not cheap either, but the Windows ecosystem has its own efficiencies. I recently stood up a test box with Enhance 8.2 on Windows Server 2025 Insider. It is not officially supported, but the Docker layer abstracts enough that it mostly functions. The .NET hosting stack integration is cleaner than anything cPanel offers for ASP.NET Core. To the original point: if your clients are strictly PHP/WordPress, DirectAdmin is probably the boring correct choice. But if you have any Windows workloads, Plesk still has no real competitor. I would rather pay for stability than fight free panels at 2 AM.
Have you tried restarting it?
hankels
Member
52 VPS and counting
- Joined:
- Jun 2024
- Posts:
- 301
- From:
- Phoenix, US
52 boxes and I dropped panels entirely on 38 of them
Ran the numbers last month: cPanel license per year = $647.88. DirectAdmin = $24. Enhance at my scale (mixed, some have 80 accounts some have 5) = $47/month variable. HestiaCP = $0 but I lost a Saturday to a borked v-restore.
My cost per GB RAM delivered to customer:
- cPanel nodes: $0.18/GB (license + VM + my time)
- Pure Docker nodes: $0.09/GB (no license, just VM)
- DA nodes: $0.10/GB
So I went Docker Compose + Portainer on the low-touch clients, kept DA on the whiny ones who need "file manager" button. Best of both worlds.
Sana you said DA idle is 1.1GB — mine clocked 1.3GB on Ubuntu 24.04 with Evolution. Maybe skin difference? Also your disk speed 340 MB/s, what disk type? My Contabo NVMe boxes do 890 MB/s so that seems low for 2026. https://contabo.com/en/vps/
seedbox, NAS, tape, and three offsite
pieter_rtm
Member
- Joined:
- Jul 2024
- Posts:
- 195
- From:
- Rotterdam, NL
As said, we tested all three at OVHcloud for our managed shared tier. Some data.
Specs: AMD EPYC 9454, 512 GB RAM, 2x3.84 TB NVMe, 10 Gbit uplink. Test VM: 4 vCPU, 8 GB RAM, 80 GB disk.
- DirectAdmin 1.66.0: install 11 min 14 sec, idle 1.08 GB RAM, backup to S3-compatible 47 MB/s
- Enhance 8.2: install 7 min 52 sec, idle 2.41 GB RAM, backup 112 MB/s (parallelized containers)
- HestiaCP 1.9.2: install 5 min 38 sec, idle 0.69 GB RAM, backup 38 MB/s
To be honest, Enhance backup architecture is the only one designed for 2026. Restic backend, incremental, encryption by default. DirectAdmin still ships backups as tarballs with predictable names.
Pricing at 1,000 accounts:
- cPanel: $935/month
- Enhance: $100/month
- DirectAdmin: $24/month (single server, not per-VM if you use their new provider license)
The provider license changed the math for us. We switched 400 VMs to DirectAdmin prov
Containers before it was cool
SamAlvi
Member
Self-Host Everything
- Joined:
- Jun 2024
- Posts:
- 188
- From:
- Portland, US
Why pay for any of this when you can self-host it
Seriously. FlowSana you listed "Custom — pure Docker Compose with Traefik + Authelia" like it is some footnote. That is the entire solution. I run 12 production servers for friends-and-family hosting with zero license costs.
services:
traefik:
image: traefik:v3.2
command:
- "--providers.docker=true"
- "--entrypoints.websecure.address=:443"
whoami:
image: traefik/whoami
labels:
- "traefik.http.routers.whoami.rule=Host(`ifconfig.co`)"
Add CrowdSec for WAF, MinIO for S3 backups, Keycloak if you need client logins. The "no client-facing panel" problem is solved with Uptime Kuma status pages and a simple PHP script for password resets.
The only reason panels exist is because people are scared of docker compose. But reverse proxies are not hard. I learned Traefik in a weekend.
my cloud. my rules. my 3AM alerts.
JokoNord
Member
- Joined:
- Jun 2024
- Posts:
- 190
- From:
- Jakarta, ID
I made VPS last month with Hostinger, 2GB RAM, trying to learn hosting business.
I tried HestiaCP but backup failed twice when I restore to new server. Very scary. Now I look at DirectAdmin but $2 is big money in my currency.
@SamAlvi, your docker compose look nice but I am beginner, too hard for me. Maybe I stay with HestiaCP and pray backup work?
@pieter_rtm, you say provider license for DirectAdmin — is this for big company only? I have just one VPS, can I get cheap price too?
Sorry for bad English, thank you very much for patience.
traffic worse than my packet loss
SamAlvi
Member
Self-Host Everything
- Joined:
- Jun 2024
- Posts:
- 188
- From:
- Portland, US
Your docker compose look nice but I am beginner, too hard for me
I get it, but HestiaCP backup failures are not a skill issue, they are a design issue. V-backup uses bash hooks that race on low-RAM nodes. Your 2GB Hostinger VPS is exactly where it falls over.
If $2 is steep, run the math on one Saturday of lost data versus $24/year. DirectAdmin has a personal license at $2/mo with no account limit. Not reseller, not provider. Just personal. You qualify.
My sister runs her pottery site on a Contabo VPS in Singapore, 4GB for €4.99, with the Docker stack I pasted above. She does not know what a container is. I set it up once, Uptime Kuma tells her if it breaks. Total annual cost under €80 including domain.
https://contabo.com/en/vps/
my cloud. my rules. my 3AM alerts.
RAJ
Member
- Joined:
- Jul 2024
- Posts:
- 294
- From:
- Mumbai, IN
Lifetime $299 option gone
Wait, when did DirectAdmin kill lifetime? I bought two in 2023, thought they were still selling them quietly. That changes my math completely.
Also @hankels you said you kept DA on "whiny ones who need file manager button" — have you seen the new Evolution skin? It is actually closer to cPanel than cPanel is these days. I demoed it to my most difficult client, 62 year old lawyer in Pune, and he said "finally they made it look modern." That is the first compliment I have ever gotten about a control panel.
Still stuck on migration though. Anybody used the cPanel-to-DA transfer tool in production? I see it in docs but nobody talks about it in real threads.
your margin is my opportunity
hankels
Member
52 VPS and counting
- Joined:
- Jun 2024
- Posts:
- 301
- From:
- Phoenix, US
CPanel-to-DA transfer tool in production?
Used it twice. Works for accounts under 5GB, breaks on larger ones because it streams over HTTP and times out. I ended up rsyncing /home and fixing userdata manually for the big accounts.
@pieter_rtm your RAM numbers are cleaner than mine, probably because I run CSF+LFD on everything. Evolution skin adds maybe 80MB? Not sure. I see 1.3GB idle, you see 1.08GB, difference is likely my security paranoia.
On the Docker nodes I do not run CSF, just CrowdSec + nftables. Much lighter.
seedbox, NAS, tape, and three offsite