index.html 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614
  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/install/">
  9. <link rel="prev" href="..">
  10. <link rel="next" href="install2/">
  11. <link rel="icon" href="../images/favicon.ico">
  12. <meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.40">
  13. <title>Quick Start Guide - MeshCentral Documentation</title>
  14. <link rel="stylesheet" href="../assets/stylesheets/main.8c3ca2c6.min.css">
  15. <link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
  16. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  17. <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">
  18. <style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
  19. <link rel="stylesheet" href="../stylesheets/extra.css">
  20. <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>
  21. </head>
  22. <body dir="ltr" data-md-color-scheme="default" data-md-color-primary="white" data-md-color-accent="indigo">
  23. <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
  24. <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
  25. <label class="md-overlay" for="__drawer"></label>
  26. <div data-md-component="skip">
  27. <a href="#quick-start-guide" class="md-skip">
  28. Skip to content
  29. </a>
  30. </div>
  31. <div data-md-component="announce">
  32. </div>
  33. <header class="md-header" data-md-component="header">
  34. <nav class="md-header__inner md-grid" aria-label="Header">
  35. <a href=".." title="MeshCentral Documentation" class="md-header__button md-logo" aria-label="MeshCentral Documentation" data-md-component="logo">
  36. <img src="../images/favicon.ico" alt="logo">
  37. </a>
  38. <label class="md-header__button md-icon" for="__drawer">
  39. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
  40. </label>
  41. <div class="md-header__title" data-md-component="header-title">
  42. <div class="md-header__ellipsis">
  43. <div class="md-header__topic">
  44. <span class="md-ellipsis">
  45. MeshCentral Documentation
  46. </span>
  47. </div>
  48. <div class="md-header__topic" data-md-component="header-topic">
  49. <span class="md-ellipsis">
  50. Quick Start Guide
  51. </span>
  52. </div>
  53. </div>
  54. </div>
  55. <label class="md-header__button md-icon" for="__search">
  56. <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>
  57. </label>
  58. <div class="md-search" data-md-component="search" role="dialog">
  59. <label class="md-search__overlay" for="__search"></label>
  60. <div class="md-search__inner" role="search">
  61. <form class="md-search__form" name="search">
  62. <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>
  63. <label class="md-search__icon md-icon" for="__search">
  64. <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>
  65. <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>
  66. </label>
  67. <nav class="md-search__options" aria-label="Search">
  68. <button type="reset" class="md-search__icon md-icon" title="Clear" aria-label="Clear" tabindex="-1">
  69. <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>
  70. </button>
  71. </nav>
  72. </form>
  73. <div class="md-search__output">
  74. <div class="md-search__scrollwrap" tabindex="0" data-md-scrollfix>
  75. <div class="md-search-result" data-md-component="search-result">
  76. <div class="md-search-result__meta">
  77. Initializing search
  78. </div>
  79. <ol class="md-search-result__list" role="presentation"></ol>
  80. </div>
  81. </div>
  82. </div>
  83. </div>
  84. </div>
  85. <div class="md-header__source">
  86. <a href="https://github.com/Ylianst/MeshCentral" title="Go to repository" class="md-source" data-md-component="source">
  87. <div class="md-source__icon md-icon">
  88. <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>
  89. </div>
  90. <div class="md-source__repository">
  91. Ylianst/MeshCentral
  92. </div>
  93. </a>
  94. </div>
  95. </nav>
  96. </header>
  97. <div class="md-container" data-md-component="container">
  98. <nav class="md-tabs" aria-label="Tabs" data-md-component="tabs">
  99. <div class="md-grid">
  100. <ul class="md-tabs__list">
  101. <li class="md-tabs__item">
  102. <a href=".." class="md-tabs__link">
  103. Home
  104. </a>
  105. </li>
  106. <li class="md-tabs__item md-tabs__item--active">
  107. <a href="./" class="md-tabs__link">
  108. Install
  109. </a>
  110. </li>
  111. <li class="md-tabs__item">
  112. <a href="../meshcentral/" class="md-tabs__link">
  113. MeshCentral2
  114. </a>
  115. </li>
  116. <li class="md-tabs__item">
  117. <a href="../design/" class="md-tabs__link">
  118. Design and Architecture
  119. </a>
  120. </li>
  121. <li class="md-tabs__item">
  122. <a href="../meshcmd/" class="md-tabs__link">
  123. MeshCmd
  124. </a>
  125. </li>
  126. <li class="md-tabs__item">
  127. <a href="../meshctrl/" class="md-tabs__link">
  128. MeshCtrl
  129. </a>
  130. </li>
  131. <li class="md-tabs__item">
  132. <a href="../meshrouter/" class="md-tabs__link">
  133. Mesh Router
  134. </a>
  135. </li>
  136. <li class="md-tabs__item">
  137. <a href="../intelamt/" class="md-tabs__link">
  138. Intel AMT
  139. </a>
  140. </li>
  141. <li class="md-tabs__item">
  142. <a href="../how-to-contribute/" class="md-tabs__link">
  143. How to Contribute
  144. </a>
  145. </li>
  146. <li class="md-tabs__item">
  147. <a href="../other/adfs_sso_guide/" class="md-tabs__link">
  148. Other
  149. </a>
  150. </li>
  151. </ul>
  152. </div>
  153. </nav>
  154. <main class="md-main" data-md-component="main">
  155. <div class="md-main__inner md-grid">
  156. <div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
  157. <div class="md-sidebar__scrollwrap">
  158. <div class="md-sidebar__inner">
  159. <nav class="md-nav md-nav--primary md-nav--lifted" aria-label="Navigation" data-md-level="0">
  160. <label class="md-nav__title" for="__drawer">
  161. <a href=".." title="MeshCentral Documentation" class="md-nav__button md-logo" aria-label="MeshCentral Documentation" data-md-component="logo">
  162. <img src="../images/favicon.ico" alt="logo">
  163. </a>
  164. MeshCentral Documentation
  165. </label>
  166. <div class="md-nav__source">
  167. <a href="https://github.com/Ylianst/MeshCentral" title="Go to repository" class="md-source" data-md-component="source">
  168. <div class="md-source__icon md-icon">
  169. <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>
  170. </div>
  171. <div class="md-source__repository">
  172. Ylianst/MeshCentral
  173. </div>
  174. </a>
  175. </div>
  176. <ul class="md-nav__list" data-md-scrollfix>
  177. <li class="md-nav__item">
  178. <a href=".." class="md-nav__link">
  179. <span class="md-ellipsis">
  180. Home
  181. </span>
  182. </a>
  183. </li>
  184. <li class="md-nav__item md-nav__item--active md-nav__item--section md-nav__item--nested">
  185. <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2" checked>
  186. <label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="">
  187. <span class="md-ellipsis">
  188. Install
  189. </span>
  190. <span class="md-nav__icon md-icon"></span>
  191. </label>
  192. <nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="true">
  193. <label class="md-nav__title" for="__nav_2">
  194. <span class="md-nav__icon md-icon"></span>
  195. Install
  196. </label>
  197. <ul class="md-nav__list" data-md-scrollfix>
  198. <li class="md-nav__item md-nav__item--active">
  199. <input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
  200. <label class="md-nav__link md-nav__link--active" for="__toc">
  201. <span class="md-ellipsis">
  202. Quick Start Guide
  203. </span>
  204. <span class="md-nav__icon md-icon"></span>
  205. </label>
  206. <a href="./" class="md-nav__link md-nav__link--active">
  207. <span class="md-ellipsis">
  208. Quick Start Guide
  209. </span>
  210. </a>
  211. <nav class="md-nav md-nav--secondary" aria-label="Table of contents">
  212. <label class="md-nav__title" for="__toc">
  213. <span class="md-nav__icon md-icon"></span>
  214. Table of contents
  215. </label>
  216. <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
  217. <li class="md-nav__item">
  218. <a href="#installation" class="md-nav__link">
  219. <span class="md-ellipsis">
  220. Installation
  221. </span>
  222. </a>
  223. </li>
  224. <li class="md-nav__item">
  225. <a href="#configuration" class="md-nav__link">
  226. <span class="md-ellipsis">
  227. Configuration
  228. </span>
  229. </a>
  230. </li>
  231. <li class="md-nav__item">
  232. <a href="#video-walkthru" class="md-nav__link">
  233. <span class="md-ellipsis">
  234. Video Walkthru
  235. </span>
  236. </a>
  237. </li>
  238. </ul>
  239. </nav>
  240. </li>
  241. <li class="md-nav__item">
  242. <a href="install2/" class="md-nav__link">
  243. <span class="md-ellipsis">
  244. Full Install Guide
  245. </span>
  246. </a>
  247. </li>
  248. </ul>
  249. </nav>
  250. </li>
  251. <li class="md-nav__item md-nav__item--nested">
  252. <input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_3" >
  253. <label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
  254. <span class="md-ellipsis">
  255. MeshCentral2
  256. </span>
  257. <span class="md-nav__icon md-icon"></span>
  258. </label>
  259. <nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
  260. <label class="md-nav__title" for="__nav_3">
  261. <span class="md-nav__icon md-icon"></span>
  262. MeshCentral2
  263. </label>
  264. <ul class="md-nav__list" data-md-scrollfix>
  265. <li class="md-nav__item">
  266. <a href="../meshcentral/" class="md-nav__link">
  267. <span class="md-ellipsis">
  268. MeshCentral2 Guide
  269. </span>
  270. </a>
  271. </li>
  272. <li class="md-nav__item">
  273. <a href="../meshcentral/config/" class="md-nav__link">
  274. <span class="md-ellipsis">
  275. All Configuration Options
  276. </span>
  277. </a>
  278. </li>
  279. <li class="md-nav__item">
  280. <a href="../meshcentral/agents/" class="md-nav__link">
  281. <span class="md-ellipsis">
  282. Agent Information
  283. </span>
  284. </a>
  285. </li>
  286. <li class="md-nav__item">
  287. <a href="../meshcentral/assistant/" class="md-nav__link">
  288. <span class="md-ellipsis">
  289. Assistant
  290. </span>
  291. </a>
  292. </li>
  293. <li class="md-nav__item">
  294. <a href="../meshcentral/codesigning/" class="md-nav__link">
  295. <span class="md-ellipsis">
  296. Code Signing
  297. </span>
  298. </a>
  299. </li>
  300. <li class="md-nav__item">
  301. <a href="../meshcentral/debugging/" class="md-nav__link">
  302. <span class="md-ellipsis">
  303. Debugging
  304. </span>
  305. </a>
  306. </li>
  307. <li class="md-nav__item">
  308. <a href="../meshcentral/devicetabs/" class="md-nav__link">
  309. <span class="md-ellipsis">
  310. Device Tabs
  311. </span>
  312. </a>
  313. </li>
  314. <li class="md-nav__item">
  315. <a href="../meshcentral/plugins/" class="md-nav__link">
  316. <span class="md-ellipsis">
  317. Plugins
  318. </span>
  319. </a>
  320. </li>
  321. <li class="md-nav__item">
  322. <a href="../meshcentral/SSLnletsencrypt/" class="md-nav__link">
  323. <span class="md-ellipsis">
  324. SSL
  325. </span>
  326. </a>
  327. </li>
  328. <li class="md-nav__item">
  329. <a href="../meshcentral/security/" class="md-nav__link">
  330. <span class="md-ellipsis">
  331. Security
  332. </span>
  333. </a>
  334. </li>
  335. <li class="md-nav__item">
  336. <a href="../meshcentral/tokens/" class="md-nav__link">
  337. <span class="md-ellipsis">
  338. Tokens
  339. </span>
  340. </a>
  341. </li>
  342. <li class="md-nav__item">
  343. <a href="../meshcentral/faq/" class="md-nav__link">
  344. <span class="md-ellipsis">
  345. FAQ
  346. </span>
  347. </a>
  348. </li>
  349. <li class="md-nav__item">
  350. <a href="../meshcentral/tipsntricks/" class="md-nav__link">
  351. <span class="md-ellipsis">
  352. Tips n Tricks
  353. </span>
  354. </a>
  355. </li>
  356. <li class="md-nav__item">
  357. <a href="../messaging/" class="md-nav__link">
  358. <span class="md-ellipsis">
  359. Messaging
  360. </span>
  361. </a>
  362. </li>
  363. <li class="md-nav__item">
  364. <a href="../meshcentral/customization/" class="md-nav__link">
  365. <span class="md-ellipsis">
  366. Customization
  367. </span>
  368. </a>
  369. </li>
  370. <li class="md-nav__item">
  371. <a href="../meshcentral/openidConnectStrategy/" class="md-nav__link">
  372. <span class="md-ellipsis">
  373. openidConnectStrategy
  374. </span>
  375. </a>
  376. </li>
  377. </ul>
  378. </nav>
  379. </li>
  380. <li class="md-nav__item md-nav__item--nested">
  381. <input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_4" >
  382. <label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
  383. <span class="md-ellipsis">
  384. Design and Architecture
  385. </span>
  386. <span class="md-nav__icon md-icon"></span>
  387. </label>
  388. <nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
  389. <label class="md-nav__title" for="__nav_4">
  390. <span class="md-nav__icon md-icon"></span>
  391. Design and Architecture
  392. </label>
  393. <ul class="md-nav__list" data-md-scrollfix>
  394. <li class="md-nav__item">
  395. <a href="../design/" class="md-nav__link">
  396. <span class="md-ellipsis">
  397. Design and Architecture
  398. </span>
  399. </a>
  400. </li>
  401. </ul>
  402. </nav>
  403. </li>
  404. <li class="md-nav__item md-nav__item--nested">
  405. <input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_5" >
  406. <label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
  407. <span class="md-ellipsis">
  408. MeshCmd
  409. </span>
  410. <span class="md-nav__icon md-icon"></span>
  411. </label>
  412. <nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
  413. <label class="md-nav__title" for="__nav_5">
  414. <span class="md-nav__icon md-icon"></span>
  415. MeshCmd
  416. </label>
  417. <ul class="md-nav__list" data-md-scrollfix>
  418. <li class="md-nav__item">
  419. <a href="../meshcmd/" class="md-nav__link">
  420. <span class="md-ellipsis">
  421. MeshCmd
  422. </span>
  423. </a>
  424. </li>
  425. </ul>
  426. </nav>
  427. </li>
  428. <li class="md-nav__item md-nav__item--nested">
  429. <input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_6" >
  430. <label class="md-nav__link" for="__nav_6" id="__nav_6_label" tabindex="0">
  431. <span class="md-ellipsis">
  432. MeshCtrl
  433. </span>
  434. <span class="md-nav__icon md-icon"></span>
  435. </label>
  436. <nav class="md-nav" data-md-level="1" aria-labelledby="__nav_6_label" aria-expanded="false">
  437. <label class="md-nav__title" for="__nav_6">
  438. <span class="md-nav__icon md-icon"></span>
  439. MeshCtrl
  440. </label>
  441. <ul class="md-nav__list" data-md-scrollfix>
  442. <li class="md-nav__item">
  443. <a href="../meshctrl/" class="md-nav__link">
  444. <span class="md-ellipsis">
  445. MeshCtrl
  446. </span>
  447. </a>
  448. </li>
  449. </ul>
  450. </nav>
  451. </li>
  452. <li class="md-nav__item md-nav__item--nested">
  453. <input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_7" >
  454. <label class="md-nav__link" for="__nav_7" id="__nav_7_label" tabindex="0">
  455. <span class="md-ellipsis">
  456. Mesh Router
  457. </span>
  458. <span class="md-nav__icon md-icon"></span>
  459. </label>
  460. <nav class="md-nav" data-md-level="1" aria-labelledby="__nav_7_label" aria-expanded="false">
  461. <label class="md-nav__title" for="__nav_7">
  462. <span class="md-nav__icon md-icon"></span>
  463. Mesh Router
  464. </label>
  465. <ul class="md-nav__list" data-md-scrollfix>
  466. <li class="md-nav__item">
  467. <a href="../meshrouter/" class="md-nav__link">
  468. <span class="md-ellipsis">
  469. MeshCentral Router
  470. </span>
  471. </a>
  472. </li>
  473. </ul>
  474. </nav>
  475. </li>
  476. <li class="md-nav__item md-nav__item--nested">
  477. <input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_8" >
  478. <label class="md-nav__link" for="__nav_8" id="__nav_8_label" tabindex="0">
  479. <span class="md-ellipsis">
  480. Intel AMT
  481. </span>
  482. <span class="md-nav__icon md-icon"></span>
  483. </label>
  484. <nav class="md-nav" data-md-level="1" aria-labelledby="__nav_8_label" aria-expanded="false">
  485. <label class="md-nav__title" for="__nav_8">
  486. <span class="md-nav__icon md-icon"></span>
  487. Intel AMT
  488. </label>
  489. <ul class="md-nav__list" data-md-scrollfix>
  490. <li class="md-nav__item">
  491. <a href="../intelamt/" class="md-nav__link">
  492. <span class="md-ellipsis">
  493. Intel AMT
  494. </span>
  495. </a>
  496. </li>
  497. </ul>
  498. </nav>
  499. </li>
  500. <li class="md-nav__item md-nav__item--nested">
  501. <input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_9" >
  502. <label class="md-nav__link" for="__nav_9" id="__nav_9_label" tabindex="0">
  503. <span class="md-ellipsis">
  504. How to Contribute
  505. </span>
  506. <span class="md-nav__icon md-icon"></span>
  507. </label>
  508. <nav class="md-nav" data-md-level="1" aria-labelledby="__nav_9_label" aria-expanded="false">
  509. <label class="md-nav__title" for="__nav_9">
  510. <span class="md-nav__icon md-icon"></span>
  511. How to Contribute
  512. </label>
  513. <ul class="md-nav__list" data-md-scrollfix>
  514. <li class="md-nav__item">
  515. <a href="../how-to-contribute/" class="md-nav__link">
  516. <span class="md-ellipsis">
  517. Contribute to MeshCentral
  518. </span>
  519. </a>
  520. </li>
  521. </ul>
  522. </nav>
  523. </li>
  524. <li class="md-nav__item md-nav__item--nested">
  525. <input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_10" >
  526. <label class="md-nav__link" for="__nav_10" id="__nav_10_label" tabindex="0">
  527. <span class="md-ellipsis">
  528. Other
  529. </span>
  530. <span class="md-nav__icon md-icon"></span>
  531. </label>
  532. <nav class="md-nav" data-md-level="1" aria-labelledby="__nav_10_label" aria-expanded="false">
  533. <label class="md-nav__title" for="__nav_10">
  534. <span class="md-nav__icon md-icon"></span>
  535. Other
  536. </label>
  537. <ul class="md-nav__list" data-md-scrollfix>
  538. <li class="md-nav__item">
  539. <a href="../other/adfs_sso_guide/" class="md-nav__link">
  540. <span class="md-ellipsis">
  541. ADFS SSO Guide
  542. </span>
  543. </a>
  544. </li>
  545. <li class="md-nav__item">
  546. <a href="../other/meshcentral_satellite/" class="md-nav__link">
  547. <span class="md-ellipsis">
  548. MeshCentral Satellite
  549. </span>
  550. </a>
  551. </li>
  552. </ul>
  553. </nav>
  554. </li>
  555. </ul>
  556. </nav>
  557. </div>
  558. </div>
  559. </div>
  560. <div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
  561. <div class="md-sidebar__scrollwrap">
  562. <div class="md-sidebar__inner">
  563. <nav class="md-nav md-nav--secondary" aria-label="Table of contents">
  564. <label class="md-nav__title" for="__toc">
  565. <span class="md-nav__icon md-icon"></span>
  566. Table of contents
  567. </label>
  568. <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
  569. <li class="md-nav__item">
  570. <a href="#installation" class="md-nav__link">
  571. <span class="md-ellipsis">
  572. Installation
  573. </span>
  574. </a>
  575. </li>
  576. <li class="md-nav__item">
  577. <a href="#configuration" class="md-nav__link">
  578. <span class="md-ellipsis">
  579. Configuration
  580. </span>
  581. </a>
  582. </li>
  583. <li class="md-nav__item">
  584. <a href="#video-walkthru" class="md-nav__link">
  585. <span class="md-ellipsis">
  586. Video Walkthru
  587. </span>
  588. </a>
  589. </li>
  590. </ul>
  591. </nav>
  592. </div>
  593. </div>
  594. </div>
  595. <div class="md-content" data-md-component="content">
  596. <article class="md-content__inner md-typeset">
  597. <h1 id="quick-start-guide">Quick Start Guide<a class="headerlink" href="#quick-start-guide" title="Permanent link">&para;</a></h1>
  598. <h2 id="installation">Installation<a class="headerlink" href="#installation" title="Permanent link">&para;</a></h2>
  599. <p>Getting started is easy. If you don't have it already, install NodeJS. Then, create an empty folder and do this:</p>
  600. <div class="highlight"><pre><span></span><code>npm<span class="w"> </span>install<span class="w"> </span>meshcentral
  601. node<span class="w"> </span>node_modules/meshcentral
  602. </code></pre></div>
  603. <p>That's it. MeshCentral will set itself up and start managing computers on your local network. By default it will be setup in LAN mode and agents you install will multicast on the local network to find the server. To setup the server so that agents use a well known DNS name and to start customizing your server, go in the "meshcentral-data" folder and edit the config.json file. The configuration file must be valid JSON, you can use this <a href="https://duckduckgo.com/?va=j&amp;t=hc&amp;q=json+lint&amp;ia=answer">link</a> to validate the file format.</p>
  604. <p>For Windows users, you can download the MeshCentral Installer that will automate installation of NodeJS and provide basic configuration of the server. This option is not recommended for advanced users.</p>
  605. <p><a href="https://meshcentral.com/tools/MeshCentralInstaller.exe">Win32 MeshCentral Installer</a></p>
  606. <p>By default, MeshCentral will use NeDB as this is the built-in database. For more advanced users, it's recommended to switch to using MongoDB. MeshCentral can be installed on a very small server. A <a href="https://www.raspberrypi.org/">Raspberry Pi</a> or <a href="https://aws.amazon.com/ec2/pricing/on-demand/">AWS t3.nano running Amazon Linux 2 instance</a> for 5$ a month will do just fine for managing up to a few hundred devices.</p>
  607. <p>You can run the MeshCentral Server with --help to get options for background installation.</p>
  608. <h2 id="configuration">Configuration<a class="headerlink" href="#configuration" title="Permanent link">&para;</a></h2>
  609. <p>Once you get MeshCentral installed, the first user account that is created will be the server administrator. So, don't delay and navigate to the login page and create a new account. You can then start using your server right away. A lot of the fun with MeshCentral is the 100's of configuration options that are available in the config.json file. You can put your own branding on the web pages, setup a SMTP email server, SMS services and much more.</p>
  610. <p>You can look <a href="https://raw.githubusercontent.com/Ylianst/MeshCentral/master/sample-config.json">here for simple config.json</a>, <a href="https://raw.githubusercontent.com/Ylianst/MeshCentral/master/sample-config-advanced.json">here for a more advanced configuration</a> and <a href="https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json">here for all possible configuration options</a>. You can also take a look at the <a href="https://www.youtube.com/@MeshCentral/videos">tutorial videos</a> for additional help.</p>
  611. <h2 id="video-walkthru">Video Walkthru<a class="headerlink" href="#video-walkthru" title="Permanent link">&para;</a></h2>
  612. <div class="video-wrapper">
  613. <iframe width="320" height="180" src="https://www.youtube.com/embed/LSiWuu71k_U" frameborder="0" allowfullscreen></iframe>
  614. </div>
  615. </article>
  616. </div>
  617. <script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
  618. </div>
  619. <button type="button" class="md-top md-icon" data-md-component="top" hidden>
  620. <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>
  621. Back to top
  622. </button>
  623. </main>
  624. <footer class="md-footer">
  625. <div class="md-footer-meta md-typeset">
  626. <div class="md-footer-meta__inner md-grid">
  627. <div class="md-copyright">
  628. </div>
  629. </div>
  630. </div>
  631. </footer>
  632. </div>
  633. <div class="md-dialog" data-md-component="dialog">
  634. <div class="md-dialog__inner md-typeset"></div>
  635. </div>
  636. <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>
  637. <script src="../assets/javascripts/bundle.525ec568.min.js"></script>
  638. </body>
  639. </html>