index.html 34 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670
  1. <!doctype html>
  2. <html lang="en" class="no-js">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1">
  6. <meta name="description" content="A remote monitoring and management tool">
  7. <meta name="author" content="Ylianst">
  8. <link rel="canonical" href="https://ylianst.github.io/MeshCentral/">
  9. <link rel="next" href="install/">
  10. <link rel="icon" href="images/favicon.ico">
  11. <meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.40">
  12. <title>MeshCentral Documentation</title>
  13. <link rel="stylesheet" href="assets/stylesheets/main.8c3ca2c6.min.css">
  14. <link rel="stylesheet" href="assets/stylesheets/palette.06af60db.min.css">
  15. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  16. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback">
  17. <style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
  18. <link rel="stylesheet" href="stylesheets/extra.css">
  19. <script>__md_scope=new URL(".",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
  20. </head>
  21. <body dir="ltr" data-md-color-scheme="default" data-md-color-primary="white" data-md-color-accent="indigo">
  22. <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
  23. <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
  24. <label class="md-overlay" for="__drawer"></label>
  25. <div data-md-component="skip">
  26. <a href="#meshcentral-documentation" class="md-skip">
  27. Skip to content
  28. </a>
  29. </div>
  30. <div data-md-component="announce">
  31. </div>
  32. <header class="md-header" data-md-component="header">
  33. <nav class="md-header__inner md-grid" aria-label="Header">
  34. <a href="." title="MeshCentral Documentation" class="md-header__button md-logo" aria-label="MeshCentral Documentation" data-md-component="logo">
  35. <img src="images/favicon.ico" alt="logo">
  36. </a>
  37. <label class="md-header__button md-icon" for="__drawer">
  38. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
  39. </label>
  40. <div class="md-header__title" data-md-component="header-title">
  41. <div class="md-header__ellipsis">
  42. <div class="md-header__topic">
  43. <span class="md-ellipsis">
  44. MeshCentral Documentation
  45. </span>
  46. </div>
  47. <div class="md-header__topic" data-md-component="header-topic">
  48. <span class="md-ellipsis">
  49. Home
  50. </span>
  51. </div>
  52. </div>
  53. </div>
  54. <label class="md-header__button md-icon" for="__search">
  55. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
  56. </label>
  57. <div class="md-search" data-md-component="search" role="dialog">
  58. <label class="md-search__overlay" for="__search"></label>
  59. <div class="md-search__inner" role="search">
  60. <form class="md-search__form" name="search">
  61. <input type="text" class="md-search__input" name="query" aria-label="Search" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
  62. <label class="md-search__icon md-icon" for="__search">
  63. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
  64. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11z"/></svg>
  65. </label>
  66. <nav class="md-search__options" aria-label="Search">
  67. <button type="reset" class="md-search__icon md-icon" title="Clear" aria-label="Clear" tabindex="-1">
  68. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>
  69. </button>
  70. </nav>
  71. </form>
  72. <div class="md-search__output">
  73. <div class="md-search__scrollwrap" tabindex="0" data-md-scrollfix>
  74. <div class="md-search-result" data-md-component="search-result">
  75. <div class="md-search-result__meta">
  76. Initializing search
  77. </div>
  78. <ol class="md-search-result__list" role="presentation"></ol>
  79. </div>
  80. </div>
  81. </div>
  82. </div>
  83. </div>
  84. <div class="md-header__source">
  85. <a href="https://github.com/Ylianst/MeshCentral" title="Go to repository" class="md-source" data-md-component="source">
  86. <div class="md-source__icon md-icon">
  87. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81"/></svg>
  88. </div>
  89. <div class="md-source__repository">
  90. Ylianst/MeshCentral
  91. </div>
  92. </a>
  93. </div>
  94. </nav>
  95. </header>
  96. <div class="md-container" data-md-component="container">
  97. <nav class="md-tabs" aria-label="Tabs" data-md-component="tabs">
  98. <div class="md-grid">
  99. <ul class="md-tabs__list">
  100. <li class="md-tabs__item md-tabs__item--active">
  101. <a href="." class="md-tabs__link">
  102. Home
  103. </a>
  104. </li>
  105. <li class="md-tabs__item">
  106. <a href="install/" class="md-tabs__link">
  107. Install
  108. </a>
  109. </li>
  110. <li class="md-tabs__item">
  111. <a href="meshcentral/" class="md-tabs__link">
  112. MeshCentral2
  113. </a>
  114. </li>
  115. <li class="md-tabs__item">
  116. <a href="design/" class="md-tabs__link">
  117. Design and Architecture
  118. </a>
  119. </li>
  120. <li class="md-tabs__item">
  121. <a href="meshcmd/" class="md-tabs__link">
  122. MeshCmd
  123. </a>
  124. </li>
  125. <li class="md-tabs__item">
  126. <a href="meshctrl/" class="md-tabs__link">
  127. MeshCtrl
  128. </a>
  129. </li>
  130. <li class="md-tabs__item">
  131. <a href="meshrouter/" class="md-tabs__link">
  132. Mesh Router
  133. </a>
  134. </li>
  135. <li class="md-tabs__item">
  136. <a href="intelamt/" class="md-tabs__link">
  137. Intel AMT
  138. </a>
  139. </li>
  140. <li class="md-tabs__item">
  141. <a href="how-to-contribute/" class="md-tabs__link">
  142. How to Contribute
  143. </a>
  144. </li>
  145. <li class="md-tabs__item">
  146. <a href="other/adfs_sso_guide/" class="md-tabs__link">
  147. Other
  148. </a>
  149. </li>
  150. </ul>
  151. </div>
  152. </nav>
  153. <main class="md-main" data-md-component="main">
  154. <div class="md-main__inner md-grid">
  155. <div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
  156. <div class="md-sidebar__scrollwrap">
  157. <div class="md-sidebar__inner">
  158. <nav class="md-nav md-nav--primary md-nav--lifted" aria-label="Navigation" data-md-level="0">
  159. <label class="md-nav__title" for="__drawer">
  160. <a href="." title="MeshCentral Documentation" class="md-nav__button md-logo" aria-label="MeshCentral Documentation" data-md-component="logo">
  161. <img src="images/favicon.ico" alt="logo">
  162. </a>
  163. MeshCentral Documentation
  164. </label>
  165. <div class="md-nav__source">
  166. <a href="https://github.com/Ylianst/MeshCentral" title="Go to repository" class="md-source" data-md-component="source">
  167. <div class="md-source__icon md-icon">
  168. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81"/></svg>
  169. </div>
  170. <div class="md-source__repository">
  171. Ylianst/MeshCentral
  172. </div>
  173. </a>
  174. </div>
  175. <ul class="md-nav__list" data-md-scrollfix>
  176. <li class="md-nav__item md-nav__item--active">
  177. <input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
  178. <label class="md-nav__link md-nav__link--active" for="__toc">
  179. <span class="md-ellipsis">
  180. Home
  181. </span>
  182. <span class="md-nav__icon md-icon"></span>
  183. </label>
  184. <a href="." class="md-nav__link md-nav__link--active">
  185. <span class="md-ellipsis">
  186. Home
  187. </span>
  188. </a>
  189. <nav class="md-nav md-nav--secondary" aria-label="Table of contents">
  190. <label class="md-nav__title" for="__toc">
  191. <span class="md-nav__icon md-icon"></span>
  192. Table of contents
  193. </label>
  194. <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
  195. <li class="md-nav__item">
  196. <a href="#about" class="md-nav__link">
  197. <span class="md-ellipsis">
  198. About
  199. </span>
  200. </a>
  201. </li>
  202. <li class="md-nav__item">
  203. <a href="#social-media" class="md-nav__link">
  204. <span class="md-ellipsis">
  205. Social Media
  206. </span>
  207. </a>
  208. </li>
  209. <li class="md-nav__item">
  210. <a href="#documentation" class="md-nav__link">
  211. <span class="md-ellipsis">
  212. Documentation
  213. </span>
  214. </a>
  215. </li>
  216. <li class="md-nav__item">
  217. <a href="#video-tutorials" class="md-nav__link">
  218. <span class="md-ellipsis">
  219. Video Tutorials
  220. </span>
  221. </a>
  222. </li>
  223. <li class="md-nav__item">
  224. <a href="#feedback" class="md-nav__link">
  225. <span class="md-ellipsis">
  226. Feedback
  227. </span>
  228. </a>
  229. </li>
  230. </ul>
  231. </nav>
  232. </li>
  233. <li class="md-nav__item md-nav__item--nested">
  234. <input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_2" >
  235. <label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="0">
  236. <span class="md-ellipsis">
  237. Install
  238. </span>
  239. <span class="md-nav__icon md-icon"></span>
  240. </label>
  241. <nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="false">
  242. <label class="md-nav__title" for="__nav_2">
  243. <span class="md-nav__icon md-icon"></span>
  244. Install
  245. </label>
  246. <ul class="md-nav__list" data-md-scrollfix>
  247. <li class="md-nav__item">
  248. <a href="install/" class="md-nav__link">
  249. <span class="md-ellipsis">
  250. Quick Start Guide
  251. </span>
  252. </a>
  253. </li>
  254. <li class="md-nav__item">
  255. <a href="install/install2/" class="md-nav__link">
  256. <span class="md-ellipsis">
  257. Full Install Guide
  258. </span>
  259. </a>
  260. </li>
  261. </ul>
  262. </nav>
  263. </li>
  264. <li class="md-nav__item md-nav__item--nested">
  265. <input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_3" >
  266. <label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
  267. <span class="md-ellipsis">
  268. MeshCentral2
  269. </span>
  270. <span class="md-nav__icon md-icon"></span>
  271. </label>
  272. <nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
  273. <label class="md-nav__title" for="__nav_3">
  274. <span class="md-nav__icon md-icon"></span>
  275. MeshCentral2
  276. </label>
  277. <ul class="md-nav__list" data-md-scrollfix>
  278. <li class="md-nav__item">
  279. <a href="meshcentral/" class="md-nav__link">
  280. <span class="md-ellipsis">
  281. MeshCentral2 Guide
  282. </span>
  283. </a>
  284. </li>
  285. <li class="md-nav__item">
  286. <a href="meshcentral/config/" class="md-nav__link">
  287. <span class="md-ellipsis">
  288. All Configuration Options
  289. </span>
  290. </a>
  291. </li>
  292. <li class="md-nav__item">
  293. <a href="meshcentral/agents/" class="md-nav__link">
  294. <span class="md-ellipsis">
  295. Agent Information
  296. </span>
  297. </a>
  298. </li>
  299. <li class="md-nav__item">
  300. <a href="meshcentral/assistant/" class="md-nav__link">
  301. <span class="md-ellipsis">
  302. Assistant
  303. </span>
  304. </a>
  305. </li>
  306. <li class="md-nav__item">
  307. <a href="meshcentral/codesigning/" class="md-nav__link">
  308. <span class="md-ellipsis">
  309. Code Signing
  310. </span>
  311. </a>
  312. </li>
  313. <li class="md-nav__item">
  314. <a href="meshcentral/debugging/" class="md-nav__link">
  315. <span class="md-ellipsis">
  316. Debugging
  317. </span>
  318. </a>
  319. </li>
  320. <li class="md-nav__item">
  321. <a href="meshcentral/devicetabs/" class="md-nav__link">
  322. <span class="md-ellipsis">
  323. Device Tabs
  324. </span>
  325. </a>
  326. </li>
  327. <li class="md-nav__item">
  328. <a href="meshcentral/plugins/" class="md-nav__link">
  329. <span class="md-ellipsis">
  330. Plugins
  331. </span>
  332. </a>
  333. </li>
  334. <li class="md-nav__item">
  335. <a href="meshcentral/SSLnletsencrypt/" class="md-nav__link">
  336. <span class="md-ellipsis">
  337. SSL
  338. </span>
  339. </a>
  340. </li>
  341. <li class="md-nav__item">
  342. <a href="meshcentral/security/" class="md-nav__link">
  343. <span class="md-ellipsis">
  344. Security
  345. </span>
  346. </a>
  347. </li>
  348. <li class="md-nav__item">
  349. <a href="meshcentral/tokens/" class="md-nav__link">
  350. <span class="md-ellipsis">
  351. Tokens
  352. </span>
  353. </a>
  354. </li>
  355. <li class="md-nav__item">
  356. <a href="meshcentral/faq/" class="md-nav__link">
  357. <span class="md-ellipsis">
  358. FAQ
  359. </span>
  360. </a>
  361. </li>
  362. <li class="md-nav__item">
  363. <a href="meshcentral/tipsntricks/" class="md-nav__link">
  364. <span class="md-ellipsis">
  365. Tips n Tricks
  366. </span>
  367. </a>
  368. </li>
  369. <li class="md-nav__item">
  370. <a href="messaging/" class="md-nav__link">
  371. <span class="md-ellipsis">
  372. Messaging
  373. </span>
  374. </a>
  375. </li>
  376. <li class="md-nav__item">
  377. <a href="meshcentral/customization/" class="md-nav__link">
  378. <span class="md-ellipsis">
  379. Customization
  380. </span>
  381. </a>
  382. </li>
  383. <li class="md-nav__item">
  384. <a href="meshcentral/openidConnectStrategy/" class="md-nav__link">
  385. <span class="md-ellipsis">
  386. openidConnectStrategy
  387. </span>
  388. </a>
  389. </li>
  390. </ul>
  391. </nav>
  392. </li>
  393. <li class="md-nav__item md-nav__item--nested">
  394. <input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_4" >
  395. <label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
  396. <span class="md-ellipsis">
  397. Design and Architecture
  398. </span>
  399. <span class="md-nav__icon md-icon"></span>
  400. </label>
  401. <nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
  402. <label class="md-nav__title" for="__nav_4">
  403. <span class="md-nav__icon md-icon"></span>
  404. Design and Architecture
  405. </label>
  406. <ul class="md-nav__list" data-md-scrollfix>
  407. <li class="md-nav__item">
  408. <a href="design/" class="md-nav__link">
  409. <span class="md-ellipsis">
  410. Design and Architecture
  411. </span>
  412. </a>
  413. </li>
  414. </ul>
  415. </nav>
  416. </li>
  417. <li class="md-nav__item md-nav__item--nested">
  418. <input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_5" >
  419. <label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
  420. <span class="md-ellipsis">
  421. MeshCmd
  422. </span>
  423. <span class="md-nav__icon md-icon"></span>
  424. </label>
  425. <nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
  426. <label class="md-nav__title" for="__nav_5">
  427. <span class="md-nav__icon md-icon"></span>
  428. MeshCmd
  429. </label>
  430. <ul class="md-nav__list" data-md-scrollfix>
  431. <li class="md-nav__item">
  432. <a href="meshcmd/" class="md-nav__link">
  433. <span class="md-ellipsis">
  434. MeshCmd
  435. </span>
  436. </a>
  437. </li>
  438. </ul>
  439. </nav>
  440. </li>
  441. <li class="md-nav__item md-nav__item--nested">
  442. <input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_6" >
  443. <label class="md-nav__link" for="__nav_6" id="__nav_6_label" tabindex="0">
  444. <span class="md-ellipsis">
  445. MeshCtrl
  446. </span>
  447. <span class="md-nav__icon md-icon"></span>
  448. </label>
  449. <nav class="md-nav" data-md-level="1" aria-labelledby="__nav_6_label" aria-expanded="false">
  450. <label class="md-nav__title" for="__nav_6">
  451. <span class="md-nav__icon md-icon"></span>
  452. MeshCtrl
  453. </label>
  454. <ul class="md-nav__list" data-md-scrollfix>
  455. <li class="md-nav__item">
  456. <a href="meshctrl/" class="md-nav__link">
  457. <span class="md-ellipsis">
  458. MeshCtrl
  459. </span>
  460. </a>
  461. </li>
  462. </ul>
  463. </nav>
  464. </li>
  465. <li class="md-nav__item md-nav__item--nested">
  466. <input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_7" >
  467. <label class="md-nav__link" for="__nav_7" id="__nav_7_label" tabindex="0">
  468. <span class="md-ellipsis">
  469. Mesh Router
  470. </span>
  471. <span class="md-nav__icon md-icon"></span>
  472. </label>
  473. <nav class="md-nav" data-md-level="1" aria-labelledby="__nav_7_label" aria-expanded="false">
  474. <label class="md-nav__title" for="__nav_7">
  475. <span class="md-nav__icon md-icon"></span>
  476. Mesh Router
  477. </label>
  478. <ul class="md-nav__list" data-md-scrollfix>
  479. <li class="md-nav__item">
  480. <a href="meshrouter/" class="md-nav__link">
  481. <span class="md-ellipsis">
  482. MeshCentral Router
  483. </span>
  484. </a>
  485. </li>
  486. </ul>
  487. </nav>
  488. </li>
  489. <li class="md-nav__item md-nav__item--nested">
  490. <input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_8" >
  491. <label class="md-nav__link" for="__nav_8" id="__nav_8_label" tabindex="0">
  492. <span class="md-ellipsis">
  493. Intel AMT
  494. </span>
  495. <span class="md-nav__icon md-icon"></span>
  496. </label>
  497. <nav class="md-nav" data-md-level="1" aria-labelledby="__nav_8_label" aria-expanded="false">
  498. <label class="md-nav__title" for="__nav_8">
  499. <span class="md-nav__icon md-icon"></span>
  500. Intel AMT
  501. </label>
  502. <ul class="md-nav__list" data-md-scrollfix>
  503. <li class="md-nav__item">
  504. <a href="intelamt/" class="md-nav__link">
  505. <span class="md-ellipsis">
  506. Intel AMT
  507. </span>
  508. </a>
  509. </li>
  510. </ul>
  511. </nav>
  512. </li>
  513. <li class="md-nav__item md-nav__item--nested">
  514. <input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_9" >
  515. <label class="md-nav__link" for="__nav_9" id="__nav_9_label" tabindex="0">
  516. <span class="md-ellipsis">
  517. How to Contribute
  518. </span>
  519. <span class="md-nav__icon md-icon"></span>
  520. </label>
  521. <nav class="md-nav" data-md-level="1" aria-labelledby="__nav_9_label" aria-expanded="false">
  522. <label class="md-nav__title" for="__nav_9">
  523. <span class="md-nav__icon md-icon"></span>
  524. How to Contribute
  525. </label>
  526. <ul class="md-nav__list" data-md-scrollfix>
  527. <li class="md-nav__item">
  528. <a href="how-to-contribute/" class="md-nav__link">
  529. <span class="md-ellipsis">
  530. Contribute to MeshCentral
  531. </span>
  532. </a>
  533. </li>
  534. </ul>
  535. </nav>
  536. </li>
  537. <li class="md-nav__item md-nav__item--nested">
  538. <input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_10" >
  539. <label class="md-nav__link" for="__nav_10" id="__nav_10_label" tabindex="0">
  540. <span class="md-ellipsis">
  541. Other
  542. </span>
  543. <span class="md-nav__icon md-icon"></span>
  544. </label>
  545. <nav class="md-nav" data-md-level="1" aria-labelledby="__nav_10_label" aria-expanded="false">
  546. <label class="md-nav__title" for="__nav_10">
  547. <span class="md-nav__icon md-icon"></span>
  548. Other
  549. </label>
  550. <ul class="md-nav__list" data-md-scrollfix>
  551. <li class="md-nav__item">
  552. <a href="other/adfs_sso_guide/" class="md-nav__link">
  553. <span class="md-ellipsis">
  554. ADFS SSO Guide
  555. </span>
  556. </a>
  557. </li>
  558. <li class="md-nav__item">
  559. <a href="other/meshcentral_satellite/" class="md-nav__link">
  560. <span class="md-ellipsis">
  561. MeshCentral Satellite
  562. </span>
  563. </a>
  564. </li>
  565. </ul>
  566. </nav>
  567. </li>
  568. </ul>
  569. </nav>
  570. </div>
  571. </div>
  572. </div>
  573. <div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
  574. <div class="md-sidebar__scrollwrap">
  575. <div class="md-sidebar__inner">
  576. <nav class="md-nav md-nav--secondary" aria-label="Table of contents">
  577. <label class="md-nav__title" for="__toc">
  578. <span class="md-nav__icon md-icon"></span>
  579. Table of contents
  580. </label>
  581. <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
  582. <li class="md-nav__item">
  583. <a href="#about" class="md-nav__link">
  584. <span class="md-ellipsis">
  585. About
  586. </span>
  587. </a>
  588. </li>
  589. <li class="md-nav__item">
  590. <a href="#social-media" class="md-nav__link">
  591. <span class="md-ellipsis">
  592. Social Media
  593. </span>
  594. </a>
  595. </li>
  596. <li class="md-nav__item">
  597. <a href="#documentation" class="md-nav__link">
  598. <span class="md-ellipsis">
  599. Documentation
  600. </span>
  601. </a>
  602. </li>
  603. <li class="md-nav__item">
  604. <a href="#video-tutorials" class="md-nav__link">
  605. <span class="md-ellipsis">
  606. Video Tutorials
  607. </span>
  608. </a>
  609. </li>
  610. <li class="md-nav__item">
  611. <a href="#feedback" class="md-nav__link">
  612. <span class="md-ellipsis">
  613. Feedback
  614. </span>
  615. </a>
  616. </li>
  617. </ul>
  618. </nav>
  619. </div>
  620. </div>
  621. </div>
  622. <div class="md-content" data-md-component="content">
  623. <article class="md-content__inner md-typeset">
  624. <h1 id="meshcentral-documentation">MeshCentral Documentation<a class="headerlink" href="#meshcentral-documentation" title="Permanent link">&para;</a></h1>
  625. <h2 id="about">About<a class="headerlink" href="#about" title="Permanent link">&para;</a></h2>
  626. <p>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.</p>
  627. <p>For more information, <a href="https://www.meshcentral.com/">visit MeshCentral.com</a>.</p>
  628. <h2 id="social-media">Social Media<a class="headerlink" href="#social-media" title="Permanent link">&para;</a></h2>
  629. <p><a href="https://www.youtube.com/channel/UCJWz607A8EVlkilzcrb-GKg/videos">YouTube</a></p>
  630. <p><a href="https://www.reddit.com/r/MeshCentral/">Reddit</a></p>
  631. <p><a href="https://twitter.com/MeshCentral">Twitter</a></p>
  632. <p><a href="https://meshcentral2.blogspot.com/">BlogSpot</a></p>
  633. <h2 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h2>
  634. <p>The <a href="meshcentral">User's Guide</a> contains information every administrator 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 &amp; terms of use, HashiCorp Vault support, and SSO.</p>
  635. <p>The <a href="install/install2/">Installation Guide</a> 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.</p>
  636. <p>The <a href="design">Design and Architecture Guide</a> 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.</p>
  637. <h2 id="video-tutorials">Video Tutorials<a class="headerlink" href="#video-tutorials" title="Permanent link">&para;</a></h2>
  638. <p>You can watch many tutorial videos on the <a href="https://www.youtube.com/channel/UCJWz607A8EVlkilzcrb-GKg/videos">MeshCentral YouTube Channel</a>. Two videos to get started involve installation and basic usages.</p>
  639. <p>Installing MeshCentral on Windows, Linux and macOS.
  640. <a href="https://www.youtube.com/watch?v=GsQbWZmRRAU">MeshCentral - Installation</a></p>
  641. <p>Basic Usages including installing the agent and remote desktop, terminal and file access.
  642. <a href="https://www.youtube.com/watch?v=D9Q7M7PdTg0">MeshCentral - Basics</a></p>
  643. <p>MeshCentral support for two-factor authentication.
  644. <a href="https://www.youtube.com/watch?v=luLZKcma9l0">MeshCentral - Two Factor Authentication</a></p>
  645. <p>How to setup MeshCentral with the NGINX reverse proxy.
  646. <a href="https://www.youtube.com/watch?v=YSmiLyKSX2I">MeshCentral - NGINX Reverse Proxy</a></p>
  647. <p>Installing and using the MeshCentral Android agent.
  648. <a href="https://www.youtube.com/watch?v=wi1HYdW00Bk">MeshCentral - Android</a></p>
  649. <p>Using MeshCentral Router to port map TCP connections.
  650. <a href="https://www.youtube.com/watch?v=BubeVRmbCRM">MeshCentral - Basics</a></p>
  651. <h2 id="feedback">Feedback<a class="headerlink" href="#feedback" title="Permanent link">&para;</a></h2>
  652. <p>If you encounter a problem or have a suggestion to improve the product, you may file an <a href="https://github.com/Ylianst/MeshCentral/issues/">issue report</a></p>
  653. <p>If you are filing a problem report, you should include:</p>
  654. <ul>
  655. <li>The version of the software you are using</li>
  656. <li>The Operating System and version</li>
  657. <li>The observed output</li>
  658. <li>The expected output</li>
  659. <li>Any troubleshooting you took to resolve the issue yourself</li>
  660. <li>Any other similar reports~~</li>
  661. </ul>
  662. <p>If you are having issues with the following other products, you should file a report on their respective issue pages
  663. <a href="https://github.com/Ylianst/MeshAgent/issues">MeshAgent</a>
  664. <a href="https://github.com/Ylianst/MeshCentralRouter/issues">MeshRouter</a>
  665. License</p>
  666. <p>This software is licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>.</p>
  667. </article>
  668. </div>
  669. <script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
  670. </div>
  671. <button type="button" class="md-top md-icon" data-md-component="top" hidden>
  672. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8z"/></svg>
  673. Back to top
  674. </button>
  675. </main>
  676. <footer class="md-footer">
  677. <div class="md-footer-meta md-typeset">
  678. <div class="md-footer-meta__inner md-grid">
  679. <div class="md-copyright">
  680. </div>
  681. </div>
  682. </div>
  683. </footer>
  684. </div>
  685. <div class="md-dialog" data-md-component="dialog">
  686. <div class="md-dialog__inner md-typeset"></div>
  687. </div>
  688. <script id="__config" type="application/json">{"base": ".", "features": ["navigation.tabs", "navigation.expand", "navigation.top", "navigation.instant"], "search": "assets/javascripts/workers/search.6ce7567c.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
  689. <script src="assets/javascripts/bundle.525ec568.min.js"></script>
  690. </body>
  691. </html>