Skip to content

Commit 505e251

Browse files
authored
Update README.md
1 parent 9203d64 commit 505e251

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ NetLock RMM is an Remote Monitoring & Management (RMM) software built for Manage
33

44
NetLock RMM can be deployed in various environments, including cloud setups or isolated/offline configurations. It supports multiple operating systems, including Windows and Linux, and can also run within Docker & Kubernetes, providing flexibility for different deployment preferences.
55

6+
7+
68
![Web Console Preview](https://netlockrmm.com/assets/images/remote-features.gif)
79

810
## [Website](https://netlockrmm.com/)
@@ -17,7 +19,6 @@ NetLock RMM can be deployed in various environments, including cloud setups or i
1719
The Web Console and server software come as a standalone server based on Kestrel, eliminating the need to configure and maintain complex server software such as Apache. Do you like Let's Encrypt? The Let's Encrypt integration by LettuceEncrypt offers an easy way to protect your connection with SSL. Our security concept offers high flexibility with server roles, meaning you could run all server components on one machine or split them into different roles. You can also define fallback servers for each role.
1820

1921
- Multi platform. The agent supports windows, linux & macos. (x64 & arm64)
20-
2122
- Multi-tenancy, including locations and group management
2223
- One-click agent installer for all platforms
2324
- Real-time remote shell, file browser, task manager & service manager
@@ -49,3 +50,30 @@ The Web Console and server software come as a standalone server based on Kestrel
4950

5051
Note: Why are the unsigned packages not on GitHub?
5152
https://blog.netlockrmm.com/2024/12/22/why-are-the-unsigned-packages-not-on-github/
53+
54+
# Setup NetLock RMM using Docker in 10 minutes
55+
[See in our documentation](https://docs.netlockrmm.com/en/server-installation-docker)
56+
57+
Do you wish to get started as fast as possible? Our docker compose script ensures a easy and smooth setup. The script expects docker compose to be installed, on a linux disctribution. Best to use would be Ubuntu 24.04. The script deploys the NetLock RMM componments as well as a MySQL 8.0 server.
58+
59+
## Video Tutorial
60+
[Watch the video on YouTube](https://youtu.be/-VMoL6wnSKs)
61+
62+
1. Download the script with wget.
63+
```plaintext
64+
sudo wget -P /home https://raw.githubusercontent.com/0x101-Cyber-Security/NetLock-RMM/main/docker-compose-quick-setup.sh
65+
```
66+
67+
2. Make it executable:
68+
```plaintext
69+
sudo chmod +x /home/docker-compose-quick-setup.sh
70+
```
71+
72+
3. Execute it:
73+
```plaintext
74+
sudo ./home/docker-compose-quick-setup.sh
75+
```
76+
77+
4. Follow the instructions.
78+
79+
Happy monitoring! 🥳

0 commit comments

Comments
 (0)