A simple RMM for viewing activity of computers on your local network. Created with NodeJS.
It allows a remote entity to view an ffmpeg stream of the monitored computer's screen over the local network.
Look for const ip = ""; // INSERT YOUR LOCAL IP
in index.html and put in your machine's local ip.
You can find it with ifconfig
on Mac and ipconfig
on Windows.
start_RMM.bat
: the default platform is windows. You can open it and replace server-windows.js
with server-macos.js
if needed.
run node server.js
in the project folder to stream.
make it run on the background and/or on startup if needed.
2 scripts are included: start_RMM.bat
and run_RMM.vbs
. run_RMM.vbs
makes a call to start_RMM.bat
.
These exist so the program can run without the terminal opening.
- Drag the folder to the directory
C:\
. - Create a shortcut in the Startup folder (to get there, press Windows key + R and then type in
shell:startup
). - Set the
target
of the shortcut toC:\Windows\System2\cscript.exe //NoLogo run_RMM.vbs
. - Set the shortcut's
start in
property toC:\nodeRMM
.