Favicon of MeshCentral

MeshCentral

Install an open-source, self-hosted web server to remotely manage and control computers across multiple platforms like Windows, Linux, and macOS.

Take full control of your remote device management with this powerful, self-hosted web server. Built on NodeJS, it provides a centralized platform to access and manage your computers from anywhere, without relying on third-party services. This open-source solution puts privacy and security in your hands.

It offers a comprehensive set of features for complete remote administration:

  • Cross-Platform Compatibility: Install the server and management agents on Windows, Linux, macOS, and FreeBSD.
  • Web-Based Interface: Access all management features directly from your web browser, no client software needed.
  • Complete Remote Access: Gain full remote desktop control, access command-line terminals, and manage files on remote machines.
  • Community Driven: As a free and open-source project, it benefits from active community development and support.

Directory Structure

meshcentral
meshcentral-data
meshcentral-files
.env
docker-compose.yml

docker-compose.yml

services:
  meshcentral:
    restart: always
    container_name: meshcentral
    image: ghcr.io/ylianst/meshcentral:latest
    ports:
      - 8086:443
    environment:
      - HOSTNAME=${HOSTNAME}
      - REVERSE_PROXY=false
      - REVERSE_PROXY_TLS_PORT=443
      - IFRAME=false
      - ALLOW_NEW_ACCOUNTS=${ALLOW_NEW_ACCOUNTS}
      - WEBRTC=false
    volumes:
      - ./meshcentral-data:/opt/meshcentral/meshcentral-data
      - ./meshcentral-files:/opt/meshcentral/meshcentral-files

.env

HOSTNAME=my.domain.com
ALLOW_NEW_ACCOUNTS=true
Categories:

Share:

Ad
Favicon

 

  
 

Similar to MeshCentral

Favicon

 

  
  
Favicon

 

  
  
Favicon