The best RMM?
Hello, I created this topic to express my interests in RMM Soft and which one I think is the best for work in this field. I've been using the Soft for quite some time, and I've come to the conclusion that MeshCentral is without a doubt the best. Think otherwise? I'd love to argue below.) Now why would I make such a claim compared to all other RMM soft? Well, for one, she is extremely portable and runs on all major operating systems. (linux, bsd, android, windows, and macOS), as well as support for Active Management Technology (Intel AMT). She can be ran completely hidden (requires admin) and has the usual RAT-like capabilities. Such as infos, shell (CMD), desktop interaction (RDP, VNC) and file viewer.
Server:
The server is written in NodeJS it can be installed on many operating systems including Windows, Linux. Refer to the installation guide, the server can be installed both on local computers and on VPS/RDP for computers outside your network. You can also install it on other devices like a Raspberry Pi all the way to $1,000 per month dedics.
Agent:
The agent that runs on computers and connects back to the server to allow for remote control. The agent supports Windows, many different Linux distributions, macOS and FreeBSD. As well as support for different processors such as x86-32, x86-64, ARM, MIPS. Not to mention an array of cli arguments.
Mesh Agent available switches: run Start as a console agent. connect Start as a temporary console agent. start Start the service. restart Restart the service. stop Stop the service. state Display the running state of the service. -signcheck Perform self - check. -install Install the service from this location. -uninstall Remove the service from this location. -nodeid Return the current agent identifier. -info Return agent version information. -resetnodeid Reset the NodeID next time the service is started. -fulluninstall Stop agent and clean up the program files location. -fullinstall Copy agent into program files, install and launch. The following switches can be specified after -fullinstall: --WebProxy="http://proxyhost:port" Specify an HTTPS proxy. --agentName="alternate name" Specify an alternate name to be provided by the agent.Buy a Ubuntu 20.04 VPS, i recommend bearhost or zservers but any will do, once bought run the one command install + run. (Replace 127.0.0.1 with your vps ip.)
Код:
sudo apt update && \
sudo apt install -y ca-certificates curl gnupg && \
sudo mkdir -p /etc/apt/keyrings && \
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && \
NODE_MAJOR=20 && \
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list && \
sudo apt update && \
sudo apt install -y nodejs && \
node -v && \
sudo ufw allow from any to any port 80,4433,443 proto tcp && \
mkdir mc && \
cd mc && \
npm install meshcentral && \
node node_modules/meshcentral --cert 127.0.0.1
In retrospect, I think the only RMM soft that comes anywhere close to mesh would be atera (in my opinion) I may be wrong). The only thing that I don't like is that it requires at least local administrator privileges, but what doesn't these days? Overall 10/10 i recommend this for work.
source
Вложения
Последнее редактирование: