mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #41] Information not populating #1955
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#1955
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 @bradhawkins85 on GitHub (Aug 13, 2020).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/41
The Local IP, Software, Patches and Assets pages don't populate with any data.
Are there any logs to show why that I can provide?
@bradhawkins85 commented on GitHub (Aug 13, 2020):
It looks like my previous salt minion being installed causes issues when the rmm agent is installed.
Perhaps a check to remove an existing salt minion if it is already installed not just override the config file?
@wh1te909 commented on GitHub (Aug 13, 2020):
Thanks I'll add something for existing salt minion in the next agent release.
If you ever need to re-install a botched agent, first right click on the agent from the web interface and choose "remove agent". that will first try to contact the agent to send it the uninstall command. if it cannot be contacted, it will tell you the agent will need to be manually installed. but either way it will perform the proper cleanup on the server side, which needs to happen. This includes removing the old salt-minion key server server side.
So always remove first from the web interface, and if it says it's unable to contact the agent then manually uninstall the Tactical RMM Agent from Program and Features, or run 'C:\Program Files\TacticalAgent\unins000.exe' which will properly cleanup the agent, mesh agent and salt minion on the agent side.
@wh1te909 commented on GitHub (Aug 16, 2020):
@bradhawkins85 new agent is out with an improved installer, release notes are here https://github.com/wh1te909/winagent/releases/tag/v0.10.1
going to close this ticket but please re-open if needed