Difference between revisions of "HowTo Webmin"

From Amahi Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Help]]
 
[[Category:Help]]
Make life a little bit easier with [http://www.amahi.org/apps/webmin Webmin] (currently in <span style="background-color:yellow">'''BETA'''</span>).
+
Make life a little bit easier with [http://www.amahi.org/apps/webmin Webmin].
  
Manually install Webmin for management and admin work.
+
Install via one-click or manually for management and admin work.
  
 
Connect to your box by Putty root@hda then start installation:  
 
Connect to your box by Putty root@hda then start installation:  

Revision as of 18:31, 15 October 2011

Make life a little bit easier with Webmin.

Install via one-click or manually for management and admin work.

Connect to your box by Putty root@hda then start installation:

Create fila webmin.repo with

bash code
​nano /etc/yum.repos.d/webmin.repo​


edit the file to:

Text
​[Webmin] name=Webmin Distribution Neutral baseurl=http://download.webmin.com/download/yum enabled=1​


You should also fetch and install GPG key with which the packages are signed:

bash code
​rpm --import http://www.webmin.com/jcameron-key.asc​


You can now install with:

bash code
​yum install webmin​


All dependencies should be resolved automatically.


To access the app, navigate to the following link:

Link
​http://hda:10000​


Now you have the industry standard Admin interface on your Amahi. Nalleju