Difference between revisions of "HowTo Webmin"
From Amahi Wiki
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <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]] | [[Category:Help]] | ||
− | Make life a little bit easier with [http://www.amahi.org/apps/webmin Webmin] | + | Make life a little bit easier with [http://www.amahi.org/apps/webmin Webmin]. You can now install via one-click app in Amahi. |
− | + | If you prefer to do the manual install, follow the guidance below: | |
Connect to your box by Putty root@hda then start installation: | Connect to your box by Putty root@hda then start installation: | ||
Line 8: | Line 14: | ||
Create fila webmin.repo with | Create fila webmin.repo with | ||
− | + | nano /etc/yum.repos.d/webmin.repo | |
edit the file to: | edit the file to: | ||
− | + | <pre> | |
[Webmin] | [Webmin] | ||
name=Webmin Distribution Neutral | name=Webmin Distribution Neutral | ||
baseurl=http://download.webmin.com/download/yum | baseurl=http://download.webmin.com/download/yum | ||
enabled=1 | enabled=1 | ||
− | + | </pre> | |
− | |||
You should also fetch and install GPG key with which the packages are signed: | You should also fetch and install GPG key with which the packages are signed: | ||
− | + | <pre> | |
− | + | <nowiki>rpm --import http://www.webmin.com/jcameron-key.asc</nowiki> | |
− | + | </pre> | |
You can now install with: | You can now install with: | ||
− | + | yum install webmin | |
All dependencies should be resolved automatically. | 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. | Now you have the industry standard Admin interface on your Amahi. | ||
[[User:Nalleju|Nalleju]] | [[User:Nalleju|Nalleju]] |
Latest revision as of 16:49, 9 January 2021
NOTE: The Amahi Webmin application provides this capability from the Dashboard UI.
Make life a little bit easier with Webmin. You can now install via one-click app in Amahi.
If you prefer to do the manual install, follow the guidance below:
Connect to your box by Putty root@hda then start installation:
Create fila webmin.repo with
nano /etc/yum.repos.d/webmin.repo
edit the file to:
[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:
rpm --import http://www.webmin.com/jcameron-key.asc
You can now install with:
yum install webmin
All dependencies should be resolved automatically.
To access the app, navigate to the following link:
http://hda:10000
Now you have the industry standard Admin interface on your Amahi. Nalleju