Advertisement
shokti

centos 6.5 - webmin

May 6th, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. download webmin:
  2. wget http://prdownloads.sourceforge.net/webadmin/webmin-1.680-1.noarch.rpm
  3.  
  4. download webmin PGP key:
  5. wget http://www.webmin.com/jcameron-key.asc
  6.  
  7. import webmin PGP key:
  8. rpm --import jcameron-key.asc
  9.  
  10. install webmin:
  11. rpm -Uvh webmin-1.680-1.noarch.rpm
  12.  
  13. change webmin root account password:
  14. /usr/libexec/webmin/changepass.pl /etc/webmin root YOUR_ROOT_PASSWORD
  15.  
  16. start webmin:
  17. /etc/init.d/webmin start
  18.  
  19. access webmin web interface:
  20. http://YOUR_IP:10000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement