Results 1 to 25 of 89
Hybrid View
-
12-08-2022, 03:05 PM #1
Web Hosting Master
- Join Date
- Apr 2002
- Posts
- 1,807
Webuzo in large production environments
I'm looking for web hosting companies or web hosting server administrators that are using the Webuzo control panel within a large production environment. Specifically in regards to how well it performs at scale.
We've been investigating utilizing Webuzo internally. I'm currently a bit stalled due to the lack of configuration templates for various services.
But upon investigating this, I found that Webuzo rebuilds it's entire Apache VirtualHost file - /usr/local/apps/apache2/etc/conf.d/webuzoVH.conf - every time a modification is necessary. If a new account is added, the full /usr/local/apps/apache2/etc/conf.d/webuzoVH.conf gets rewritten. An account gets deleted, the full /usr/local/apps/apache2/etc/conf.d/webuzoVH.conf gets rewritten. An account adds an addon domain, the full /usr/local/apps/apache2/etc/conf.d/webuzoVH.conf gets rewritten. I have concerns over how well this scales.
It's one thing when you have one, two or maybe up to 50 VirtualHosts. But what happens if you have 1000 or 2000 VirtualHosts on the server? That constant rewriting of the /usr/local/apps/apache2/etc/conf.d/webuzoVH.conf file would seem to start a performance hit. Especially when you factor in other processes that might be consuming CPU time in a real production server.
As we're not yet using Webuzo in production environments, we can't really test this at this scale. I'm not sure if there are a lot of Webuzo control panel hosts out there, and where they exist in terms of this level of scale, but I thought I would ask. Any Webuzo hosts out there with a significant number of accounts and VirtualHosts are you seeing any performance issues related to this full /usr/local/apps/apache2/etc/conf.d/webuzoVH.conf rewrite?
-
12-29-2022, 02:10 PM #2
Newbie
- Join Date
- Dec 2019
- Location
- India
- Posts
- 10
I'm not sure if there are a lot of Webuzo control panel hosts out there
You should report this bug to Webuzo team, they're very friendly and quick in fixing issues. They can also improve their control panel if we report them about bugs and might become a stable control panel.
-
12-29-2022, 06:51 PM #3
The Linux Specialist
- Join Date
- Mar 2003
- Location
- /root
- Posts
- 24,288
I recommend contacting them directly regarding your concerns. They always listen to customers, especially if this affects the control panel's performance.
Specially 4 U
Reseller Hosting: Boost Your Websites | Fully Managed KVM VPS: 3.20 - 5.00 Ghz, Pure Dedicated Power
JoneSolutions.Com is on the net 24/7 providing stable and reliable web hosting solutions, server management and services since 2001
Debian|Ubuntu|cPanel|DirectAdmin|Webuzo|Enhance|Acronis|Estela|BitNinja|Nginx|Proxmox
-
12-30-2022, 01:24 PM #4
Web Hosting Master
- Join Date
- Apr 2002
- Posts
- 1,807
I'm not really sure if it affects performance - that's why I was asking here if anyone was using Webuzo in a large production environment.
It seems inefficient to me. I mean, the performance hit is probably negligible if you only have 5 or 10 VirtualHosts - or maybe even 100. But when you start talking about 1000+ VirtualHosts on a heavily used server - that just seems like it might affect performance. Its difficult to really get a real world performance sample in a test environment.
I have brought this to their attention and they said they would look into it, but it just kind of ended there.
There's a lot of things I like about Webuzo, but there's also a lot of areas that I think need some improvements - and I'm just not getting the general feel that there's a commitment to making those improvements. I guess that's the price that's paid when a panel struggles to get market share - but might be struggling to get market share because there's a lack of commitment.
I still think a forum where Webuzo users can communicate with other Webuzo users about issues, concerns, workarounds, fixes would be one way to grow Webuzo. But if the number of users using Webuzo is so low, then there may not be enough activity for a forum.
-
12-30-2022, 02:19 PM #5
Softaculous has been around for quite awhile and has several well known products (Softaculous Autoinstaller, Virtualizor, etc.).
The multi-user version of Webuzo is a recent addition to their product lineup and therefore it's not really fair to try to compare it apples to apples with other control panels that have been on the market for decades or more (i.e. cPanel, DirectAdmin) and expect it to have all the features and feature support that other control panels have worked decades to achieve.
Softaculous -from what I've seen- is working really hard to make Webuzo a serious contender as a complete cPanel replacement.
I honestly don't think there is a lack of commitment though, I think they are just being bombarded with hosts wanting to use Webuzo and those hosts are continuously asking to add support for this, that, etc.
I give them 6 months to a year and then I think we'll be having a completely different conversation regarding Webuzo.
-
12-30-2022, 03:36 PM #6
Web Hosting Master
- Join Date
- Apr 2002
- Posts
- 1,807
Oh, I agree. All the more reason I would like to see a forum or some type of centrally located user interaction hub. Are they being bombarded with the same requests over and over again? Do other users have ideas on how to work around a certain issue? What functionality development needs to be focused on?
It just helps with transparency if discussion is a bit more open.
I do agree that Webuzo certainly looks the part as a serious contender as a complete cPanel replacement. But unfortunately the needle with Webuzo hasn't moved enough in the time frame that we needed it to and we have had to turn to other alternatives. We still hope to revisit Webuzo at some point, perhaps it will be a bit more mature at that point.
-
12-30-2022, 03:59 PM #7
-
01-03-2023, 01:18 AM #8
Disabled
- Join Date
- Jul 2020
- Posts
- 46
The softaculous team introduced Webuzo years ago, and even InterServer tried selling Webuzo VPS, but things didn't go well. This panel was fully loaded with unreliable features, I personally gave this panel to some of our clients, then later had to change back to CyberPanel because of Crashes and unnecessary resource consumption.
Honestly I am afraid to trust them again
-
01-03-2023, 03:15 AM #9
WHT Addict
- Join Date
- Nov 2010
- Posts
- 117
I would like to gently refute this. As far as I am aware Interserver is a client and has many license with us. Also back then it was v2 and a single user and had limited use cases. We would love you to try Webuzo v3 and see for yourself if it's fit for hosting or not. We would be happy to issue you some trial license as well.
About the number of VirtualHost entries in 1 file. We haven't seen any issue with it. We have queueing in our tasking processes and we have many servers with 1000+ virtualhosts as well. Having a single file is efficient and does not cause any load as such. We have also added support for custom config files in the Apache config on a per domain and a per user basis :
IncludeOptional /var/webuzo-data/apache2/custom/users/USERNAME.conf
IncludeOptional /var/webuzo-data/apache2/custom/domains/DOMAIN_OR_SUBDOMAIN.conf
Loading a single file is easier for Apache. A single file concept is also used by many other control panels.
We will also be upgrading our forum soon.Brijesh Kothari - President Softaculous | AMPPS | SoftWP
Softaculous - Best and Fastest Auto Installer and WordPress Manager
Supercharge your WordPress Hosting with SoftWP (Included with Softaculous)
Webuzo - Multi User Control Panel
-
01-03-2023, 03:27 AM #10
Disabled
- Join Date
- Jul 2020
- Posts
- 46
-
01-03-2023, 03:41 AM #11
WHT Addict
- Join Date
- Nov 2010
- Posts
- 117
Brijesh Kothari - President Softaculous | AMPPS | SoftWP
Softaculous - Best and Fastest Auto Installer and WordPress Manager
Supercharge your WordPress Hosting with SoftWP (Included with Softaculous)
Webuzo - Multi User Control Panel
-
01-03-2023, 01:30 AM #12
Aspiring Evangelist
- Join Date
- May 2021
- Posts
- 409
www.insightdials.com : Business Intelligence Tool For The Web Hosting Industry!
Starting with WHMCS Analytics | Up coming Integrations :Zoho, Google Analytics, Tawk.to, Live Chat and more comin-up.
Skype ID: Liz Mathew | Email : lmathew [@] insightdials [.com]
-
01-04-2023, 02:30 PM #13
Junior Guru Wannabe
- Join Date
- Oct 2021
- Posts
- 71
We Just started using Webuzo on our VPS servers. And we found it's working good. also giving trial to community members to make a test of webuzo. we found some issues on this panel but still it's good then others in the market. but also I waiting for enhance panel it will be a good panel to sell WordPress hosting.
-
01-06-2023, 02:05 AM #14
WHT Addict
- Join Date
- Nov 2010
- Posts
- 117
Brijesh Kothari - President Softaculous | AMPPS | SoftWP
Softaculous - Best and Fastest Auto Installer and WordPress Manager
Supercharge your WordPress Hosting with SoftWP (Included with Softaculous)
Webuzo - Multi User Control Panel
-
01-06-2023, 10:02 AM #15
Web Hosting Master
- Join Date
- Mar 2021
- Posts
- 964
It's something I've been interested in trying for production, but it's a fact that some clients are just automatically turned off when they learn that you're using a lesser-known control panel. It's much better now with DirectAdmin gaining more traction/popularity, however, I am unsure what the reception would be if we were to start offering Webuzo. Not a risk I would like to take at the moment especially with pricing that's very close to DA's.
As a DA user, here are a couple of things that would make me more enticed to switch to another panel:
- better pricing, although admittedly DA's cost is already quite competitive
- much more organized and detailed documentation for both admins and end-users; as it stands when you face odd issues with DA you'd usually have to scour their forums or their old docs for answers (or just figure it out yourself)FrogeHost ⚡ Super Fast NVMe SSD Hosting
100% Uptime • Node.js • Auto Backups • 30 Day Money Back Guarantee • Crypto Payments Accepted!
API for HTML Forms - Send form submissions directly to your email address.
-
01-27-2023, 05:29 PM #16
Newbie
- Join Date
- Oct 2007
- Posts
- 19
We are a small environment and have used Softaculous as long as I can remember - more than 10 years, they have always provided good products, good support and been reasonable with their pricing, I am not sure how anyone can fuss about paying $12 per year for Softaculous. Webuzo is new, but based on their reputation we are going to start migrating from cpanel to Webuzo and report back on how things go.
-
02-24-2023, 12:38 PM #17
Junior Guru Wannabe
- Join Date
- Oct 2021
- Posts
- 71
Hi,
We have already planned on webuzo. And also created a community on FB about webuzo. And talked with Pulkit Brother on Linked In, I have connect also you, please check Mahamodul Hasan Khan from Hostever.
Mainly I found some issues & discussed with Junaid Miaje brother from Limda. We are working together to grow up with Webuzo. i will really happy if we connect together.
Some of the main issues on webuzo is Backup system. It's not organized. also it makes a single db backup file, it's should be changed to single by single. etc. can we discuss on private message?
-
02-28-2023, 02:49 AM #18
Web Hosting Master
- Join Date
- May 2009
- Posts
- 1,550
Webuzo - Multi user control panel supporting Apache, NGinx, MySQL, MariaDB, Percona, LiteSpeed, Varnish, WordPress, etc.
Virtualizor - VPS Control Panel supporting OpenVZ, Xen, KVM and has 200+ OS Templates
Softaculous - Auto Installer with 400+ scripts for Webuzo, cPanel, DirectAdmin, InterWorx, Plesk, etc.
-
02-28-2023, 05:23 AM #19
Web Hosting Master
- Join Date
- Oct 2009
- Posts
- 17,754
I think it's best to focus on your own backup system, not do what cPanel has done. Their backup system is not that good because you can't use rsync to backup/restore to/from a remote server via SSH/rsync. Many prefer to create backups using an official backup structure from the control panel itself.
Maybe add JetBackup support once Webuzo backup/restore is more feature-rich.HostXNow - Shared Web Hosting | Semi Dedicated Hosting | Enterprise Reseller Hosting | VPS Hosting
-
02-28-2023, 08:15 AM #20SimpleSonic - We Make Fast... Easy!
USA/UK/Malaysia - Shared - Reseller - cPanel - DirectAdmin - Daily Backups - WHMCS Included!
Blazing Fast NVMe SSD - CloudLinux - Imunify360 - LiteSpeed - MailChannels - JetBackup
-
02-28-2023, 08:34 AM #21
Web Hosting Master
- Join Date
- Oct 2009
- Posts
- 17,754
HostXNow - Shared Web Hosting | Semi Dedicated Hosting | Enterprise Reseller Hosting | VPS Hosting
-
02-24-2023, 12:40 PM #22
Junior Guru Wannabe
- Join Date
- Oct 2021
- Posts
- 71
-
02-28-2023, 12:19 PM #23
Aspiring Evangelist
- Join Date
- Apr 2007
- Posts
- 430
We've started offering Webuzo and DA to our existing VPS customers as part of the move from Centos 7 > Alma/Rocky and the consensus from our non-technical users is that they much prefer Webuzo to DirectAdmin purely because it feels very familiar to cPanel.
It got me thinking that the similarities could well cause them a problem down the line if cPanel's lawyers ever try to go after them. I'm not suggesting they have copied any of the code base, I'm sure they haven't, but there are striking similarities to how everything is laid out right down to the exact same wording of some of the features.Managed cPanel & DirectAdmin Dedicated Servers
D9 Solutions Ltd - Hosting Over 20,000 Websites Since 2007
Servers in the USA, UK & Amsterdam
Premium Shared, Reseller, VPS and Dedicated Servers
-
02-28-2023, 07:13 PM #24
Web Hosting Master
- Join Date
- Oct 2009
- Posts
- 17,754
HostXNow - Shared Web Hosting | Semi Dedicated Hosting | Enterprise Reseller Hosting | VPS Hosting
-
02-28-2023, 07:44 PM #25
Web Hosting Master
- Join Date
- Apr 2002
- Posts
- 1,807
Well, I think people take the term "backup" to too much of an extreme.
A backup at it's simpliest form is going to be something from which you can restore the account to at that particular time.
The question becomes, what constitutes an account?
I suppose at the most absolute basic - an account is simply the username. If you want to recreate an account - you simply create the user. But you probably want more than that.
So, what is the basic necessity to recreate the account as it was when the backup was taken?
The username
The user's password
Account package information?
A list of the domains the account has?
DNS records for those domains?
FTP users?
Secure certificates?
DKIM keys?
Email forwarders?
Email Filters?
Database names?
Database usernames and passwords?
Crontabs?
Suspension information?
Database data?
Home directory contents?
The more you can compartmentalize that - the more flexibility given to administrators that use the control panel.
I would argue that someone that really understands what they're doing - can back up the database data and home directory data separately and restore that data separately and create a much more efficient backup system. But it's going to depend on that someone knowing what they're doing and how they want to store that data.
A control panel that focuses on the other data in terms of backup is going to give that administrator the flexibility to create an "empty shell" of the account as it was at the time of the backup - and the other more meaty aspects of the account (the database data and home directory data) can be dealt with separately.
Of course, nothing precludes the control panel backup from including the database data and home directory data in the backup - and a lot of people would probably choose to include that because they maybe don't understand or just don't have the time and resources to build their own backup/restore system to handle the database and home directory data separately. No shame in that, nothing wrong with that.
Speaking of cPanel - yes, I do believe they have this right. They provide a tool /scripts/pkgacct to backup individual accounts. And you can get a list of accounts through the /var/cpanel/users directory. The /scripts/pkgacct by default includes everything, but by passing certain parameters or switches, such as --skip-homedir the administrator is able to create perfectly restorable account "empty(ish) shell" tarball that is considerably smaller in size than if the home directory is included. And the administrator is able to handle the backing up of account's home directories... the bulk of most accounts, in a manner that they see fit.
And someone that understands all of this can code all of this themselves without requiring an additional licensing cost. Nothing against licensed software, I tend to enjoy tinkering with stuff and studying and development on how I can mimic functions of licensed software on my own. It gives me a better understanding of how things operate and where things can go wrong. But that's just me.
Similar Threads
-
ZFS for VM storage in production environments
By skywin in forum Colocation, Data Centers, IP Space and NetworksReplies: 21Last Post: 05-27-2015, 04:51 PM -
Your experience with OpenQRM in production environments
By Infinitnet in forum Cloud HostingReplies: 4Last Post: 12-13-2011, 02:25 PM -
Anyone experienced with proxies in large scale environments?
By RollingDeep in forum Programming DiscussionReplies: 0Last Post: 07-05-2010, 10:09 PM -
Gaming Website F/S in pre-production stage
By Miloj in forum Other Offers & RequestsReplies: 1Last Post: 08-16-2004, 02:44 AM -
Is anyone using this yet in actual production?
By GWDGuy in forum Dedicated ServerReplies: 4Last Post: 12-04-2003, 11:48 AM