MeshCentral is an open-source remote computer management web server, enabling remote desktop, terminal, file access, and KVM control. The current stable version is 1.2.0, with monthly releases. It supports Intel AMT, 2FA, and granular user permissions. Unlike TeamViewer or RDP, it is self-hosted, free, and extensible via plugins. Requires Node.js >=20.0.0.
npm install meshcentralNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Starts a MeshCentral server with configurable port, TLS, and MongoDB URI.
Upgrade Node.js to v20+.
Use ES module import syntax.
Start MongoDB service first or set MONGODB_URI correctly.
Run 'npm install meshcentral' in your project directory.
Change the port via environment variable PORT or kill the conflicting process.
No dependency data recorded yet.