Replies: 1 comment 1 reply
-
|
Covered in #1778, but no resolution, if you can find a reason let us know but it does seem an odd way to do it installing with insecure then using a proxy. Better to install properly and then convert to using another proxy! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Server Info (please complete the following information):
Installation Method:
--insecureflag at install (I only have 1 Public IP available...)Describe the bug

Agent count always stays at zero...
To Reproduce
and here https://docs.tacticalrmm.com/unsupported_proxies/#haproxy
Expected behavior
Show normal agent count
Additional context
I check for similar problem and saw that it maybe related to daphne.
Output of service daphne status:
service daphne status ● daphne.service - uvicorn daemon v1 Loaded: loaded (/etc/systemd/system/daphne.service; enabled; preset: enabled) Active: active (running) since Tue 2024-10-08 16:23:59 +04; 16h ago Process: 2254 ExecStartPre=rm -f /rmm/daphne.sock (code=exited, status=0/SUCCESS) Process: 2255 ExecStartPre=rm -f /rmm/daphne.sock.lock (code=exited, status=0/SUCCESS) Main PID: 2256 (uvicorn) Tasks: 6 (limit: 4621) Memory: 108.5M CPU: 1min 10.723s CGroup: /system.slice/daphne.service └─2256 /rmm/api/env/bin/python3.11 /rmm/api/env/bin/uvicorn --uds /rmm/daphne.sock "--forwarded-allow-ips=*" tacticalrmm.asgi:application oct. 09 00:49:30 rmm uvicorn[2256]: INFO: connection closed oct. 09 00:49:32 rmm uvicorn[2256]: INFO: ('10.X.X.X', 0) - "WebSocket /ws/dashinfo/?access_token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" [accepted] oct. 09 00:49:32 rmm uvicorn[2256]: INFO: connection openNo error in /rmm/api/tacticalrmm/tacticalrmm/private/log/ (only access.log with 200 requests other are empty.)
Troubleshoot Script
Check TRMM connection to MeshCentral
PING
I understand it's not a supprorted configuration but it's fresh install and i cannot see any erros anywhere....
Aside from that, all the features are working fine...
Any help would be appreciate.
Beta Was this translation helpful? Give feedback.
All reactions