mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #2091] Trying to open my rmm server to an external proxy server #3245
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#3245
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gabmega on GitHub (Dec 3, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2091
I have some servers that have to run on the same public ip, for this I use an nginx server, however I need to install rmm on a server, and it must be accessible via the same public ip and with a subdomain of the same dns name
I've made great progress, and I can now log in and manage things via rmm. However, I am still facing 2 problems, in the api log there is an error with natsws, and the mesh cannot connect to the computer remotely, the "connect" button is disabled when I use "take control"
My rmm server: 192.168.1.41
My Nginx server: 192.168.1.54
Nginx log error:
2024/12/03 18:47:39 [error] 817#817: *1085253 recv() failed (104: Unknown error) while proxying upgraded connection, client: (my public ip), server: api.example.com, request: "GET /natsws HTTP/1.1", upstream: "http://192.168.1.41:8080/natsws", host: "api.example.com"Rmm api log error:
2024/12/03 20:25:12 [error] 735#735: *14458 recv() failed (104: Connection reset by peer) while proxying upgraded connection, client: 192.168.1.54, server: , request: "GET /natsws HTTP/1.1", upstream: "http://127.0.0.1:9235/natsws", host: "api.example.com"Nginx server > /etc/nginx/sites-available/rmm.conf
Rmm server > /etc/nginx/sites-available/rmm.conf
Rmm server > /etc/nginx/sites-available/frontend.conf
Any advice on how to solve my problem would be a great help.