Open
#
rmm
Here are 28 public repositories matching this topic...
Manage remote systems with ease. See more https://rport.io
-
Updated
Mar 28, 2022 - Go
Ultimate remote monitoring and management
ssh
devops
automation
administration
monitoring
cross-platform
zap
remote
machines
free-software
signed
cloud-native
agents
rmm
unauthorized-systems
-
Updated
Feb 16, 2022 - Kotlin
An introduction in creating, testing, and configuring Ruby on Rails Engines
rails
demo
architecture
devise
rails-tutorial
engines
rmm
modular-monolith
rails-engines
rails-modular-monolith
-
Updated
Mar 27, 2022 - Ruby
Scripts for SyncroMSP. Can be modified for others or the console quickly. Usually they are just redirecting output to custom fields.
-
Updated
Sep 1, 2021 - PowerShell
An extensible linter with semantic validations for Swagger specifications.
eslint-plugin
linter
swagger
openapi
linter-plugin
api-rest
open-api
api-linter
open-api-specification
swagger-linter
richardson-maturity-model
rmm
-
Updated
Jan 27, 2019 - JavaScript
An PowerShell module to interact with the NinjaRMM Public API. (Not affiliated in any way with NinjaRMM.)
api
powershell
api-client
api-rest
powershell-gallery
powershell-adminscripts
windows-powershell
powershell-module
powershell-cmdlets
powershell-core
rmm
pwsh
api-restful
ninjarmm
ninjarmm-api
-
Updated
Aug 13, 2021 - PowerShell
PowerShell Scripts, Tools, and Modules forked from http://hochwald.net.
-
Updated
Oct 28, 2020 - PowerShell
A library for the NinjaRMM v2 API.
-
Updated
Jun 2, 2021 - Python
PowerShell Scripts for IT Admins using RMM or Management tools.
-
Updated
Sep 14, 2021 - PowerShell
Postman collection for accessing the Ninja RMM APIs
-
Updated
Aug 24, 2020 - JavaScript
Provides small enhancements to the Datto RMM user interface
-
Updated
Dec 21, 2021 - JavaScript
A PowerShell module that connects to the Datto RMM API
-
Updated
Feb 8, 2020 - PowerShell
Billing and Diff tool for SolarWinds Inventory Reports
-
Updated
Jan 14, 2019 - Python
Scripts and other snippets that we use to enhance Atera RMM.
-
Updated
Dec 16, 2021 - PowerShell
COMODO Remote Control Nuget Package and Chocolatey Package.
-
Updated
Mar 5, 2018 - PowerShell
Official repository for the upcoming DeepRMM project. See the README.md for more details.
-
Updated
May 11, 2018
Eine Scriptüberpruefung der Windows-Liznez für das N-able RMM.
windows
automation
monitoring
powershell
check
license
deutsch
powershell-script
solarwinds
n-able
rmm
-
Updated
Dec 3, 2021 - PowerShell
Improve this page
Add a description, image, and links to the rmm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rmm topic, visit your repo's landing page and select "manage topics."
Add to docs:
Clean install docker commands:
sudo docker-compose stop
(If TRMM is the only thing on this docker host you can use below commands)
sudo docker rm -f $(sudo docker ps -a -q)
sudo docker volume rm $(sudo docker volume ls -q)
sudo docker network prune
If you are running other things on the same host you will have to remove all the images and volumes manually. Once that is co