Ambilight Geplaatst: 19 maart 2012 Geplaatst: 19 maart 2012 Installing Webmin On Ubuntu Server i got webmin working useing these commands Webmin Installation Before we start, you should first install the LAMP web server on your system. Now follow these instructions to install Webmin on Ubuntu 11.10/11.04: 1. Open the Terminal and run this command: sudo gedit /etc/apt/sources.list At the end of the file, add these two lines, then save and close: deb http://download.webmin.com/download/repository sarge contrib deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib 2. Import now the GPG key using these commands: wget http://www.webmin.com/jcameron-key.asc sudo apt-key add jcameron-key.asc sudo apt-get update 3. Install now Webmin with this command: sudo apt-get install webmin Accessing Webmin To start Webmin, open this address using your web browser: https://ubuntu:10000/ To login to webmin, you need to use your root account details. If you still haven't assigned a password to your root account, then create a root password using this command via the terminal: sudo passwd Enter a new password, then resubmit it to confirm. Then use your root account access details to login to webmin. all tested and working on my ubuntu 10.04 lts version
Ambilight Geplaatst: 19 maart 2012 Auteur Geplaatst: 19 maart 2012 Installeren Webmin onder Ubuntu Webmin is een grafische manier om alles op je linux server te beheren. Zeg maar een makkelijke manier voor de mensen die geen zin hebben om de tekstmode te leren. Nu zijn de meeste zaken vrij simpel te installeren onder Ubuntu. Doch de webmin heeft een addertje onder het gras zitten. Want bij de laatste versies van Ubuntu heb je geen gebruiker 'root' meer. Hij is er wel nog, maar je gebruikt hem niet. En laat nu net webmin de gebruiker 'root' gebruiken om in te loggen. Hieronder vind je terug wat je moet doen om alsnog de zaken tot een goed einde te brengen... Open een terminal venster onder Ubuntu (als hij tenminst grafisch opstartte) Voeg volgende regels toe in /etc/apt/sources.list sudo vi /etc/apt/sources.listdeb http://download.webmin.com/download/repository sarge contribdeb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib[*]Update de database sudo apt-get update sudo apt-get upgrade (niet nodig, maar toch) [*]Installeer webmin sudo apt-get install webmin[*]Wijzig het wachtwoord van de root gebruiker (dit is meer iets lokaal binnen webmin) sudo /usr/share/webmin/changepass.pl /etc/webmin/ root 'password'[*]Open vervoglens vanop een andere computer een webbrowser, en ga naar de server/linuxmachine met https op poort 10.000 http://192.168.1.1:10000[*]Login Gebruiker: root Wachtwoord: 'password'
Aanbevolen berichten
Maak een account aan of log in om te reageren
Je moet een lid zijn om een reactie te kunnen achterlaten
Account aanmaken
Registreer voor een nieuwe account in onze community. Het is erg gemakkelijk!
Registreer een nieuwe accountInloggen
Heb je reeds een account? Log hier in.
Nu inloggen