Installing WEBMIN on Debian

If you are using the DEB version of webmin, first download the file from thedownloads page , or run the command :wget http://prdownloads.sourceforge.net/webadmin/webmin_1.600_all.debthen run the command :dpkg --install webmin_1.600_all.debThe install will be done automatically to /usr/share/webmin, the administration username set to root and the password to your current root password. You should now be able to login to Webmin at the URL http://localhost:10000/. Or if accessing it remotely, replace localhost with your system's IP address.

If Debian complains about missing dependencies, you can install them with the command :apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions pythonIf you are installing on Ubuntu and the apt-get command reports that some of the packages cannot be found, edit /etc/apt/sources.list and make sure the lines ending with universe are not commented out.

Some Debian-based distributions (Ubuntu in particular) don't allow logins by theroot user by default. However, the user created at system installation time can usesudo to switch to root. Webmin will allow any user who has this sudo capability to login with full root privileges.

If you want to connect from a remote server and your system has a firewall installed, see this page for instructions on how to open up port 10000.

Using the Webmin APT repository

If you like to install and update Webmin via APT, edit the /etc/apt/sources.list file on your system and add the lines :deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
You should also fetch and install my GPG key with which the repository is signed, with the commands :cd /root
wget http://www.webmin.com/jcameron-key.asc
apt-key add jcameron-key.asc
You will now be able to install with the commands :apt-get update
apt-get install webmin
All dependencies should be resolved automatically.

Supported Debian-based Distributions

Webmin has been tested on all regular Debian releases, Ubuntu Linux, and derivatives like Xandros and APLINUX.

Source Packages

The files needed to build the Debian package are deb/webmin_1.600.dsc,deb/webmin_1.600.diff, and webmin-1.600.tar.gz .

Last modified onSaturday, 05 January 2013 13:08

( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 169
Call Stack
#TimeMemoryFunctionLocation
10.0004412544{main}( ).../index.php:0
20.09574262464Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.09574262464Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.360811453344Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.361711477624Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.362711532952Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.363111560352require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.373611959984K2ControllerItem->execute( ).../k2.php:64
90.373611959984K2ControllerItem->display( ).../BaseController.php:710
100.386612610688K2ControllerItem->display( ).../item.php:78
110.386612610688K2ControllerItem->display( ).../controller.php:19
120.392912981728Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.394513002096K2ViewItem->display( ).../ViewController.php:102
140.479515826816K2ViewItem->display( ).../view.html.php:742
150.479515826816K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.482515999752include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
  • Published in Webmin
  • Read 1483 times
More in this category: « webmin ssl

( ! ) Notice: Only variables should be assigned by reference in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 478
Call Stack
#TimeMemoryFunctionLocation
10.0004412544{main}( ).../index.php:0
20.09574262464Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.09574262464Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.360811453344Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.361711477624Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.362711532952Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.363111560352require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.373611959984K2ControllerItem->execute( ).../k2.php:64
90.373611959984K2ControllerItem->display( ).../BaseController.php:710
100.386612610688K2ControllerItem->display( ).../item.php:78
110.386612610688K2ControllerItem->display( ).../controller.php:19
120.392912981728Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.394513002096K2ViewItem->display( ).../ViewController.php:102
140.479515826816K2ViewItem->display( ).../view.html.php:742
150.479515826816K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.482515999752include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
back to top