Q. We have decided to move to Linux and brought a dedicated Dell server preinstalled with Red Hat Linux for hosting our small business website. Can you tell me what software required to run on a Linux dedicated server for hosting purpose?
A. Linux offers rich set of open source software for dedicated server hosting. Following is a typical list of software you need on a dedicated hosting server:
Apache Web Server
The Apache (HTTP) web server is very popular in terms of functionality and performance. The majority of all web servers using Apache are Linux web servers. Apache supports a variety of features. These can range from server-side programming language support to authentication schemes. Some common language interfaces support
- Perl - mod perl
- Python - mod python
- Tcl
- PHP and many others.
Database: MySQL Database Server
MySQL is a relational database management system (RDBMS) which has more than 11 million installations. The program runs as a server providing multi-user access to a number of databases. MySQL is essential to develop web applications. Usually, new user choose MySQL because it is easy to learn.
Database: PostgreSQL
PostgreSQL is an object-relational database management system ORDBMS). It is released under a BSD-style license and is thus free software. PostgreSQL is used for advanced usage. It is more popular among the tech savvy and geek developers.
PHP, Perl, Python, the programming languages
All of the above languages are installed and used to develop web applications.
Firewall: Netfilter ( Iptables )
Netfilter is a framework that provides a set of hooks within the Linux kernel for intercepting and manipulating network packets. It is act as the firewall under Linux to protect server from various attacks. The best-known component on top of Netfilter is the firewall which filters packets, but the hooks are also used by other components which perform network address translation, stateful tracking and packet enqueueing to user space.
Security: SELinux
Security-Enhanced Linux (SELinux) is a Linux feature that provides a variety of security policies, including U.S. Department of Defense style mandatory access controls, through the use of Linux Security Modules (LSM) in the Linux kernel.
Mail Server: Postfix
Postfix is used as SMTP (mail transfer agent) server. Postfix is a free and open source mail transfer agent (MTA), a computer program for the routing and delivery of email. It is intended as a fast, easy-to-administer, and secure alternative to the widely-used Sendmail MTA.
IMAP and POP software: Dovecot
Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like systems, written primarily with security in mind. Dovecot can work with standard mbox, Maildir, and its own experimental native high-performance dbox formats. It is fully compatible with UW IMAP and Courier IMAP servers' implementation of them, as well as mail clients accessing the mailboxes directly.
Dovecot also includes a Mail delivery agent (called Local delivery agent in Dovecot's documentation), with optional Sieve filtering support.
FTP Server: VSFTPD
vsftpd, which stands for "Very Secure FTP Daemon", is an FTP server for UNIX-like systems, including Linux.
Secure Shell: OpenSSH
OpenSSH (OpenBSD Secure Shell) is a set of computer programs providing encrypted communication sessions over a computer network using the ssh protocol. Use ssh to securly login to server to transfer files.
Backup software
There are various software and utilities built into Linux itself to make a backup. You must backup your dedicated server every day or as per requirements. For tape backup use tar command. For incremental backup use rsnapshot. For MySQL backup write a shell script.
A note about server management
If you do not know how to manage a dedicated server, get help of 3rd party or use commercial web hosting automation program (control panel) software such as plesk or cPanel.
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop













{ 1 comment… read it below or add one }
Hi Sir,
Suppose i have a dedicated server with dns,mail server , ftp server , iptables firewall and rsnapshot backup configuration…
As per this topic u said 3rd party mgmt. software like plesk,cpanel., so my query is that if we use this software then , should i have to manage all the configuration stuff of mailserver, web server etc. from that software or ………….?
Regards,
Benjo