{
"version": "6.4.1",
"runtime": "go",
"uptime": 1946.507333065,
"nodes": [],
"pbs": [],
"system": {
"os": "linux",
"arch": "amd64",
"goVersion": "go1.26.7",
"numCPU": 2,
"numGoroutine": 91,
"memoryMB": 10
},
"metricsStore": {
"enabled": true,
"status": "empty",
"dbSize": 36864,
"notes": [
"No historical metrics written yet"
]
},
"discovery": {
"enabled": false,
"configuredSubnet": "[REDACTED_SUBNET]",
"environmentOverride": "[REDACTED]",
"subnetAllowlist": [],
"subnetBlocklist": [
"[REDACTED_SUBNET]"
],
"scanning": false,
"history": []
},
"apiTokens": {
"enabled": true,
"tokenCount": 2,
"recommendTokenSetup": false,
"unusedTokenCount": 1,
"notes": [
"1 API token(s) have never been used. Remove unused tokens or update the corresponding agents."
],
"tokens": [
{
"id": "token-1",
"name": "token-1",
"hint": "[REDACTED]",
"createdAt": "2026-09-19T19:30:12Z",
"source": "user"
},
{
"id": "token-2",
"name": "token-2",
"hint": "[REDACTED]",
"createdAt": "2026-09-19T19:15:42Z",
"lastUsedAt": "2026-09-19T19:17:32Z",
"source": "user"
}
],
"usage": []
},
"dockerAgents": {
"agentsTotal": 0,
"agentsOnline": 0,
"agentsReportingVersion": 0,
"agentsWithTokenBinding": 0,
"agentsWithoutTokenBinding": 0,
"agentsNeedingAttention": 0,
"recommendedAgentVersion": "v6.4.1",
"attention": [],
"notes": [
"No Docker / Podman modules have reported in yet. Use Settings → Infrastructure to install pulse-agent with Docker / Podman monitoring and unlock remote commands."
]
},
"alerts": {
"missingCooldown": false,
"missingGroupingWindow": false,
"notes": []
},
"aiChat": {
"enabled": false,
"running": false,
"healthy": false,
"assistantRuntimeConnected": false,
"notes": []
},
"errors": [],
"nodeSnapshots": [],
"guestSnapshots": [],
"memorySources": [],
"memorySourceBreakdown": []
}
Describe the bug
Tried to install pulse agent on new pfsense 2.9 CE install but did not work
To reproduce
Expected behavior
pulse agent installed on pfsense
Additional actionable topics
none
Pulse version
v6.4.1
Agent version
v6.4.1
Image tag or digest
No response
Installation type
ProxmoxVE LXC
Relevant logs or diagnostics
{ "version": "6.4.1", "runtime": "go", "uptime": 1946.507333065, "nodes": [], "pbs": [], "system": { "os": "linux", "arch": "amd64", "goVersion": "go1.26.7", "numCPU": 2, "numGoroutine": 91, "memoryMB": 10 }, "metricsStore": { "enabled": true, "status": "empty", "dbSize": 36864, "notes": [ "No historical metrics written yet" ] }, "discovery": { "enabled": false, "configuredSubnet": "[REDACTED_SUBNET]", "environmentOverride": "[REDACTED]", "subnetAllowlist": [], "subnetBlocklist": [ "[REDACTED_SUBNET]" ], "scanning": false, "history": [] }, "apiTokens": { "enabled": true, "tokenCount": 2, "recommendTokenSetup": false, "unusedTokenCount": 1, "notes": [ "1 API token(s) have never been used. Remove unused tokens or update the corresponding agents." ], "tokens": [ { "id": "token-1", "name": "token-1", "hint": "[REDACTED]", "createdAt": "2026-09-19T19:30:12Z", "source": "user" }, { "id": "token-2", "name": "token-2", "hint": "[REDACTED]", "createdAt": "2026-09-19T19:15:42Z", "lastUsedAt": "2026-09-19T19:17:32Z", "source": "user" } ], "usage": [] }, "dockerAgents": { "agentsTotal": 0, "agentsOnline": 0, "agentsReportingVersion": 0, "agentsWithTokenBinding": 0, "agentsWithoutTokenBinding": 0, "agentsNeedingAttention": 0, "recommendedAgentVersion": "v6.4.1", "attention": [], "notes": [ "No Docker / Podman modules have reported in yet. Use Settings → Infrastructure to install pulse-agent with Docker / Podman monitoring and unlock remote commands." ] }, "alerts": { "missingCooldown": false, "missingGroupingWindow": false, "notes": [] }, "aiChat": { "enabled": false, "running": false, "healthy": false, "assistantRuntimeConnected": false, "notes": [] }, "errors": [], "nodeSnapshots": [], "guestSnapshots": [], "memorySources": [], "memorySourceBreakdown": [] }Confirmations