Install Webmin on EC2 Image

To install webmin on an ec2 instance perform the following:

  • set password for root user
    • passwd
  • cd /usr/tmp
  • wget http://downloads.sourceforge.net/project/webadmin/webmin/1.480/webmin-1.480-1.noarch.rpm?use_mirror=softlayer
  • Install RPM
    • rpm -U webmin-1.350-1.noarch.rpm
  • chkconfig webmin on
  • service webmin start
  • http://ec2-174-129-174-74.compute-1.amazonaws.com:10000/

0 comments:

Post a Comment