mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-12 19:01:06 +03:00
42 lines
1.9 KiB
HTML
42 lines
1.9 KiB
HTML
<div>[[[SERVERNAME]]] - Invitation</div>
|
|
<div style="font-family:Arial,Helvetica,sans-serif">
|
|
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding=8>
|
|
<tr>
|
|
<td>
|
|
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Agent Installation</b>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<area-name>
|
|
<p>
|
|
Hello [[[NAME]]],
|
|
</p>
|
|
</area-name>
|
|
<p>User [[[USERNAME]]] on server <a href="[[[SERVERURL]]]">[[[SERVERNAME]]]</a> is requesting you to install software to start a remote control session.</p>
|
|
<area-msg>
|
|
<p>
|
|
Message: <b notrans="1">[[[MSG]]]</b>
|
|
</p>
|
|
</area-msg>
|
|
<area-windows>
|
|
<p style="margin-left:30px">
|
|
<a href="[[[SERVERURL]]]/meshagents?id=3&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Windows.</a>
|
|
</p>
|
|
</area-windows>
|
|
<area-osx>
|
|
<p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshagents?id=16&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Click here to download the MeshAgent for Apple OSX.</a></p>
|
|
</area-osx>
|
|
<area-linux>
|
|
<p>
|
|
For Linux, cut & paste the following in a terminal to install the agent:<br />
|
|
<pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
|
|
</p>
|
|
</area-linux>
|
|
<area-link>
|
|
<p>
|
|
To install the software, <a href="[[[SERVERURL]]][[[LINKURL]]]">click here</a> and follow the instructions.
|
|
</p>
|
|
</area-link>
|
|
<p>If you did not initiate this request, please ignore this mail.</p>
|
|
Best regards,<br>[[[USERNAME]]]<br>
|
|
</div> |