Webmin Using AD to Stored Users and Groups

Total Page:16

File Type:pdf, Size:1020Kb

Webmin Using AD to Stored Users and Groups Webmin using AD to stored users and groups. Overview Webmin is a wonderful interface to manage Linux servers and Webmin can use an LDAP server to store users and groups so you can share those information among different Linux servers so a single credential could be used to manage several servers with the exact same permissions. Out of the box Webmin does not support MS Active directory and it need some adjustment to make it work and this document is exactly that. I remind all that Webmin’s Users/groups are specific Webmin objects and have nothing to do with native users/groups in AD. You may see AD as a shared storage location for Webmin. This document take for granted that you are already familiar with Webmin, Linux and MS AD. This document has been written while using version 1.720 of Webmin but it has also been tested up to version 1.730 AD Preparation First we need to create an OU that will be restricted and will contain Webmin related information like users, groups and so on. In my example I have an OU called Global under which I created a sub-OU called Webmin. Yourdomain.Local/Global/WebminAccounts Next we need an AD account that will be use by Webmin to access AD, in my example I created Yourdomain\_svc_LDAP_WebminAuth And set with FULL permission on the OU Yourdomain.Local/Global/WebminAccounts. That service account does not need to be created in the previous created OU as it’s not specifically a Webmin object but a real AD account. Schema extension using the LDIF file. Once done we need to create the required schema as Webmin use custom objects. We can’t use the file webmin.schema provided in the Webmin interface because it was intended for openLDAP. Even with some converter to LDIF, it will doesn’t work properly. So I made my own LDIF file. The OID and names used was kept because they are well registered and there will be no conflict at all with what we can currently have in our active directory. You just have to be very aware that this is an irreversible process as every schema extensions. So I decline any responsibilities to problems you may have using this procedure. Log on your domain controller that is the schema master and be sure to be a schema admin. Have the file ADWebmin.ldif ready. See the attachment in this post. The LDIF file are domain independent, so the –c argument is required so be sure to replace the string highlighted with your real domain name. The log folder is also important as it will keep a trace of what happen. ldifde -i -k -f ADWebmin.ldif -c DC=x DC=YourDomain,DC=local -j C:\tmp If we take a look in the log, we can see what happen. Then reload the schema to be sure that changes are reported in the console. You should have listed 3 new classes and 5 attributes. Permissions on the new classes If the account used in webmin(Yourdomain\_svc_LDAP_WebminAuth) to create webmin accounts in AD is not a domain admins, you will need to add some permissions on the 3 new classes. Using the schema administration go in the permissions of all 3 new classes(webminUser, webminGroup and webminAcl) and add our service account with full rights. Configure webmin to use LDAP You need Perl-Ldap libraries, so if not installed yet you need to do it. In my case I’m using Centos and I add it using the usual yum command inside a telnet session: yum install perl-LDAP Next go in Webmin. Enter the information related to your own domain. Service account must not have any space in it !! Create carefully. At this point the integration is still partial even if it’s possible to create and delete users with some success but there are still some steps to make or you may face errors like this one below. Failed to save user : Failed to modify user : 000020B1: UpdErr: DSID-030F1080, problem 6004 (CANT_ON_RDN), data 0 This is cause by the fact that Microsoft do not allow changing the CN simply because the DN is related to it and this can be done in the context of the ADUC. So renaming a user will never work from Webmin interface but at least we can make it work for all other changes by removing the update of the CN field. I made 2 procedures, a quick one and a configurable one that will add a selectable option in the LDAP configuration page. CN fix Simple method This is the quick fix to make webmin MSAD compatible, for a more complete modification see the next section. To fix that edit the lines 588 and 1076 of /usr/libexec/webmin/acl/acl-lib.pl *Remember that the lines numbers may change a little depending of the version of Webmin you have, so try to recognize the other lines around them from my screenshots. *You may have to do it each time you will update webmin software on the servers if those files are overwritten this document has been written while we had 1.720 version. CN fix – Configurable method. This method have some more steps to add the option to enable or disable the Microsoft active directory mode and add a link to download the LDIF file. Edit the file /usr/libexec/webmin/acl/save_sql.cgi Insert the following line around line 104 to have our new settings to be saved in the configuration file. *Remember that the lines numbers may change a little depending of the version of Webmin you have, so try to recognize the other lines around them from my screenshots. $miniserv{'ldapmsad'} = $in{'msad'}; Edit the file /usr/libexec/webmin/acl/edit_sql.cgi Insert the next section between 2 push blocks around line 81 push(@ldapgrid, "MS Active Directory", &ui_yesno_radio("msad", $miniserv{'ldapmsad'})); All this will add the following in the configuration page Now we need to use that as a condition in other scripts. We need to edit near the lines 529, 588,1026 and 1076 of /usr/libexec/webmin/acl/acl-lib.pl Begin with the sub modify_user Insert the next line as shown my $msad = $miniserv{'ldapmsad'}; Next make the following modifications Change this section to my @attrs = ( "webminPass", $user->{'pass'} ); if ($msad ne "1") { push(@attrs, "cn", $user->{'name'}); } Repeat for the modify_group sub-routine which is a similar modification. my $msad = $miniserv{'ldapmsad'}; my @attrs = ( "webminDesc", $group->{'desc'} ); if ($msad ne "1") { push(@attrs, "cn", $group->{'name'}); } LDIF files link in webmin The last thing we can make the LDIF file available from Webmin for an easy access if we need to extend other AD. Upload the ldif files in the folder /usr/libexec/webmin/acl You may use Webmin(Others-Upload and download) to upload the file. Edit /usr/libexec/webmin/acl/schema.cgi Go on line 17 Change to print &text('schema_download', 'webmin.schema')," <a href=/acl/ADWebmin.ldif>MS Active Directory</a>","<p>\n"; This will add a link in the schema download page just beside the original one. Known limitations As mentioned earlier some operation can’t be done like renaming a user/group, this is cause by the fact that Microsoft do not allow changing the CN simply because the DN is related to it and this can be done in the context of the ADUC. You may see the Webmin objects in ADUC but to fully see everything like ACL you will need to use ADSIEdit. .
Recommended publications
  • Sistem Pendukung Keputusan Dalam Pemilihan Control Panel Virtual Private Server Menggunakan Metode AHP Dan SAW
    Citec Journal, Vol. 5, No. 1, November 2017 – Januari 2018 ISSN: 2460-4259 14 Sistem Pendukung Keputusan Dalam Pemilihan Control Panel Virtual Private Server Menggunakan Metode AHP dan SAW Decision Support System in Selection of a Control Panel Virtual Private Server Using AHP and SAW Method Arwendra Adi Putra*1, Kusrini 2, Eko Pramono3 1,2,3Magister Teknik Informatika, Universitas Amikom Yogyakarta E-mail: [email protected], [email protected], [email protected] Abstrak Hosting dapat dibedakan menjadi berbagai macam type, salah satunya adalah Virtual Private Server (VPS). VPS merupakan sebuah cara untuk membagi sumber daya sebuah physical server menjadi server virtual. Sebuah VPS memerlukan control panel karena untuk mempermudah pengaturan seperti mengelola email, disk, database, penambahan domain, memonitor bandwidth dan backup data. Terdapat berbagai macam control panel dengan spesifikasi yang berbeda-beda. Pemilihan control panel tersebut sangat penting karena control panel tersebut harus disesuaikan dengan spesifikasi VPS. Berdasarkan permasalahan tersebut, diperlukan sistem yang dapat membantu dalam pengambilan keputusan dalam pemilihan control panel. Metode yang digunakan dalam penelitian ini adalah dengan menggunakan metode Analitical Hierarcy Process (AHP) dan Simple Additive Weighting (SAW). Metode AHP digunakan untuk mencari bobot variabel kriteria, sedangkan metode SAW digunakan untuk menentukan nilai akhir dan perangkingan. Hasil perangkingan alternatif control panel pada sistem ini menunjukkan hasil yang sama dengan hasil perangkingan dari pakar control panel, sehingga sistem ini dapat digunakan oleh pengguna sebagai dasar pengambilan keputusan dalam menentukan pemilihan alternatif control panel. Kata Kunci — control panel, VPS, AHP, SAW, sistem pendukung keputusan Abstract Hosting can be divided into various types, one of them is Virtual Private Server (VPS).
    [Show full text]
  • Sun Microsystems Solaris 10 What's
    Solaris 10 What’s New Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. Part No: 817–0547–15 January 2005 Copyright 2005 Sun Microsystems, Inc. 4150 Network Circle, Santa Clara, CA 95054 U.S.A. All rights reserved. This product or document is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation. No part of this product or document may be reproduced in any form by any means without prior written authorization of Sun and its licensors, if any. Third-party software, including font technology, is copyrighted and licensed from Sun suppliers. Parts of the product may be derived from Berkeley BSD systems, licensed from the University of California. UNIX is a registered trademark in the U.S. and other countries, exclusively licensed through X/Open Company, Ltd. Sun, Sun Microsystems, the Sun logo, docs.sun.com, AnswerBook, AnswerBook2, SunVTS, Java, J2SE, J2EE, JavaServer, JumpStart, Sun Fire, StarOffice, Sun Blade, Sun Ray, Solstice Enterprise Agents, CacheFS, Sun StorEdge, and Solaris are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. in the U.S. and other countries. Products bearing SPARC trademarks are based upon an architecture developed by Sun Microsystems, Inc. FireWire is a trademark of Apple Computer, Inc., used under license. Netscape and Netscape Navigator are trademarks or registered trademarks of Netscape Communications Corporation. Mozilla is a trademark or registered trademark of Netscape Communications Corporation in the United States and other countries.
    [Show full text]
  • Subject: VPS Services and Templates Posted by Touchvps on Sun, 13 Apr
    Subject: VPS Services and templates Posted by touchvps on Sun, 13 Apr 2008 13:07:17 GMT View Forum Message <> Reply to Message We offer custom templates with any request by customer , we also have ready to go some templates : Custom OS Template cPanel: Fedora Core 5 or Centos 5 cPanel + Fantastico with support for ffmpeg: Installed FFmpeg Modules FFmpeg & FFmpeg-php Libogg & Libvorbis Flv2tool LAME MP3 Encoder Mplayer Mencoder GD Library You can run scripts like clip-share vshare youtube , phpfox, phpmotion etc... Fedora Core 8 with Gnome , directly access to your Desktop via RealVNC + a lot of scripts installed like openoffice , browsers , putty , mirc , etc... Debian 4 + VHCS2 ready to go for you with many ssh tools for your help. you can contact us with your request directly to email [email protected] or visit our website www.touchvps.eu Subject: Re: VPS Services and templates Posted by kir on Sun, 13 Apr 2008 19:07:45 GMT View Forum Message <> Reply to Message If you have those templates for download, please add yourself to http://wiki.openvz.org/Partners. If you provide OpenVZ-based hosting, please add yourself to http://wiki.openvz.org/Hosting. Subject: Re: VPS Services and templates Posted by SoftDux on Thu, 17 Apr 2008 08:10:43 GMT View Forum Message <> Reply to Message I presume those templates incur some costs, and are not for free? Subject: Re: VPS Services and templates Posted by touchvps on Thu, 17 Apr 2008 08:33:27 GMT View Forum Message <> Reply to Message Page 1 of 3 ---- Generated from OpenVZ Forum SoftDux wrote on Thu, 17 April 2008 04:10I presume those templates incur some costs, and are not for free? right true, and price start from $8 for template one-time and +support , updates 1 year , so is more than cheaper.
    [Show full text]
  • The Ultimate Guide to Web Hosting for Beginners. Don't Be
    Welcome to the Ultimate Guide to Web Hosting for Beginners. Don’t be fooled by the name – this is a top-notch exhaustive resource, for new website owners and veterans alike, created by hosting experts with years of experience. Our mission: to help you save money and avoid hosting scams. Your part: please be kind and share this guide with someone. We made it to help you choose the right hosting, make the most of it and save big bucks on the long run. Here’s what this guide covers: VPS, Cloud and Dedicated hosting: types, pricing and technologies How to choose the right OS SEO and web hosting Installing WordPress in 5 easy steps The common dirty tricks of web hosting companies (and how to avoid them) The Most important features in shared web hosting To make the most of the information we’ve gathered here for you, we recommend taking these articles one at a time. Be sure to keep a notepad and a pen with you, because there will be some stuff you may want to write down. And now, 1. We hope you enjoy reading this guide as much as we had enjoyed writing it 2. Keep safe out there, and open your eyes to avoid scams and dirty tricks 3. Feel free to ask us anything. We’re at http://facebook.com/HostTracer 4. Please consider sharing your hosting experience with us on our community, at http://hosttracer.com Good luck! Idan Cohen, Eliran Ouzan, Max Ostryzhko and Amos Weiskopf Table of Contents Chapter 1: Introduction, and a Hosting Glossary .................................................
    [Show full text]
  • How to Install Webmin/Virtualmin in Linux (Centos 7)
    Advanced Network/System Administration and Security Workshop ECE Building, Building, BUET, Dhaka Date: 10-12 December 2019 How to Install Webmin/Virtualmin in Linux (CentOS 7) What Is Virtualmin? Virtualmin is a Webmin module that is typically used to manage multiple virtual hosts through a single interface, similar to cPanel. It supports multiple functions such as creating/managing Apache virtual hosts, MySQL database creation/management, generating DNS zones, managing mailboxes, and much more. How Do I Install Virtualmin On CentOS 7? This guide implies that you’re using the root account on Cloud, VPS or Dedicated Server to perform the installation and that you have a basic working knowledge of a Linux shell. We highly suggest taking a backup of your server prior to proceeding with this script. Although this document is written for CentOS 7, Virtualmin offers an automated installation script for the following distros: • CentOS/RHEL/Scientific Linux 7 on x86_64 • CentOS/RHEL/Scientific Linux 5 and 6 on i386 or x86_64 • Debian 6, 7, and 8 on i386 or amd64 • Ubuntu 12.04 LTS, 14.04 LTS, and 16.04 LTS on i386 or amd64 (non-LTS releases are not supported) The following steps can be utilized to install Virtualmin in a CentOS 7 (RHEL 7) environment on a fresh OS installation. 1. Ensure your server is up to date sudo yum update -y 2. Download the Virtualmin installer script using wget sudo wget http://software.virtualmin.com/gpl/scripts/install.sh 3. Execute the install script Md. Ariful Islam Manager (Data & Transmission Network), BdREN E-mail: [email protected] Advanced Network/System Administration and Security Workshop ECE Building, Building, BUET, Dhaka Date: 10-12 December 2019 sudo sh install.sh As per the warning when the script is executed ensure that your OS is listed and type “y” then press “Enter” to continue with the installation If prompted you may need to enter in a fully qualified hostname.
    [Show full text]
  • Teaching Guide- Cyberpiprojects System Admin Interface Pi
    Teaching Guide- CyberPiProjects System Admin Interface Pi Teacher Overview Raspbian is a Debian-based computer operating system for the Raspberry Pi computer. There are several versions of Raspbian including: Raspbian Stretch and Raspbian Jessie. Raspbian was created by Mike Thompson and Peter Green as an independent project, with an initial build completed in June 2012. Since 2015, Raspbian has been officially provided by the Raspberry Pi Foundation as its primary operating system for the family of Raspberry Pi single-board computers and is highly optimized for the Raspberry Pi line's low-performance ARM CPUs. The internet of things, or IoT, is a system of interrelated computing devices, mechanical and digital machines, objects, animals or people that are provided with unique identifiers (UIDs) and the ability to transfer data over a network without requiring human-to-human or human-to-computer interaction. IoT devices could be a person with a heart monitor implant, a farm animal with a biochip transponder, an automobile that has built-in sensors to alert the driver when tire pressure is low or any other natural or man-made object that can be assigned an IP address and is able to transfer data over a network. Increasingly, organisations in a variety of industries are using IoT to operate more efficiently, better understand customers to deliver enhanced customer service, improve decision-making and increase the value of the business. In this project you will go through all the steps to set up the Webmin software package for the Raspbian operating system. Webmin is an excellent capability if you wish to have a web-based interface for system administration.
    [Show full text]
  • Raspberry Pi Home Page Introduction to the Raspberry Pi 3 Video (20 Min)
    Raspberry Pi home page https://www.raspberrypi.org/ Introduction to the Raspberry Pi 3 video (20 min): https://www.youtube.com/watch?v=-6OGuhLtKbU This document is about using 15 – 20 Raspberry Pis to implement an Internet Café or Learning Center. An internet café allows people to rent computers to access the internet. A learning center will be slightly different to set up, it will allow classroom learning to be augmented by the computer. The Raspberry Pi is a very small computer, about the size of a deck of cards. It uses an ARM processor like many smart phones, and so is incompatible with most PC software. You can run various versions of Linux on it, the most popular is Raspbian, a Linux based on Debian. The standard implementation includes office and productivity software, math software, and some other educational programs. The Raspberry Pi is a bare computer, you also need a monitor, a keyboard and mouse, and a power supply to turn it into a desktop computer system. Raspberry Pi 3 Model B Raspberry Pi with case, mouse, keyboard, and monitor Monitors Raspberry Pis have an HDMI video output. You could use HDMI compatible monitors: HDMI Monitor: SCEPTRE E205W-1600 20" $79.99 from Newegg, $69.99 from Walmart If you have old VGA monitors you need a HDMI to VGA adaptor with a power input, raspberry pi's HDMI port do not provide enough power to run the adaptor, but you can hook up to the USB port for power. (HDMI 50 mA, USB 500 mA, raspberry pi USB 1.2 A total (all usb ports) if you put max_usb_current=1 in /boot/config.txt) We had some strange side effects from pulling too much current from the R-pi usb ports, we could get to some web sites in the browser, but not others.
    [Show full text]
  • Openvz Forum Live on Any Node and Appropriate Client Software on Other Nodes Could Cause the Services to Be Performed There
    Subject: OpenVZ with webmin Posted by rollinw on Sat, 29 Jul 2006 18:22:30 GMT View Forum Message <> Reply to Message I have written an email message to the creator of webmin and the contributor who provided the OpenVZ module. Perhaps someone in this forum group has OpenVZ insights or ideas that might help make webmin a better fit for OpenVZ. "I have installed webmin on a virtual Suse processor under OpenVZ. The concept is great, and I congratulate you on leading the way in providing a centralized interface for controlling what I call a "server farm". After installing the webmin RPM, I also Installed the OpenVZ module contributed by "NH". The comments that follow are not intended as criticisms but as suggestive of the way your combined product might be improved. When the OpenVZ configuration form came up, I saw that it expected things the path to vzyum, to /usr/sbin/vzctl, etc. Then it dawned on me that this module has to be installed on the OpenVZ hardware node to make it work. This may not seem like a big deal to non-OpenVZ people, but in fact it is. I don't want to get into copyright problems, so let me paraphrase the Hardware Node Availability Considerations section of the OpenVZ User's Guide, Chapter 2: * The hardware node (HN) plays a key role in providing resources for all the virtual environments. If the HN goes down, they all go down. * The HN can benefit from RAID, especially hardware RAID, to enhance total system reliability. * Wherever possible, service applications should run on a Virtual Environment (VE) rather than on the HN.
    [Show full text]
  • Nasazení Systému Pro Správu Projektových Úložišť a Webových Serverů
    Mendelova univerzita v Brně Provozně ekonomická fakulta Nasazení systému pro správu projektových úložišť a webových serverů Bakalářská práce Vedoucí práce: Barbora Smejkalová Ing. Jiří Balej Brno 2017 Čestné prohlášení Prohlašuji, že jsem tuto práci: Nasazení systému pro správu projektových úložišť a webových serverů vypracovala samostatně a veškeré použité prameny a informace jsou uvedeny v se- znamu použité literatury. Souhlasím, aby moje práce byla zveřejněna v souladu s § 47b zákona č. 111/1998 Sb., o vysokých školách ve znění pozdějších předpisů, a v souladu s platnou Směrnicí o zveřejňování vysokoškolských závěrečných prací. Jsem si vědoma, že se na moji práci vztahuje zákon č. 121/2000 Sb., autorský zákon, a že Mendelova univerzita v Brně má právo na uzavření licenční smlouvy a užití této práce jako školního díla podle § 60 odst. 1 Autorského zákona. Dále se zavazuji, že před sepsáním licenční smlouvy o využití díla jinou osobou (subjektem) si vyžádám písemné stanovisko univerzity o tom, že předmětná licenč- ní smlouva není v rozporu s oprávněnými zájmy univerzity, a zavazuji se uhradit případný příspěvek na úhradu nákladů spojených se vznikem díla, a to až do jejich skutečné výše. Brno 19. května 2017 ................................................................ Poděkování Ráda bych touto cestou poděkovala Ing. Jiřímu Balejovi za vedení této baka- lářské práce. 4 Abstract Smejkalová, B. Choosing suitable control panel to manage servers and storage space of web projects. Bachelor thesis. Brno: Mendel University, 2017. This thesis deals with installation and testing selected control panels which will fulfil the requirements of Mendel University. Selected panel will contain test data and required functions are going to be configured to match the conditions.
    [Show full text]
  • The Benefits of Local Content Hosting: a Case Study
    The Benefits of Local Content Hosting: A Case Study May 2017 2 Internet Society — The Benefits of Local Content Hosting: A Case Study internetsociety.org Table of Contents Acknowledgments 2 Executive Summary 3 1. Introduction 5 2. Results 8 2.1 Research method and data 8 2.2 Results 9 3. Conclusions 17 4. Lessons learned 19 5. Recommendations and Roadmap 20 internetsociety.org Internet Society — The Benefits of Local Content Hosting: A Case Study Acknowledgments We would like to thank Sally Wentworth, Karen Rose, Konstantinos Komaitis, Jane Coffin, Dawit Bekele, Kevin Chege, and Michuki Mwangi for their input and feedback. We would also like to thank the Honourable Jean Philbert Nsengimana, Minister of Youth and ICT of Rwanda, for his vision and leadership; Ghislain Nkeramugaba, CEO, Grace Ingabire, ccTLD System Administrator, and René Manzi, Network and System Engineer, of RICTA, for their insight and assistance, and James Cowie, Andrew Sullivan, Matt Shoemann along with Dyn, for their detailed network measurements. Michael Kende – Senior Fellow; The Internet Society; [email protected] Bastiaan Quast – Economics Fellow; The Internet Society; [email protected] Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License https://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_US 2 Internet Society — The Benefits of Local Content Hosting: A Case Study internetsociety.org Executive Summary The availability of locally relevant content is increasingly seen as a limiting factor in the widespread adoption of the Internet in emerging regions such as sub-Saharan Africa. In every country, there are, of course, already websites that do target local audiences, although not in abundance.
    [Show full text]
  • Build and Manage a Linux Server Using Webmin
    Version 3.86 Are you using the most current PDF version of this how-to? Version numbers are located at the top right of this page The latest and great version is always available at my homepage http://woodel.com Setting up a Linux Server, Start to Finish, using Webmin. By Kevin Elwood This how-to assumes your looking to setup a Linux Server, not a Linux Desktop. For use without a keyboard, mouse, or GUI interface. After setup completes you will be remotely managing it, and will not have a need for the monitor and keyboard once you have finished the initial setup. This how-to also assumes you are connected to the internet, and have at least (2) computers on the same network. It also assumes you will have at least (2) hard-drives in the server, one for the O.S. and one for the data. Only one network card is needed until the optional \ advanced section. For every download link, I offer an alternative source (from my server) so that you may follow this how-to exactly, down to the same versions I used. Newer is better, and you’re encouraged to upgrade after you complete this how-to. But for continuity and flow, I provide a link to the same exact versions used in this how-to. Also due to upgrades some versions may no longer be available, if you run into this just use the links to my server, this will ensure matching print screens, or go to webmin.com and find the newer link.
    [Show full text]
  • 105601232.Pdf
    Powerful Dedicate d Servers Virtue Hosts dedicated servers offer outstanding performance for even the most demanding of websites with the latest Intel & Dell technology combining unparalleled server specification, bandwidth and service with a low monthly fee. • • Install any software you want Linux or Windows OS • • No shared resources Your own IP address (x2) • • Host multiple websites Full root access Comparison table Choose from our Dual Core and Quad Core dedicated servers. Both come with unlimited bandwidth and your choice of either Linux or Windows operating systems. Dual Core Quad Core Dual Core Server Processor 2.33Ghz 2.5Ghz 2.93Ghz Windows or Windows or Windows or Operating System Linux Linux Linux Server Memory 4GB 8GB 16GB (RAM) Unlimited Bandwidth ✔ ✔ ✔ Server Hard Drive 2x160GB SATA 2x250GB SATA 2x1TB SATA Hardware RAID ✔ ✔ ✔ Remote Server ✔ ✔ ✔ Reboot Root System Access ✔ ✔ ✔ IP Addresses 2 Free 2 Free 2 Free Bandwidth graphs & ✔ ✔ ✔ reporting cPanel & WHM Option Option Option Server back ups Option Option Option Linux Server features Operating System CentOS CentOS CentOS Web Based Admin WebMin or WebMin or WebMin or cPanel (option) cPanel (option) cPanel (option) Web Server Apache Apache Apache Mail Server Exim Exim Exim FTP Server Pro FTP Pro FTP Pro FTP Database MySQL MySQL MySQL Programming PHP, Perl & PHP, Perl & PHP, Perl & languages Python Python Python Windows Server features Operating System Windows Web Windows Web Windows Web Server 2008 R2 Server 2008 R2 Server 2008 R2 Web Server IIS 7 IIS 7 IIS 7 Mail Server
    [Show full text]