OpenVZ, how to reset

Discussion in 'HOWTO-Related Questions' started by khindi, May 2, 2009.

  1. khindi

    khindi New Member

    Hello,
    A newbie question:
    I have a physical server which has couple of openvz images running. I misplaced the passwords for these images. So I do not have any access to it. Is there a way I can reset the root password of these images.

    Any related information will be helpful as well.

    thanks
    kesh
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You can enter the virtual machines from the host, e.g. like this:
    Code:
    vzctl enter 101 
    Inside the vm, you can set a new password:
    Code:
    passwd
     

Share This Page