Changes

From Amahi Wiki
Jump to: navigation, search
317 bytes added ,  16:49, 9 January 2021
no edit summary
<div style="border: 1px solid #A3B1BF; padding: .8em 1em; background-color: #E6F2FF; margin: 0px 1em;">
 
'''NOTE:''' The Amahi [https://www.amahi.org/apps/webmin Webmin] application provides this capability from the Dashboard UI.
</div>
<br>
 
[[Category:Help]]
Make life a little bit easier with [http://www.amahi.org/apps/webmin Webmin] (currently . You can now install via one-click app in <span style="background-color:yellow">'''BETA'''</span>)Amahi.
Manually If you prefer to do the manual install Webmin for management and admin work., follow the guidance below:
Connect to your box by Putty root@hda then start installation:
Create fila webmin.repo with
{{Code| nano /etc/yum.repos.d/webmin.repo}}
edit the file to:
{{Text|Text=<pre>
[Webmin]
name=Webmin Distribution Neutral
baseurl=http://download.webmin.com/download/yum
enabled=1
}}</pre>
You should also fetch and install GPG key with which the packages are signed:
<pre>{{Code|<nowiki>rpm --import http://www.webmin.com/jcameron-key.asc}}</nowiki></pre>
You can now install with:
{{Code| yum install webmin}}
All dependencies should be resolved automatically.
To access the app, navigate to the following link:
 
<nowiki>http://hda:10000</nowiki>
Now you have the industry standard Admin interface on your Amahi.
[[User:Nalleju|Nalleju]]
12,424

edits