-
I created an lxc container version of Pulse on one of my Proxmox nodes. It is running, web UI is functional and accessible. However, I don't have a login for the lxc console, so I could run updates. The UI login doesn't work in the colsole, and automatic updates apparently didn't run. Any help would be appreciated. Kent |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
hey @k5madsen, looks like you're mixing up the Pulse web UI credentials with Linux system access. they're completely separate things. to update Pulse in your LXC container:
the Pulse UI login is just for web access, not for the Linux console. the container doesn't have a password set for direct console login by design - you're meant to use |
Beta Was this translation helpful? Give feedback.
-
Thanks also for this. |
Beta Was this translation helpful? Give feedback.
hey @k5madsen, looks like you're mixing up the Pulse web UI credentials with Linux system access. they're completely separate things.
to update Pulse in your LXC container:
from your Proxmox host (not the Pulse web UI), access the container:
this gives you root access without needing any password
once inside as root, update Pulse:
the Pulse UI login is just for web access, not for the Linux console. the container doesn't have a password set for direct console login by design - you're meant to use
pct enter
from the PVE host.