Open Source LAMP Web Hosting Panels
-
I've never used anything other than cpanel but I have seen this before. Looks interesting.
-
Checking out Sentora, too.
-
And there is VestaCP too.
-
CentOS panel is good, but of course, it wants you to use CentOS. I have one of those running and it's definitely a kitchen-sink type panel. It's less like cPanel and more like WHM. You can use it if you want to create separate accounts for different projects that have their own individual logins with their own account panels etc. You could be more like a shared web host on this one. Here is my panel:
For a simpler panel I've enjoyed using Vesta. You can also set up multiple accounts here, but the core feature set is more tame and easier to get around. My panel is down cause I've been migrating sites to another host. This screenshot is from their website:
My favorite panel for single user, not for 'shared hosting/multiple accounts', is Webmin. This is as much for hosting as it is for server management. It's a general panel for managing the server itself, but throwing in php, mysql, apache and stuff is also something it can do. Here is my panel:
The default style is a big horrid so I highly suggest changing to the style I've got here.One very important feature of Webmin is that they don't change or alter how software installs by default. In other words they don't move config files or default folder locations around or lock you out of editing things from the command line. I believe you can even install it on top of a server that's already configured with stuff, while the other panels insist on being installed on a fresh server and they control all software installing and configuring.
With Webmin, all configs are in default locations and you can edit them with or without using the Webmin panel. In this case, it merely acts as a visual GUI with everything else running in its default state under the hood.If I just want a general server GUI and hosting one web location, it's Webmin. If I need a bunch of separate web projects, I'd go with Vesta. Go with CentOS if your idea of a relaxing weekend is configuring WHM/cPanel.
-
it was me that mentioned https://mangolassi.it/topic/12687/centos-web-panel
-
I believe Sentora is a fork from zpanel.
-
@StuartJordan said in Open Source LAMP Web Hosting Panels:
I believe Sentora is a fork from zpanel.
It is.
-
They pretty much all seem to demand CentOS. I'm surprised, but it makes targeting the code easier.
-
@scottalanmiller - I tried Zpanel in an early release and it was really good, I can only imagine Sentora is even better now.
-
I really like the look of VestaCP. I wanted to host on Fedora, but it's not a big deal. CentOS 7 installing and updating now. Will see if VestaCP installs first and test from there.
-
@scottalanmiller
Vesta always ran very smooth for me, all defaults. Probably ran it a half dozen times on different servers from DO, VULTR, and local VMs.The only problem I had with my last one is after running for 2 years solid with no issues, it started doing this weird thing with auto backups where it "started" the backup and never ended, just kept creating temp files until my whole drive was full and caused the server to halt.
I would delete all the temp files to get the server back up, but then the backup would begin running again and fill it up again. I tried a lot of stuff to fix but nothing worked, I just had to disable backups entirely.One thing I did like, which is NOT like cPanel, is that I could create a MySQL DB, User, and Pass, in one go, one screen. That was slick.
-
ISPconfig also has a big user base.
I have been reading through the Sentora forum, I would probably stay away from that panel for now, their main developer recently left due to getting bashed and I think he had enough. There are threads about the project using some insecure code from the zpanel project, thought I would give you heads up on that one. http://us3.campaign-archive.com/?u=722bc323a024d15a407baae81&id=4725051e38
-
@StuartJordan said in Open Source LAMP Web Hosting Panels:
ISPconfig also has a big user base.
I have been reading through the Sentora forum, I would probably stay away from that panel for now, their main developer recently left due to getting bashed and I think he had enough. There are threads about the project using some insecure code from the zpanel project, thought I would give you heads up on that one. http://us3.campaign-archive.com/?u=722bc323a024d15a407baae81&id=4725051e38
That doesn't bode well.
-
@guyinpv What theme is that?
-
Just looked at zPanel... it's dead.
http://www.zpanelcp.com/download/
Nothing on their website since CentOS 6 and Ubuntu 12.04. Wow. Looking at their GitHub repo...
https://github.com/zpanel/zpanel
The project died half a decade ago. Moving on....
-
I installed Vesta this morning while waiting for other things to happen. I really like it so far, and I should have my personal domain pointing to it here shortly. It was nice to have DNS working out of the box. For some reason I always seem to struggle with named configs.
-
@travisdh1 said in Open Source LAMP Web Hosting Panels:
I installed Vesta this morning while waiting for other things to happen. I really like it so far, and I should have my personal domain pointing to it here shortly. It was nice to have DNS working out of the box. For some reason I always seem to struggle with named configs.
It's definitely nice and super fast. I'm not sure if I like it controlling all of the configs, though. I have this feeling that it might be easier to just do without the control panel since they all lack the installers and things like the GUI based file management tools.
-
A file management tool is, naturally, a paid upgrade of Vesta.
You might be happiest with Webmin then. it's not a LAMP panel, it's just a general server management GUI. Almost everything you do in it just translates to a standard console command and most output you see when running things is the same command line output.
Here is editing the php.ini file:
And here is if I click the little edit manually button, just raw config.
Here is adding a virtual host in Apache:
It has a file manager:
Most everything is either a simple GUI to edit, and/or gives raw text editor for configs. You can even create "custom commands" which can then be ran as needed with a button.
I only used Vesta when I wanted a point-n-click simple web server with one or more sites on it. With Webmin, I've set up Samba shared to Windows, copied SSH keys, set up cron jobs and view stats. It's better as a server manager.
-
@aaronstuder You can see the name in my previous screenshot. Called "Authentic Theme".
-
@guyinpv that's kind of where I ended up and that led me to wondering if any panel really makes sense or if deploying apps via a CM wouldn't make more sense.