mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #2203] [Feature Request] custom icanhazip server #1366
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#1366
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 @P6g9YHK6 on GitHub (Apr 9, 2025).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2203
Is your feature request related to a problem? Please describe.
currently all agents uses icanhazip.tacticalrmm.io for the public ip information and this is not customizable as hardcoded into the agent.
Describe the solution you'd like
and i could push the thing a bit futher: the trmm server should have a icanhazip endpoint in the api/web as some people would not need an external if they never uses it in lan while default could always stay icanhazip.tacticalrmm.io for everyone else.
Describe alternatives you've considered
changing hosts file on all agent to point icanhazip.tacticalrmm.io to another ip of a server with "icanhazip.tacticalrmm.io" as a vhost.
@vladyspavlov commented on GitHub (Apr 16, 2025):
It would be nice to have an option to disable the public IP check and completely hide the field in the dashboard for all agents, either in the global settings or in local_settings.py. This is useful when Tactical is used with agents on a single LAN or VPN.
I’m aware of the CHECK_PUBIP setting in local_settings.py, but it’s not a very clear workaround for this use case.