Install Webmin on Raspberry Pi via Apt-Get

Webmin is a web-based interface for system administration for Linux boxes. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. It is good idea also setup Webmin on your [easyazon_link asin=”1449344216″ locale=”US” new_window=”default” nofollow=”default” tag=”wn0d5-20″ add_to_cart=”default” cloaking=”default” localization=”default” popups=”default”] Raspberry Pi [/easyazon_link]box so it enable you to easy manage your [easyazon_link asin=”B00LPESRUK” locale=”US” new_window=”default” nofollow=”default” tag=”wn0d5-20″ add_to_cart=”default” cloaking=”default” localization=”default” popups=”default”] Raspberry Pi [/easyazon_link] box over browser of your choice.

Lets install the Webmin on Raspberry Pi – I am running Rasbian Distro on my Raspberry Pi box:

  • First we have to add these two Webmin repositories
sudo vi /etc/apt/sources.list
# Add these two lines
deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
  • Now we have to download and install key
sudo wget http://www.webmin.com/jcameron-key.asc
sudo apt-key add jcameron-key.asc
  • This should be all you will need, now you have to just refresh system and then you can install webmin from command line with apt-get
sudo apt-get update
sudo apt-get install webmin

Once all is set and refreshed with the apt-get command you can install webmin on your[easyazon_link asin=”B00LVAFC7Y” locale=”US” new_window=”default” nofollow=”default” tag=”wn0d5-20″ add_to_cart=”default” cloaking=”default” localization=”default” popups=”default”] Raspberry Pi [/easyazon_link]box. At the end of installation and configuration you should see a link that you will use to connect to your Raspberry Pi box – usually https://IP-ADDRESS:10000 and same login and password you are using to login to RaspBerry Pi.

** initializing cache. This may take a while **
Setting up webmin (1.700) ...
Webmin install complete. You can now login to https://coin:10000/
as root with your root password, or as any user who can use sudo
to run commands as root.

[easyazon_block add_to_cart=”default” align=”left” asin=”1783284692″ cloaking=”default” layout=”right” localization=”default” locale=”US” nofollow=”default” new_window=”default” tag=”wn0d5-20″]

4 Replies to “Install Webmin on Raspberry Pi via Apt-Get”

  1. I run into a problem trying to install Webmin on Pi.
    Command ” sudo apt-get add jcameron-key.asc ” was invalid and did not add the key. I found the solution though: It should be “sudo apt-key add jcameron-key.asc”.
    Regards

Leave a Reply