How to install virtualmin on amazon EC2

Discussion in 'Site & Server Administration' started by jhashan, Jan 29, 2015.

  1. #1
    I have created an EC2 instance on Amazon with Centos 6.5, I want to install virtualmin here but normal installation not working, I think its dependency problem. can anyone please help me how to install virtualmin and change root password.
     
    jhashan, Jan 29, 2015 IP
  2. actionspec

    actionspec Greenhorn

    Messages:
    10
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    13
    #2
    When you try to run the installation, are you doing it with RPM, or are you using YUM?

    To change the root password, run:

    # Become root, type:
    $ sudo su
    # Hit enter, then type:
    $ passwd
    # Enter the new password twice, then type
    $ exit
    Code (markup):
    This wont let you log in as root via SSH but you will be able to by way of Virtualmin. I must stress, however, that you shouldnt be using the root user to do anything. You should be using a non-root user for something like Virtualmin, or anything really.
     
    actionspec, May 11, 2020 IP