Replies: 7 comments 2 replies
-
|
Console access: the installer doesn’t set a password. From the Proxmox host, run VM visibility: VMs appear after the Proxmox node is added under Settings → Nodes; host-agent tokens don’t register VMs. The PVE installer tries to auto-register the host right after it creates the LXC, but if that was blocked by the proxy or bootstrap timing, run the Nodes setup script manually from the PVE host: If the node already shows connected but VMs are still missing, share the Pulse version and what you see in Settings → Nodes. |
Beta Was this translation helpful? Give feedback.
-
|
I have tried to run the following on a VM that I want to have visible. curl -sSL "http://192.168.1.6:7655/api/setup-script?type=pve&host=https://192.168.1.5:8006&auth_token=xxxxxxxxxxxebdfe08bc4e3f98138d1f91xxxxxxxxxxxxSXSXSXAS22" | bash I obtained the auth_token= from settings -> hosts -> generate token. that gives me the following script which I used to try adding hosts before. curl -fsSL https://proxmon.lsl-technology.com/install-host-agent.sh | bash -s -- --url https://proxmon.lsl-technology.com --token xxxxxxxxxxxebdfe08bc4e3f98138d1f91xxxxxxxxxxxxSXSXSXAS22 --interval 30s after trying what you suggested I got the following error.Pulse Monitoring Setup for Proxmox VEThis script requires Proxmox host tooling (pveum). Run on your Proxmox host: What I then did was go to each VM, then in Settings -> Hosts -> Generate Token. I did this for 10 different VMs, after running the command, the VM appeared as I expected. Luckily I only have about 24 VMs, what would happen if I had 1000. I should not have to go to each machine manually and run the install-host-agent.sh script. Thanks |
Beta Was this translation helpful? Give feedback.
-
|
The node setup script has to run on the Proxmox host because it uses the PVE CLI (pveum) to create the API token and register the node. Running it inside a guest prints “This script requires Proxmox host tooling (pveum)”. Run this on the Proxmox host (192.168.1.5 in your example) using a setup code from Settings → Nodes or your API token: After the node shows Connected under Settings → Nodes, VMs will appear automatically; no install-host-agent.sh on each VM is needed. If the node shows Connected but VMs are still missing, share the Pulse version and what you see on the Nodes page. |
Beta Was this translation helpful? Give feedback.
-
|
I ran the script as you suggested and it got to the last point and just hung there for multiple hours .... I had to breakout of the command. below is the extract from the screen. curl -sSL "http://192.168.1.6:7655/api/setup-script?type=pve&host=https://192.168.1.5:8006&pulse_url=http://192.168.1.6:7655" | bashPulse Monitoring Setup for Proxmox VEDetected Proxmox VE host environment. What would you like to do? [1] Install/Configure - Set up Pulse monitoring Your choice [1/2/3]: 1 Proceeding with installation... Checking for existing Pulse monitoring tokens from this Pulse server... Setting up permissions... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Existing proxy detected - updating to refresh tokens and control-plane settings... ✓ pulse-sensor-proxy service is already running To me that seemed to reinstall everything. |
Beta Was this translation helpful? Give feedback.
-
|
Auto registration was skipped because no setup token was provided. Use Settings → Nodes → Add node to copy an installer that already includes auth_token and PULSE_SETUP_TOKEN then run it on the Proxmox host shell not inside a VM. After the host registers the VMs will populate automatically and no per VM tokens are needed. The pulse sensor proxy refresh should finish within a minute. If it sits longer check Commands to rerun and debug are below |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.







Uh oh!
There was an error while loading. Please reload this page.
-
First and foremost,
Thank you for up to now seems an incredible product. If I can get my issues fixed, I will most definitely contribute financially seeing as I am not good enough to contribute in code.
I feel that these answers are somewhere but for the life of me I cannot find them.
Not sure if this will cause issues, but I have my proxmox behind a proxy server, for access to the internet.
Could this be because I used the same generated token to add onto 4 VMs. Should I have created a new token for each VM I want to add? I thought it would discover the VMs and add then automatically.
The other question I have, related to searching for a VM.

I have added 4 VMs all called monster01, monster02, monster03, monster04. I have installed the necessary pulse-host-agent and qemu-guest-agent successfully. Both services are running.
when I try searching I only see one VM, why are the others not being found?
Thanks
Lawrence
Beta Was this translation helpful? Give feedback.
All reactions