![]() |
||
The Crucial Blog June 23, 2009
How to install Webmin on Ubuntu 9.04 by using Ubuntu (.deb) PackagesBefore downloading or install the .deb Webmin package run the following commands, the 1st command will install the tool wget for download packages from the internet, sudo apt-get install wget Before installing any packages it’s always a good idea to get a full up to date list of packages. This can be done by running the follow command, The next set of commands will install some perl-related libraries required by webmin, sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl If you run into any issues running the above perl relatd commands, try running the following again, sudo apt-get update Now we can download the Webmin .deb package, wget http://prdownloads.sourceforge.net/webadmin/webmin_1.490_all.deb Install the Debian package with dpkg, not Aptitude, sudo dpkg -i webmin_1.490_all.deb To access your successful install of webmin, goto https://[serverIP]:10000 Tags: control panels, linux, server-administration, ubuntuFiled under: Uncategorized by — ross @ 12:46 am 2 Responses to “How to install Webmin on Ubuntu 9.04 by using Ubuntu (.deb) Packages”Leave a Reply |
Tag Cloud
networking
lxlabs
yum
xen
vps
windows 2008 server
apache
centos5
control panels
cpanel
virtualization
fedora
mail
hypervm
windows
virtual dedicated servers
raid
ruby-on-rails
servers
server-administration
storage
windows server
esxi
lxadmin
system administration
subversion
wordpress
firewall
joomla
XenServer
gentoo
ssh
fantastico
security
debian
centos
php
cisco
ubuntu
webmin
linux
vmware
microsoft
vds
exchange
|
|
Quick Links: Debian Dedicated Servers, Direct Deposit Hosting, Unmetered Dedicated Servers, Virtual Dedicated Servers, Windows Server Management, High Traffic Web Hosting - Load Balanced Clusters, Windows 2008 Server Virtual Dedicated Servers
© Copyright 2003-2008
Crucial Paradigm
ABN 97 125 618 662
hello
i did what you have asked here to do and it went all fine .
but when i accessed https://aryan-laptop:10000/ ,the page load error occured .
@aryan_nitdgp: I believe you have to type the IP address of the computer, not the computer name… For example, somthing like “https://192.168.1.64:1000/” would be more appropriate, but fix the IP address with your own..and you must be on the same network as it, for example you cant have your ubuntu computer in Dallas, Texas and access it from LA (unless magicaly your on the same network, but i think thats impossible)