1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00
No description
Find a file
si458 05ee40c591 add 'EFI Development Kit II / OVMF' as VM
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-03-08 17:04:08 +00:00
.github Fixed 'deprecated' warnings in gh-workflows (#5720) 2024-01-21 20:49:31 +00:00
.vscode
agents add 'EFI Development Kit II / OVMF' as VM 2024-03-08 17:04:08 +00:00
amt
bin
docker Fix package installs and set node 20 for docker (#5692) 2024-01-13 10:52:59 -08:00
docs Migrate to openid client (#5856) 2024-03-03 16:03:27 -08:00
emails Ran translations and minor fix to filter url. 2023-11-12 15:28:52 -08:00
public pad interfaces panel for firefox scrolling #4275 2024-03-03 00:58:15 +00:00
rdp
translate add windows arm 64bit to agentinvite page 2024-03-07 15:21:10 +00:00
views add windows arm 64bit to agentinvite page 2024-03-07 15:21:10 +00:00
.dockerignore
.gitattributes
.gitignore Fix package installs and set node 20 for docker (#5692) 2024-01-13 10:52:59 -08:00
.npmrc
amt-ider.js
amtevents.js
amtmanager.js Intel AMT fixes. 2024-02-17 12:33:56 -08:00
amtprovisioningserver.js Intel AMT fixes. 2024-02-17 12:33:56 -08:00
amtscanner.js
amtscript.js
apprelays.js fix one ping/pong function 2024-02-12 11:46:16 +00:00
authenticode.js Fixes authenticode signing if a section name starts with an underscore. 2024-01-27 10:15:33 -08:00
certoperations.js use accelerator regardless of cpu core count (#5759) 2024-02-02 10:43:40 +00:00
common.js Update common.js (#5895) 2024-03-03 17:50:26 -08:00
CreateSourcePackage.bat
crowdsec.js
db.js Fix plugins installation for PostgreSQL (#5517) 2023-11-07 09:17:24 -08:00
dependencies.txt Updated archiver to 7.0.0 2024-03-03 11:30:52 -08:00
exeHandler.js
firebase.js
interceptor.js
letsencrypt.js
LICENSE
mcrec.js Align and specify NPM module versions (#5685) 2024-01-11 17:49:12 -08:00
meshaccelerator.js
meshagent.js More BitLocker improvements. 2024-02-17 17:51:15 -08:00
meshbot.js
meshcentral-config-schema.json Changed insure to ensure (#5913) 2024-03-07 16:08:11 +00:00
meshcentral.js Update Passport version in meshcentral.js - Fix bad merge (#5908) 2024-03-06 19:00:24 +00:00
MeshCentral.sln
MeshCentralServer.njsproj
meshctrl.js add relay and port to devicesharing in meshctrl.js 2024-03-02 21:56:14 +00:00
meshdesktopmultiplex.js fix sessionrecording for not indexing (#5490) 2023-11-03 20:53:19 +00:00
meshdevicefile.js
meshipkvm.js
meshmail.js
meshmessaging.js add slack webhooks messaging (#5569) 2023-11-25 12:45:18 -08:00
meshrelay.js wait 5 sec after record and also pass message back (#5508) 2023-11-04 21:39:02 -07:00
meshscanner.js
meshsms.js
meshuser.js update showpaths with domain custom folders #5496 2024-03-08 15:22:12 +00:00
mpsserver.js add seclevel=0 to cipher to fix tls 1.0 and 1.1 (#5683) 2024-01-10 21:46:41 +00:00
mqttbroker.js
multiserver.js
node11.bat
node15.bat
package-lock.json update package.lock 2024-02-22 20:35:27 +00:00
package.json Updated archiver to 7.0.0 2024-03-03 11:30:52 -08:00
pass.js
pkcs7-modified.js
pluginHandler.js Bugfix for plugin filemode #5865 (#5897) 2024-03-05 10:33:13 +00:00
readme.md Share unofficial chatrooms (#5539) 2023-11-11 18:00:08 +00:00
redirserver.js
reinstall-modules.bat
sample-config-advanced.json Removed Reddit auth strategy since it never worked well. 2024-03-03 16:34:01 -08:00
sample-config.json
SECURITY.md Update SECURITY.md 2024-02-19 15:12:07 -08:00
SourceFileList.txt
swarmserver.js
taskmanager.js
webauthn.js
webrelayserver.js
webserver.js add osx mpkg customized filename 2024-03-07 10:19:31 +00:00
winservice.js

MeshCentral

Table of Contents

About
Social Media
Documentation
Video Tutorials
Feedback
License

About

MeshCentral is a full computer management web site. With MeshCentral, you can run your own web server to remotely manage and control computers on a local network or anywhere on the internet. Once you get the server started, create device group and download and install an agent on each computer you want to manage. A minute later, the new computer will show up on the web site and you can take control of it. MeshCentral includes full web-based remote desktop, terminal and file management capability.

For more information, visit MeshCentral.com.

Social Media

YouTube
Reddit
Twitter
BlogSpot

Documentation

The User's Guide contains information every adminstrator should know including usage, the server configuration file, databases, TLS offloading, Lets Encrypt, IP Filtering, Email setup, embedding, server port aliasing, reverse proxy setup, multi factor authentication, branding & terms of use, HashiCorp Vault support, and SSO.

The Installation Guide has detailed instructions for installing the MeshCentral Server on Windows 8.1, Windows 10, Windows 2012 R2, Amazon Linux 2, Raspberry Pi, Microsoft Azure, Google Cloud, Ubuntu 18, Ubuntu 16 and OpenBSD.

The Design and Architecture Guide is a short document that includes information on the design overview, dependencies, source code descriptions of each file, certificates, TLS security, the agent to server handshake, browser to agent relay and WebRTC and the messenger service.

New Searchable Documentation

Video Tutorials

You can watch many tutorial videos on the MeshCentral YouTube Channel. Two videos to get started involve installation and basic usages.

Installing MeshCentral on Windows, Linux and macOS.
MeshCentral - Installation

Basic Usages including installing the agent and remote desktop, terminal and file access.
MeshCentral - Basics

MeshCentral support for two-factor authentication.
MeshCentral - Two Factor Authentication

How to setup MeshCentral with the NGINX reverse proxy.
MeshCentral - NGINX Reverse Proxy

Installing and using the MeshCentral Android agent.
MeshCentral - Android

Using MeshCentral Router to port map TCP connections.
MeshCentral - Basics

Feedback

If you encounter a problem or have a suggestion to improve the product, you may file an issue report

If you are filing a problem report, you should include:

  • The version of the software you are using
  • The Operating System and version
  • The observed output
  • The expected output
  • Any troubleshooting you took to resolve the issue yourself
  • Any other similar reports

If you are having issues with the following other products, you should file a report on their respective issue pages
MeshAgent
MeshRouter

Unofficial chatrooms

License

This software is licensed under Apache 2.0.