Recovery root password LXC Container in Proxmox
First, login in your proxmox over ssh and type this command:
1 2 3 4 5 6 7 8 |
root@px:~# lxc-ls 100 104 106 107 108 116 root@px:~# lxc-attach 116 root@b-test:~# passwd yourPassword nb: lxc-ls : for list the containers existing on the system lxc-attach : for runs the specified command inside the container specified by name |