How To Install GUI(Desktop) and Webmin On Ubuntu Server

Posted: April 5, 2009 in linux server
Tags: ,

Hi :)

First you must know how install lamp

P.S: NOW you can Subscribe to Am!NeS0Ft’s blog by Email
Download Webmin :  click Here

Now you can install GUI for your ubuntu LAMP server using the 2 options :

  1. 1) Install desktop Environment
  2. 2) Install Webmin

1) Install desktop Environment

First you need to make sure you have enabled Universe and multiverse repositories in /etc/apt/sources.list file once you have enable you need to use the following command to install GUI
P.S: NOW you can Subscribe to Am!NeS0Ft’s blog by Email

Download Webmin : click Here

  • sudo apt-get update
  • sudo apt-get install ubuntu-desktop

Note: if you like KDE you can use this command

  • sudo apt-get install kubuntu-desktop

2) Install Webmin

Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely.Currently There is no Webmin package in the Ubuntu repositories.This tutorial will explain how to Install Webmin in Ubuntu Intrepid Ibex

Preparing your system

First you need to install the following packages

  • sudo aptitude install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl

Now download the latest webmin using the following command or from here

Download Webmin : click Here

  • wget http://garr.dl.sourceforge.net/project/webadmin/webmin/1.530/webmin_1.530_all.deb

Now we have webmin_1.530_all.deb package install this package using the following command

  • sudo dpkg -i webmin_1.530_all.deb

So now you are complete the installation. hahaha it’s very easy :)

When the install finishes reboot the system using

  • sudo reboot

The server should load the GUI on the reboot. If not then run

  • sudo /etc/init.d/gdm start

to bring up the Gnome interface.

Now you need to open your web browser and enter the following

  • https://your server ip:10000/

After login if you want to configure Apache,Mysql server you need to click on Servers on your lefthand side you should many servers are ready to configure…..

if you have any problem with user and pass

you can use this soultion

Webmin User Password Change

If you want to change root password in webmin use this included Perl script:

  • sudo /usr/share/webmin/changepass.pl /etc/webmin root

One thing must you know right now it’s :

Comments
  1. harry hawk says:

    Will this work for 10.10 server (64bit)?

    Can you install both of these or (as it seems) have to pick one over the other?

  2. [...] 10.10: http://www.webupd8.org/2010/09/ubunt…-beta-has.html 2. Installing GUI in Ubuntu: 2.1 http://aminesoft.wordpress.com/2009/…ubuntu-server/ 2.2 Installing KDE: [...]

  3. [...] Here is a good tutorial show you how to Install GUI and Webmin On Ubuntu Server: First you must know how install lamp Download Webmin :  click Here [...]

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s