Skip to content
Discussion options

You must be logged in to vote

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:

  1. from your Proxmox host (not the Pulse web UI), access the container:

    pct enter <container-id>
    

    this gives you root access without needing any password

  2. once inside as root, update Pulse:

    curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash
    

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.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@k5madsen
Comment options

Answer selected by k5madsen
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants