mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 19:11:51 +00:00
Merge pull request #4117 from silversword411/master
docs - adding videos
This commit is contained in:
commit
ab31377d1e
3 changed files with 22 additions and 2 deletions
|
@ -24,3 +24,9 @@ You can run the MeshCentral Server with --help to get options for background ins
|
||||||
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.
|
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.
|
||||||
|
|
||||||
You can look [here for simple config.json](https://raw.githubusercontent.com/Ylianst/MeshCentral/master/sample-config.json), [here for a more advanced configuration](https://raw.githubusercontent.com/Ylianst/MeshCentral/master/sample-config-advanced.json) and [here for all possible configuration options](https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json). You can also take a look at the [MeshCentral User's Guide](https://meshcentral.com/info/docs/MeshCentral2InstallGuide.pdf) and [tutorial videos](https://meshcentral.com/info/tutorials.html) for additional help.
|
You can look [here for simple config.json](https://raw.githubusercontent.com/Ylianst/MeshCentral/master/sample-config.json), [here for a more advanced configuration](https://raw.githubusercontent.com/Ylianst/MeshCentral/master/sample-config-advanced.json) and [here for all possible configuration options](https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json). You can also take a look at the [MeshCentral User's Guide](https://meshcentral.com/info/docs/MeshCentral2InstallGuide.pdf) and [tutorial videos](https://meshcentral.com/info/tutorials.html) for additional help.
|
||||||
|
|
||||||
|
## Video Walkthru
|
||||||
|
|
||||||
|
<div class="video-wrapper">
|
||||||
|
<iframe width="320" height="180" src="https://www.youtube.com/embed/LSiWuu71k_U" frameborder="0" allowfullscreen></iframe>
|
||||||
|
</div>
|
|
@ -111,6 +111,16 @@ Click on any computer and go into the “Desktop” and “Files” tabs to remo
|
||||||
|
|
||||||
For advance users with console/command line interface experience, go into “Terminal” to perform scripting or quick tasks with CLI tools.
|
For advance users with console/command line interface experience, go into “Terminal” to perform scripting or quick tasks with CLI tools.
|
||||||
|
|
||||||
|
### Desktop Control
|
||||||
|
|
||||||
|
<div class="video-wrapper">
|
||||||
|
<iframe width="320" height="180" src="https://www.youtube.com/embed/alknFiojQPM" frameborder="0" allowfullscreen></iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
Depending on how the agent is connected to the server, there are multiple methods to remote control. Mesh Agent, RDP, and AMT
|
||||||
|
|
||||||
|
For RDP connections, if you have previously saved the credentials that is usable by all users on the system. If you want to remove those saved credentials that's under the `General Tab` > `Credentials`. Click pen to clear them.
|
||||||
|
|
||||||
## Server Certificate
|
## Server Certificate
|
||||||
|
|
||||||
As seen in the previous chapter, MeshCentral is setup with a self-signed certificate by default and the web browser will issue a warning concerning the validity of the certificate.
|
As seen in the previous chapter, MeshCentral is setup with a self-signed certificate by default and the web browser will issue a warning concerning the validity of the certificate.
|
||||||
|
@ -517,8 +527,6 @@ If you successfully setup a Let’s Encrypt certificate using the Let’s Encryp
|
||||||
|
|
||||||
If Let’s Encrypt works for you, please consider donating to them as they provide a critical service to the Internet community.
|
If Let’s Encrypt works for you, please consider donating to them as they provide a critical service to the Internet community.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Server IP filtering
|
## Server IP filtering
|
||||||
|
|
||||||
For improved security, it’s good to limit access to MeshCentral with IP address. For example, we want to allow mesh agents and Intel AMT computers to connect from anywhere, but whitelist IP address for users that we allow to access MeshCentral.
|
For improved security, it’s good to limit access to MeshCentral with IP address. For example, we want to allow mesh agents and Intel AMT computers to connect from anywhere, but whitelist IP address for users that we allow to access MeshCentral.
|
||||||
|
|
|
@ -416,6 +416,12 @@ In this example, the CIRA setup script was run on a remote computer. After the s
|
||||||
|
|
||||||
## IDE Redirection
|
## IDE Redirection
|
||||||
|
|
||||||
|
## Video Walkthru
|
||||||
|
|
||||||
|
<div class="video-wrapper">
|
||||||
|
<iframe width="320" height="180" src="https://www.youtube.com/embed/iG73j7Toz1c" frameborder="0" allowfullscreen></iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
MeshCmd has all the code needed to perform Intel AMT IDE Redirection from the command line. This allows disk images on the administrator’s computer to be remotely mounted to an Intel AMT computer. You need to start with a floppy disk .img file and/or an .iso CDROM file.
|
MeshCmd has all the code needed to perform Intel AMT IDE Redirection from the command line. This allows disk images on the administrator’s computer to be remotely mounted to an Intel AMT computer. You need to start with a floppy disk .img file and/or an .iso CDROM file.
|
||||||
|
|
||||||
![](images/2022-05-15-15-42-01.png)
|
![](images/2022-05-15-15-42-01.png)
|
||||||
|
|
Loading…
Reference in a new issue