Add monitoring agent install guide for client onboarding
Some checks failed
Regenerate Documentation Index / regenerate-index (push) Failing after 7s
Some checks failed
Regenerate Documentation Index / regenerate-index (push) Failing after 7s
This commit is contained in:
parent
a78674a93c
commit
0969fee03e
1 changed files with 81 additions and 0 deletions
81
Getting Started/Install_Monitoring_Agent.md
Normal file
81
Getting Started/Install_Monitoring_Agent.md
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
---
|
||||
title: Install Monitoring Agent
|
||||
description: How to install the digiBandit monitoring agent on your Windows, Mac, or Linux computer.
|
||||
category: getting-started
|
||||
tags: [getting_started, onboarding, monitoring]
|
||||
---
|
||||
|
||||
# Install Monitoring Agent
|
||||
|
||||
The digiBandit monitoring agent keeps your computer healthy and secure. Once installed, it runs quietly in the background and lets our team monitor for issues, push updates, and provide remote support when you need it.
|
||||
|
||||
Installation takes about 2 minutes and does not require a restart.
|
||||
|
||||
---
|
||||
|
||||
## Windows
|
||||
|
||||
1. Open this link in your browser: **[go.dbits.ca/rmm-win64](https://go.dbits.ca/rmm-win64)**
|
||||
2. A file will download automatically. Run it.
|
||||
3. If prompted by Windows Defender or SmartScreen, click **More info**, then **Run anyway**.
|
||||
4. The installer will finish on its own. No further action is needed.
|
||||
|
||||
---
|
||||
|
||||
## Mac
|
||||
|
||||
1. Open **Terminal** (search for "Terminal" in Spotlight, or find it in Applications > Utilities).
|
||||
2. Paste this command and press Enter:
|
||||
|
||||
```
|
||||
curl -sL go.dbits.ca/rmm-mac | sudo bash
|
||||
```
|
||||
|
||||
3. Enter your Mac password when prompted (you will not see characters as you type, that is normal).
|
||||
4. The installer will finish on its own. No further action is needed.
|
||||
|
||||
This works on both Intel and Apple Silicon Macs.
|
||||
|
||||
---
|
||||
|
||||
## Linux
|
||||
|
||||
1. Open a terminal via SSH or direct console (not a graphical desktop session).
|
||||
2. Run this command:
|
||||
|
||||
```
|
||||
curl -sL go.dbits.ca/rmm-linux | sudo bash
|
||||
```
|
||||
|
||||
3. The installer will finish on its own. No further action is needed.
|
||||
|
||||
Supports x86_64, ARM64, and i686 architectures. Requires systemd.
|
||||
|
||||
---
|
||||
|
||||
## What Happens Next
|
||||
|
||||
Your computer will appear in our management system within a few minutes. From there, we can:
|
||||
|
||||
- Monitor your computer's health (disk space, updates, performance)
|
||||
- Push security updates and patches
|
||||
- Provide remote support when you need help
|
||||
|
||||
You do not need to do anything else. The agent runs automatically in the background.
|
||||
|
||||
---
|
||||
|
||||
## Need Help?
|
||||
|
||||
If you run into any issues during installation, reach out to us:
|
||||
|
||||
- **Email:** hey@dbits.ca
|
||||
- **Phone:** (506) 404-0055
|
||||
- **Support Portal:** [portal.dbits.ca](https://portal.dbits.ca)
|
||||
|
||||
---
|
||||
|
||||
## Related Documentation
|
||||
|
||||
- [Methods of Contact](Methods_of_Contact.md)
|
||||
- [Ops Portal Guide](Ops_Portal_Guide.md)
|
||||
Loading…
Reference in a new issue