
Configuration and management
Using Digi Remote Manager
AnywhereUSB® Plus User Guide
85
Using Digi Remote Manager
By default, your AnywhereUSB Plus device is configured to use Digi Remote Manager as its central
management server. No configuration changes are required to begin using the Remote Manager.
For information about configuring central management for your AnywhereUSB Plus device, see
.
Access Digi Remote Manager
To access Digi Remote Manager:
1. If you have not already done so, go to
to sign up for a Digi Remote
Manager account.
Check your email for Digi Remote Manager login instructions.
2. Go to
1. Enter your username and password.
The Digi Remote Manager Dashboard appears.
Use the local REST API to configure the AnywhereUSB Plus
device
Your AnywhereUSB Plus device includes a REST API that can be used to return information about the
device's configuration and to make modifications to the configuration. You can view the REST API
specification from your web browser by opening the URL:
https://
ip-address
/cgi-bin/config.cgi
For example:
https://192.168.210.1/cgi-bin/config.cgi
Use the GET method to return device configuration information
To return device configuration, issue the
GET
method. For example, using
curl
:
$ curl -k -u admin https://
ip-address
/cgi-bin/config.cgi/value/
path
-X GET
where:
n
ip-address
is the IP address of the AnywhereUSB Plus device.
n
path
is the path location in the configuration for the information being returned.
To determine allowed values for
path
from the Admin CLI:
1. Log into the AnywhereUSB Plus command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an
Access
selection menu
. Type
admin
to access the Admin CLI.
2. At the command line, type
config
to enter configuration mode:
> config
(config)>
Содержание AnywhereUSB Plus
Страница 1: ...AnywhereUSB Plus User Guide Firmware version 21 8 ...
Страница 212: ...Interfaces Bridging AnywhereUSB Plus User Guide 212 ...
Страница 308: ...Services Configure the ping responder service AnywhereUSB Plus User Guide 308 iperf Done ...
Страница 509: ...File system Upload and download files AnywhereUSB Plus User Guide 509 sftp exit ...
Страница 604: ...Virtual Private Networks VPN IPsec AnywhereUSB Plus User Guide 604 ...
Страница 710: ...Command line interface Command line reference AnywhereUSB Plus User Guide 710 more path The file to view Syntax STRING ...
Страница 714: ...Command line interface Command line reference AnywhereUSB Plus User Guide 714 reboot Reboot the system Parameters None ...
Страница 775: ...Configure the AnywhereUSB Manager from the command line power cycle AnywhereUSB Plus User Guide 775 ...