You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sorry for opening an issue for this type of error again but here we are.
My core problem is that I cannot use Checkmate because there is always an error that the Client cannot reach the server.
My status quo:
I'm running my homelab on a server in my flat. To access it I'm using Pangolin as my reverse proxy, hosted on a vps in a remote datacenter. In Pangolin I created a ressource (reverse proxy entry) to route all the traffic from monitor.my-domain.com to my Checkmate instance running on 10.0.0.45:52345 in my homelab. The vps only accepts traffic on port 80 and 443. Everything else is dropped by the firewall.
When I run Checkmate with this Docker-Compose file I can access the webinterface but after clicking login or register it shows the error "Server not reachable".:
When I change UPTIME_APP_CLIENT_HOST=https://monitor.my-domain.com to be UPTIME_APP_CLIENT_HOST=http://10.0.0.45 and then access it through 10.0.0.45:52345 locally in my network Checkmate is working completely fine. I can register new accounts and use the software as intended.
I read every other issue or discussion about this but it is not clear to me what to do in this case. I tried several different settings of the 3 environment variables UPTIME_APP_API_BASE_URL, UPTIME_APP_CLIENT_HOST, CLIENT_HOST but none of them seemed to work.
Hopefully we can figure this out because I think a lot of users are struggeling with this issue too!
This discussion was converted from issue #2938 on September 09, 2025 22:52.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm sorry for opening an issue for this type of error again but here we are.
My core problem is that I cannot use Checkmate because there is always an error that the Client cannot reach the server.
My status quo:
I'm running my homelab on a server in my flat. To access it I'm using Pangolin as my reverse proxy, hosted on a vps in a remote datacenter. In Pangolin I created a ressource (reverse proxy entry) to route all the traffic from monitor.my-domain.com to my Checkmate instance running on 10.0.0.45:52345 in my homelab. The vps only accepts traffic on port 80 and 443. Everything else is dropped by the firewall.
When I run Checkmate with this Docker-Compose file I can access the webinterface but after clicking login or register it shows the error "Server not reachable".:
When I change
UPTIME_APP_CLIENT_HOST=https://monitor.my-domain.com
to beUPTIME_APP_CLIENT_HOST=http://10.0.0.45
and then access it through10.0.0.45:52345
locally in my network Checkmate is working completely fine. I can register new accounts and use the software as intended.I read every other issue or discussion about this but it is not clear to me what to do in this case. I tried several different settings of the 3 environment variables UPTIME_APP_API_BASE_URL, UPTIME_APP_CLIENT_HOST, CLIENT_HOST but none of them seemed to work.
Hopefully we can figure this out because I think a lot of users are struggeling with this issue too!
Cheers
Beta Was this translation helpful? Give feedback.
All reactions