Changes between Version 52 and Version 53 of malibu/gw3089gblade


Ignore:
Timestamp:
06/22/2023 08:45:16 PM (11 months ago)
Author:
Ron Eisworth
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • malibu/gw3089gblade

    v52 v53  
    240240For a quick trial without installing the host software, you can create a free "Public Server Account" on the !MeshCental website and then add clients to this account.
    241241
    242 To install the client agent on a GBlade, click the "Agent" link under my devices tab, select "Linux/BSD" operating system and then copy the command line code from the popup box and run it from your command line on the GBlade. After completion, the GBlade will show up as a device in the MeshCentral dashboard.
     242To install the client agent on a GBlade, click the "Agent" link under my devices tab, select "Linux/BSD" operating system and then copy the command line code from the popup box and run it from your command line on the GBlade. After completion, the GBlade will show up as a device in the !MeshCentral dashboard.
    243243
    244244Example command line code (note keys have been edited out):
    245245
    246246{{{
    247 (wget "https://meshcentral.com/meshagents?script=1" -O ./meshinstall.sh || wget "https://meshcentral.com/meshagents?script=1" --no-proxy -O ./meshinstall.sh) && chmod 755 ./meshinstall.sh && sudo -E ./meshinstall.sh https://meshcentral.com 'xxxxxxxxxxxxx' || ./meshinstall.sh https://meshcentral.com 'xxxxxxxxxxxxxx'
     247(wget "https://meshcentral.com/meshagents?script=1" -O ./meshinstall.sh ||
     248wget "https://meshcentral.com/meshagents?script=1" --no-proxy -O ./meshinstall.sh)
     249&& chmod 755 ./meshinstall.sh && sudo -E ./meshinstall.sh https://meshcentral.com
     250'xxxxxxxxxxxxx' || ./meshinstall.sh https://meshcentral.com 'xxxxxxxxxxxxxx'
    248251}}}
    249252