<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BuildDocs.com - Operating System and Application Build Documents Repository &#187; webmin</title>
	<atom:link href="http://builddocs.com/tags/webmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://builddocs.com</link>
	<description>Better Docs / Better Systems</description>
	<lastBuildDate>Thu, 15 Jul 2010 11:22:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Webmin on Ubuntu 9.04</title>
		<link>http://builddocs.com/server_os_builds/installing-webmin-on-ubuntu-9-04/</link>
		<comments>http://builddocs.com/server_os_builds/installing-webmin-on-ubuntu-9-04/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 13:10:40 +0000</pubDate>
		<dc:creator>joshhrob</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://builddocs.com/?p=548</guid>
		<description><![CDATA[Webmin is a free browser-based control panel to manage unix/linux servers. It allows you to manage many operating system features via an easy to use GUI, and has additional modules to manage many common server applications including Apache, MySQL, Sendmail, etc.
In this build we will be installing Webmin on a fresh Ubuntu LAMP server install [...]]]></description>
			<content:encoded><![CDATA[<p>Webmin is a free browser-based control panel to manage unix/linux servers. It allows you to manage many operating system features via an easy to use GUI, and has additional modules to manage many common server applications including Apache, MySQL, Sendmail, etc.</p>
<p>In this build we will be installing Webmin on a fresh Ubuntu LAMP server install (see <a title="Building LAMP on Ubuntu Part 1" rel="bookmark" href="http://builddocs.com/database_servers/building-lamp-on-ubuntu-part-1/">Building LAMP on Ubuntu Part 1</a>).</p>
<p>Log in to the server as a regular user</p>
<p><img class="aligncenter size-full wp-image-554" src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-20-121.jpg" alt="TVERSITY-2009-08-18-14-20-12" width="448" height="336" /></p>
<p>Use <strong>su</strong> command to become root</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-20-38.jpg" alt="TVERSITY-2009-08-18-14-20-38" width="448" height="336" class="aligncenter size-full wp-image-556" /></p>
<p>We will be using the apt installer to download and install the webmin package. In order to obtain this package we will first need to update our apt sources list so the apt program knows where to download it from. Enter the following command to edit the sources file:</p>
<p><strong>vi /etc/apt/sources.list</strong></p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-28-38.jpg" alt="TVERSITY-2009-08-18-14-28-38" width="448" height="336" class="aligncenter size-full wp-image-558" /></p>
<p>Use the down arrow to move down to any blank line in the file and press the i key to enter INSERT mode.</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-28-56.jpg" alt="TVERSITY-2009-08-18-14-28-56" width="448" height="336" class="aligncenter size-full wp-image-561" /></p>
<p>Once in INSERT mode enter the following text:</p>
<p><strong>deb https://download.webmin.com/download/repository sarge contrib</strong><br />
<img src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-30-25.jpg" alt="TVERSITY-2009-08-18-14-30-25" width="448" height="336" class="aligncenter size-full wp-image-562" /></p>
<p>Press ESC key to escape from INSERT mode. Then type <strong>:x!</strong> (colon, lowercase x, exclamation mark) to save and exit.</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-30-59.jpg" alt="TVERSITY-2009-08-18-14-30-59" width="448" height="336" class="aligncenter size-full wp-image-564" /></p>
<p>Now that the apt sources list is updated, enter the following command to force the apt program to update its database:</p>
<p><strong>apt-get update</strong><br />
<img src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-33-37.jpg" alt="TVERSITY-2009-08-18-14-33-37" width="448" height="336" class="aligncenter size-full wp-image-565" /></p>
<p>The apt program will go out and search for available packages. This will take about a minute</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-33-48.jpg" alt="TVERSITY-2009-08-18-14-33-48" width="448" height="336" class="aligncenter size-full wp-image-567" /></p>
<p>At this point, the apt program should have found the webmin package. You may receive an error stating that the key could not be verified. Its OK to ignore this.</p>
<p>To install webmin, simply type the following command:</p>
<p><strong>apt-get install webmin</strong></p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-34-10.jpg" alt="TVERSITY-2009-08-18-14-34-10" width="448" height="336" class="aligncenter size-full wp-image-569" /></p>
<p>At the prompt press <strong>Y</strong> for yes<br />
<img src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-34-26.jpg" alt="TVERSITY-2009-08-18-14-34-26" width="448" height="336" class="aligncenter size-full wp-image-571" /></p>
<p>You may receive a warning asking you if you want to install packages without verification. Press Y to continue</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-34-39.jpg" alt="TVERSITY-2009-08-18-14-34-39" width="448" height="336" class="aligncenter size-full wp-image-575" /></p>
<p>Webmin with be installed. It should only take a couple minutes</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-35-37.jpg" alt="TVERSITY-2009-08-18-14-35-37" width="448" height="336" class="aligncenter size-full wp-image-577" /></p>
<p>At this point Webmin is installed. To access Webmin, open your browser and goto https://ipaddress:10000</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-36-29.jpg" alt="TVERSITY-2009-08-18-14-36-29" width="448" height="336" class="aligncenter size-full wp-image-578" /></p>
<p>Depending on your browser, you will probably receive some kind of error regarding an invalid certificate. This message can be ignored. Follow instructions to continue anyway.</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-36-50.jpg" alt="TVERSITY-2009-08-18-14-36-50" width="448" height="336" class="aligncenter size-full wp-image-580" /></p>
<p>Log in to Webmin using username root and your root password</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-37-42.jpg" alt="TVERSITY-2009-08-18-14-37-42" width="448" height="336" class="aligncenter size-full wp-image-581" /></p>
<p>When you first log in to webmin you will see summary information about your server</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-37-50.jpg" alt="TVERSITY-2009-08-18-14-37-50" width="448" height="336" class="aligncenter size-full wp-image-583" /></p>
<p>To manage Apache, click on the Servers link and click on Apache Webserver</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-41-01.jpg" alt="TVERSITY-2009-08-18-14-41-01" width="448" height="336" class="aligncenter size-full wp-image-584" /></p>
<p>To manage MySQL, click on Servers and MySQL Database Server. The first time you access this you will be asked to enter your MySQL root user account information. </p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/TVERSITY-2009-08-18-14-41-31.jpg" alt="TVERSITY-2009-08-18-14-41-31" width="448" height="336" class="aligncenter size-full wp-image-586" /></p>
<p>As you click around you will find that Webmin can manage just about every aspect of your server from user accounts, to backups, to cron jobs.</p>
<p>If you have any questions or problems with this build document please leave a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://builddocs.com/server_os_builds/installing-webmin-on-ubuntu-9-04/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
