ana_mad
Member
OP
- Joined:
- Jun 2024
- Posts:
- 298
- From:
- Madrid, ES
Been thinking about this since sent ticket yesterday to old host. CPanel at $15/month for solo license is absurd if you run just few small sites. Made test order on VPS instead and realized: I actually enjoy setting up nginx myself now? But I was scared of terminal two years ago.
This pricing killed shared hosting hobbyist, no? The person who wants host blog and forum and maybe wiki for friends. Not reseller. Not agency. Just tinkerer with $20/month total budget.
Before: $5 shared plan with cPanel included. Click installer, done. Now: $5 plan plus $15 license = $20 before content. Or learn Docker, Debian, Let's Encrypt, fail2ban...
I moved to DirectAdmin for while but even they raised prices. What is left for beginner who wants panel? Nothing at reasonable price. So people go raw VPS and either learn or leave hobby.
Cheers!
swimming upstream since 2019 🐟
moebig
Member
RAID is not backup
- Joined:
- Jul 2024
- Posts:
- 115
- From:
- Casablanca, Morocco
Wesh ana
Le server حلو when you manage yourself incha'allah
But I understand the frustration
The problem is not cPanel alone
It is the entire ecosystem that built around it
Softaculous, JetBackup, everything
You pay for convenience that becomes necessity
I run Hestia on small VPS, works bien
But I am sysadmin light, not beginner
For my mother who wants blog about cats?
Impossible, she needs panel or she needs me
The hobbyist is dead unless has nephew willing to help
Or unless has money for managed service
Incha'allah someone builds good free panel again
RAID 1: because paranoia pays
PetraSuper
Member
network boot believer
- Joined:
- Jun 2024
- Posts:
- 127
- From:
- Bratislava, Slovakia
Hej I was on shared hosting five years with cPanel
Then price go up and I move to VPS
On server I learned many things
Into config I made mistakes
Malý server I broke three times and reinstall
But now I no want panel anymore
Is freedom to configure how I need
Hej maybe cPanel pricing was push I needed
No for beginner is hard I agree
But there is market gap for simple panel
Someone will fill it maybe
boot anything, anywhere, anytime
tomchan
Member
- Joined:
- Jul 2024
- Posts:
- 202
- From:
- Bristol, UK
I actually enjoy setting up nginx myself now
This is the fun little project energy right here
Been running NAT VPS from GreenCloudVPS for $8/year
nginx, certbot, docker compose
It actually works for static sites and small apps
server {
listen 80;
server_name blog.example.com;
location / { proxy_pass http://localhost:8080; }
}
But I had failed attempts before this
The learning curve is real and not everyone has time
That spreadsheet someone mentioned
Would love to see DirectAdmin numbers
My guess: flatlined after 2023 price hike
The panel market has no good cheap option now
works on my bench ¯\_(ツ)_/¯
RAJ
Member
- Joined:
- Jul 2024
- Posts:
- 294
- From:
- Mumbai, IN
Same with my $8/year NAT box
nginx is fun once it clicks
your margin is my opportunity