Replies: 5 comments 5 replies
-
|
that's a very generic error. what troubleshooting steps have you taken? https://docs.tacticalrmm.com/troubleshooting/ |
Beta Was this translation helpful? Give feedback.
-
|
Fix for "Backend is Down" / ERR_CERT_COMMON_NAME_INVALID with Wildcard Certificate I recently encountered an issue where the Tactical RMM web interface would show "Backend is Down" warnings when accessing rmm.secured.land. In the browser console, I could see the following error: I ran troubleshooting.sh and found no issues. What I checked: My wildcard SSL certificate looked valid and had not expired All Tactical RMM services were running properly
openssl s_client -connect api.rmm.secured.land:443 -servername api.rmm.secured.land The Solution: Create a new certificate just for the API subdomain: Update the Nginx configuration for the API domain to use this specific certificate: In the api.rmm.secured.land server block, update the certificate paths: This fixed the issue immediately, and the RMM dashboard now loads without any backend connection errors. Note: Hope this helps someone else who encounters the same issue! |
Beta Was this translation helpful? Give feedback.
-
|
I'm having a different issue. When I try to access TRMM I get this error. For testing this platform I installed it on VBox on Debian 12. I've reinstalled it 2 times and it's the same. I used "./install.sh --insecure" for a wildcard cert. I can access Mesh and API websites no problem but this one has some trouble.
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
It almost feels like a joke. Even after reaching out to support, we’re experiencing this issue on brand new machines with a fresh install, as well as on our old system following our SSL update. You would expect—especially since we pay for support—a straightforward resolution to be easily available for this problem. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Server Info (please complete the following information):
Installation Method:
Describe the bug
After a fresh installation on Ubuntu 22.04 i'm not able to login to the webui with rmm.domain.com, there is a "Backend is offline" error.
The error on browser is "Failed to load resource: net::ERR_SSL_UNRECOGNIZED_NAME_ALERT" at access to the api.
logon to mesh.domain.com works fine.
Expected behavior
a fine login in the webui
Beta Was this translation helpful? Give feedback.
All reactions