Changes between Version 52 and Version 53 of malibu/gw3089gblade
- Timestamp:
- 06/22/2023 08:45:16 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
malibu/gw3089gblade
v52 v53 240 240 For 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. 241 241 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.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. 243 243 244 244 Example command line code (note keys have been edited out): 245 245 246 246 {{{ 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 || 248 wget "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' 248 251 }}} 249 252