VOOZH about

URL: https://thenewstack.io/linux-zentyal-is-the-small-business-server-you-may-need/

⇱ Linux: Zentyal Is the Small Business Server You May Need - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2025-01-25 07:00:12
Linux: Zentyal Is the Small Business Server You May Need
Linux / Operations

Linux: Zentyal Is the Small Business Server You May Need

Though not a big-name distro, Zentyal is easy enough for an administrator to deploy and make work for just about any business.
Jan 25th, 2025 7:00am by Jack Wallen
👁 Featued image for: Linux: Zentyal Is the Small Business Server You May Need

Within the realm of Linux, there are certain distributions geared specifically for business server usage. The most popular options include Red Hat Enterprise Linux, AlmaLinux, Rocky Linux, Oracle Linux and CentOS Stream.

But those aren’t the only options available. There are distributions that might not have the same name recognition, but that doesn’t make them any less viable.

One such distribution is Zentyal, which is a Linux alternative to Windows Server, and includes features like:

  • Domain & Directory server
  • Mail server
  • Firewall
  • IDS/IPS
  • Iproute2, Netfilter, Squid, Suricata and FreeRADIUS
  • Domain-based HTTPS webpage blocking
  • NTP server
  • Certification authority
  • VPN
  • Backup
  • FTP
  • IPSec/L2TP
  • Antivirus
  • Real-time alerts
  • Daily reports
  • Kernel management
  • User authentication in HTTP proxy
  • Docker containers
  • Intrusion protection
  • Jabber server
  • Web server
  • And much more

With Zentyal, you’ll find a free community edition and a paid version. The paid version can be had at various pricing tiers. (Check out the Zentyal pricing matrix for more information.) I would suggest downloading and installing the community edition first. If you like what you see, consider purchasing a license for the full product.

It’s been a while since I’d tested Zentyal, so I downloaded the last version and gave it a spin as a virtual machine in VirtualBox on Pop!_OS Linux. Here are my impressions.

Installation

Given that Zentyal is based on Ubuntu 22.04, it should come as no surprise that it’s very easy to install. In fact, it’s very much a point-and-click affair that can have you at the login prompt in less than five minutes. If you can install a piece of software, you can install Zentyal.

Post-Installation

This is when I started to remember why Zentyal impresses me so much. Upon first login, the default browser will open. From the landing page, you are greeted with an onboarding wizard. From this wizard, you can select the software you want to install (Figure 1).

👁 Zentyal package installation.

Figure 1: Selecting the packages to be installed on Zentyal server.

Select the packages you want, scroll down and click Install. You will then be prompted to confirm the installation of the selected packages by clicking Continue. A new page will appear (with an adorable panda), displaying the progress of the package installation. A few minutes after clicking Continue, all of the software I selected was installed and ready to go. Once the app installation is complete, you’ll then be prompted to configure the networking interfaces (Figure 2).

👁 network setup gui

Figure 2: I only have a single network interface, so the setup is simple.

You will then be asked to select the type of server, which will be either a standalone server or an additional domain controller (Figure 3).

👁 Network configuration wizard.

Figure 3: If your Zentyal server is part of a domain, make sure to select “Additional domain controller.”

Depending on the components you’ve added to the server, you may have a few more steps to configure, such as a virtual mail domain for the mail server. Once you’ve taken care of everything, click Finish and the configurations will be applied.

Installing Zentyal on a Current Ubuntu Deployment

If you already have a Ubuntu server deployed, you can add Zentyal’s community edition on top of it. Here are the commands to do this:

First, download the installation script with this command:

wget https://raw.githubusercontent.com/zentyal/zentyal/master/extra/ubuntu_installers/zentyal_installer_8.0.sh

Give the installer executable permissions with the following command:

sudo chmod u+x zentyal_installer_8.0.sh

Finally, run the installer:

sudo ./zentyal_installer_8.0.sh

Select whether you want to install Zentyal via console or GUI. (I suggest using the console option if you’re installing Zentyal as a virtual machine; otherwise, you might run into problems.)

Walk through the installation. When finished, you can then access the Zentyal web interface at https://SERVER:8443/ (where SERVER is the IP address of the hosting machine).

One thing to keep in mind is that, when installed this way, Zentyal allows any user that is part of the sudo group to access the web interface. Because of that, you might want to consider either removing some of those users from the group or configuring them within /etc/sudoers to limit their reach.

Regardless of how you installed Zentyal, you can then access the Dashboard at the https://SERVER:8443/Dashboard/Index page (where SERVER is the IP address of the hosting machine). From the Dashboard you can manage all services. For example, if you plan on using Zentyal for Docker containers, click the Docker entry in the sidebar and then you’ll be prompted to enable Portainer (which is used as the container manager).

In the End

I’m not going to tell you that Zentyal is a happy-go-lucky, point-and-click affair. Yes, it does have a well-designed web-based interface, but there’s still a bit of a learning curve involved. There are some components that have to be configured in a certain order — such as those that depend on SSL certificates and require you to issue a new certificate before they’ll work as expected. This will all depend on what modules you’ve installed and the dependencies they require.

As far as deploying a Linux server for your business, Zentyal is a fantastic option. It might not be quite as “plug-and-play” as some other server systems, but Zentyal is easy enough for any admin to deploy and make work for just about any business.

TRENDING STORIES
Jack Wallen is what happens when a Gen Xer mind-melds with present-day snark. Jack is a seeker of truth and a writer of words with a quantum mechanical pencil and a disjointed beat of sound and soul. Although he resides...
Read more from Jack Wallen
SHARE THIS STORY
TRENDING STORIES
Oracle and Red Hat are sponsors of The New Stack.
TNS owner Insight Partners is an investor in: Real, Docker.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.