MeshCentral
Complete web-based remote management and computer support server.
Why consider MeshCentral?
MeshCentral is an open-source, web-based remote management server. Built with Node.js, it lets administrators remotely control desktops, manage files, open terminal sessions, and power-cycle computers through firewalls and NAT.
Learn MeshCentral by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of MeshCentral
MeshCentral provides web-socket and WebRTC remote desktop sessions, Intel AMT out-of-band management, and multi-tenant domain administration.
Running with Docker
docker run -d \ --name meshcentral \ -p 443:443 -p 80:80 \ -v $(pwd)/meshcentral-data:/opt/meshcentral/meshcentral-data \ -v $(pwd)/meshcentral-files:/opt/meshcentral/meshcentral-files \ ghcr.io/ylianst/meshcentral:latestMeshCentral is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
McFly
Fly through your shell history with an intelligent neural network search engine.
cheat
Interactive command-line cheatsheets for system administrators and software engineers.
Pipenv
Python development workflow for humans uniting Pipfile, pip, and virtualenv.
Rye
Comprehensive Python package and workspace management tool written in Rust.