February2021See What's new in February 2021 for details.
Trademarks and copyright
Digi, Digi International, and the Digi logo are trademarks or registered trademarks in the United
States and other countries worldwide. All other trademarks mentioned in this document are the
property of their respective owners.
Information in this document is subject to change without notice and does not represent a
commitment on the part of Digi International. Digi provides this document “as is,” without warranty of
any kind, expressed or implied, including, but not limited to, the implied warranties of fitness or
merchantability for a particular purpose. Digi may make improvements and/or changes in this manual
or in the product(s) and/or the program(s) described in this manual at any time.
Warranty
To view product warranty information, go to the following website:
www.digi.com/howtobuy/terms
Customer support
Gather support information: Before contacting Digi technical support for help, gather the following
information:
Product name and model
Product serial number (s)
Firmware version
Operating system/browser (if applicable)
Logs (from time of reported issue)
Trace (if possible)
Description of issue
Steps to reproduce
Contact Digi technical support: Digi offers multiple technical support plans and service packages.
Contact us at +1 952.912.3444 or visit us at www.digi.com/support.
Feedback
To provide feedback on this document, email your comments to
Digi Remote Manager 3.0 Help
2
techcomm@digi.com
Include the document title and part number (Digi Remote Manager 3.0 Help, 90002349 A) in the
subject line of your email.
Digi Remote Manager 3.0 Help
3
Contents
Welcome
What's new in February 20217
New features7
Enhancements8
Resolved issues9
About Digi Remote Manager10
Quick start10
Menus and icons10
Search and filters for lists13
Simple search13
Advanced filter13
Export data as CSV15
Copy device ID to clipboard15
Select table spacing15
Select how to display device ID16
User menu options16
Subaccounts menu17
Dashboard
Connection status18
Health status19
Alerts20
Signal strength21
IPsec status (1-4)21
Inventory status21
Customize your dashboard21
Devices
Add or remove device list columns23
Export device list to CSV24
Show devices on map24
Add a device24
Remove a device25
Refresh device information25
Reboot a device25
Ping a device25
Update device firmware26
Turn on/off maintenance mode26
Digi Remote Manager 3.0 Help
4
View and edit device details27
Edit device configuration28
View device summary dashboard28
View and manage device files29
Use a device console29
View configuration scan history30
Organize devices: groups, tags, and notes30
Device groups30
Device tags30
Device notes30
Create device groups31
Add devices to a group31
Edit a device group name31
Remove a device from a device group32
Show or hide device groups32
Add or edit device tags32
Add or edit device notes32
Configurations
Configurations, device types, and groups33
When are devices scanned?34
Create a configuration35
Include device overrides in a configuration38
Include file systems in a configuration38
Schedule automatic scans38
View configuration status39
View configuration scan history for a device40
Alerts
View alert details and alert definition41
View the status history of an alert43
Acknowledge an alert43
Reset an alert43
Activities
Job details44
Users
User roles45
User information45
Add a user46
Edit a user46
Change password47
Remove a user47
API explorer
Get a list of available v1 APIs47
Digi Remote Manager 3.0 Help
5
Get an API summary48
Copy and paste a device ID48
Get help49
Previous release notes
What's new in November/December 202050
New features50
Enhancements50
Security issue51
Resolved issues51
November hotfix52
December hotfix52
What's new in August 202052
New features53
Enhancements53
Resolved issues54
What's new in June 202055
Features and enhancements55
Known issues56
Resolved issues56
Security-related issues56
What's new in October 201956
Display device configuration as a tab in Device Details view56
Improved search options: simple and advanced57
Display the total number of selected items within all table displays57
Replaced column text headings with icons57
Added export options for table views58
Added options for custom table spacing58
Added toggle for device ID display in tables: friendly or full59
Digi Remote Manager 3.0 Help
6
Welcome
It’s Official! Welcome to the new Digi Remote Manager®!
We are taking the Digi RM platform to the next level with a focus on usability, functionality, and
management, so that you can focus on your business needs. Here you will see all the new features for
the Digi RM Platform. The classic UI has not gone away. You still have the ability to use the classic UI
by clicking your username in the upper right-hand corner and then clicking Open Classic RemoteManager.
Click What's new in February 2021 for details on what's new in this release.
Click Quick start for a walk-through of the new Digi Remote Manager.
What's new in February 2021
Welcome to the new Digi Remote Manager®! We've focused on Remote Manager usability and
functionality so you can focus on your business needs. You can, however, still use classic Remote
Manager:Click your username in the upper right-hand corner and select Open Classic RemoteManager.
This release provides features, enhancements, and general fixes. There are no security-related fixes in
this release.
New features
Enhancements
Resolved issues
New features
n Sub-account views: If you are a primary account user, you can remove subaccounts and
identify the account owner.
n Automations: Create custom tasks and scripts for target devices to run immediately or on a
custom schedule. See the results of the automations as a quick summary or drill down for
details.
n Useability enhancements and fixes: We've incorporated customer feedback to continually
improve your Remote Manager experience. To provide feedback to our team, click on your
username in the upper right, and select Feedback.
Digi Remote Manager 3.0 Help
7
WelcomeWhat's new in February 2021
Enhancements
n Added ws/v1/automations web services to create, update, and delete automations, scheduled
automations, as well as retrieve run results. In the API Explorer, use GET ws/v1/automations
to see all automations web services. Note that if an account does not include the Device
Automations service or the service has ended, all scheduled automations are automatically
disabled.
n Automation steps are referenced by 1-based indexing, so step 1 is the first step.
n An automation can sleep (or pause) for a maximum of 3 days.
The sleep step accepts a “value” parameter of the form “2s”, “2m”, “2h”
or “2d” to sleep for 2 seconds, minutes, hours or days respectively. If no
suffix character is used, the sleep value is interpreted as seconds.
n Use automations to manage a subset of device properties: tags, description,
notes, maintenance_mode, and group.
n Exposed additional parameter for RCI cache step in automations (cache_mode)
to allow selectable cache behavior with values of: use_cache, ignore_cache,
cache_only. The RCI step uses the ignore_cache mode by default so requests go
to the device.
n Added the DELETE /ws/v1/subaccounts/inventory/{id} web service to delete subaccounts. By
default, devices within a subaccount are moved to the parent account. You can delete devices
when you delete a subaccount using the delete_devices parameter.
If devices exist in the subaccount, the default action is to move them to the parent
account. To delete them instead, specify delete_devices=true.
Note that the DELETE /ws/v1/subaccounts/inventory/{id} web service starts a
background job. The web service returns a context_id HTTP header. Use the value of
the context_id header to query the context_id field of /ws/v1/events/inventory to find
events recording the progress of the deletion. For example, to find the status of a
previously submitted delete request less than 10 minutes ago:
n Added the GET /ws/v1 to get a list of available web services.
n Added ability to perform bulk import/update devices with a csv file and provided an example
CSV file to download.
n Corresponding data streams page is linked from the data streams tab in device details.
n Added priority text and icon to the slide-in notifications menu.
n Added an id field to the ws/v1/events/inventory web service to uniquely identify an event log
entry.
n Provide more details in the RCI request error message when the problem is related to device
descriptors.
n Improved message returned when a user tries to register more devices than the license limit
for the account.
Digi Remote Manager 3.0 Help
8
WelcomeWhat's new in February 2021
Resolved issues
n Fixed an issue with displaying more than 100 users within the user list.
n Fixed an issue where some configuration settings were not being applied to DigiIX/TX devices
when the settings were not exposed by the conditional/dependsVal setting. The hidden
settings are not managed by the config anymore, so the system will not try to apply them to a
device (if they are not visible in the UI).
n Fixed lack of error message for decimal input in integer fields.
n Fixed a bug that caused the csv export of the data streams table to fail when sorting by
Stream ID. Fixed a bug that prevented the data streams table from being sorted properly.
n Fixed a problem with Add Group validation.
n Fixed a problem with the next_uri field for the paging related /ws/v1/notifications/* web
services. The next_uri field would sometimes have two cursor values in it and would not
correctly URL-encode the output cursor values.
n Fixed a problem with the 'Firmware Status' column in the device list. Devices running the latest
firmware may have shown a firmware status of ‘Non Production’. Now they will show ‘Up to
Date’ as intended.
n Fixed a problem that caused a query_state request to fail when a device listed a cellular sim
with an invalid phone number of a certain format.
For previous release notes, see Previous release notes.
Digi Remote Manager 3.0 Help
9
About Digi Remote Manager
Digi Remote Manager is a cloud-based device management and data enablement platform that
makes it easy to connect your application to the data on which your business relies. With Digi Remote
Manager, you can efficiently interact with any device or device data in your Remote Manager
inventory. You can:
n Ensure your devices are up to date by automatically applying security patches, firmware, and
configurations.
n Monitor the state of all of your devices to quickly identify, assess, and respond to issues.
n Set up custom alerts to inform you that an issue requires your attention.
n Automate remediation for devices out of compliance.
n Deploy application logic to any devices, such as routers and gateways.
Quick start
When you log into Digi Remote Manager 3, the dashboard appears.
Screen itemDesciption
Show/hide menu
Menu
User menuUser account options.
ToolsTools available for the current option.
Display area
Menus and icons
Digi Remote Manager uses the following icons throughout the interface.
Digi Remote Manager 3.0 Help
Toggle to show/hide the main menu.
Digi Remote Manager options.
Display area for the current option.
10
Menus
IconDescription
Activity
Alerts
Dashboard
Menus and icons
Icons
IconDescription
Add
Advanced search on/off toggle
Barchart
Column selector
Devices
Users
Digi Remote Manager 3.0 Help
Configuration
11
IconDescription
Menus and icons
/
Success
Pending
Failed
Connection status
Connected
Disconnected
Copy to clipboard
Dark mode/Light mode
Delete/cancel
Disconnected
Download
Edit
Groups
Health status
Home
Job status
List view
Lock
Maintenance mode
Map view
Connected devices
Disconnected devices
Never connected devices
Menu
More actions (Select Columns, Export as CSV, and so on)
Refresh
Save
Search
Table view
Trash
Unlock
Upload
Digi Remote Manager 3.0 Help
12
IconDescription
Search and filters for lists
User
Users
Search and filters for lists
Many Digi Remote Manager pages display lists—device lists, user lists, alerts lists, and so on. There are
two modes for filtering lists: simple and advanced.
You toggle between simple and advanced using the following button:
Simple search
When you use the simple search, you can enter any text free-form. Remote Manager searches all
columns using your search string. If you toggle to advanced search, Remote Manager converts the
simple search to an advanced filter. For example, if you searched for "mydevice" and then toggle to
advanced search, Remote Manager displays the followings:
You can then edit the filter as needed. See Advanced filter.
Advanced filter
You can filter lists using relevant attributes, and you can build complex filters by combining multiple
filters.
Note Filters apply to all list columns, both displayed and hidden.
Toggle to advanced search:
Filter lists using attributes and comparison operators
Each Digi Remote Manager list page offers a set of attributes associated with the list items. For
example, device attributes include name, description, notes, and so on. User attributes include user
name, role, policies, and so on.
Digi Remote Manager 3.0 Help
13
Search and filters for lists
Once you select an attribute to use as a filter, add a comparison operator and a value.
Use any of the following comparison operators:
OperatorDescription
=Equal to
Note This is the default comparison operator. That is, if you don't specify a comparison,
Remote Manager uses =.
>Greater than
<Less than
>=Greater than or equal to
<=Less than or equal to
<>Not equal to
Note Values are not case sensitive. For example, Warning, WARNING, and warning are equivalent.
For example, to create a filter that returns all devices with a Health Status equal to warning:
1. Click in the filter bar and select Health Status.
2. Type warning.
3. Press Enter.
Build a complex filter using logical operators AND/OR
You can combine multiple filters together to build one complex filter. For example, to view all devices
with a Health Status of warning and a Connection Status of connected:
Digi Remote Manager 3.0 Help
14
Toggle between AND and OR
By default, each additional filter you enter is joined to the existing filter by the AND operator. Toggle
between AND and OR by clicking on AND or OR within the filter.
Edit or delete a filter
n To edit a filter, click .
n To delete a filter, click . Or use BACKSPACE to remove one or more filters.
Export data as CSV
You can export all the data in a view to a CSV file. The export includes all objects in the current view.
If you filter a view, the export includes only the objects included in the filtered view.
To export data to a CSV file
1. Click Devices, Activity, or Users.
2. If you want to filter the display before exporting, use either a simple search or advanced filter
to display a set of objects.
3. Click and select Export as CSV.
Export data as CSV
Copy device ID to clipboard
When a device ID is displayed in table data, you can copy the device ID to the clipboard.
To copy the device ID to the clipboard
1. Click Devices.
2. Click . The full device ID is copied to your clipboard.
Select table spacing
You can select the amount of space (leading) used to display table data: Compact, Comfy, or Roomy.
The default is Comfy.
The table spacing you select is used as the default table spacing for all Remote Manager displays.
The upper-right corner of the display includes the User menu:
Select how to display device ID
From the User menu, you can:
n Get help
n Open Classic Remote Manager
n Provide Feedback for the Remote Manager service
n Display the What's New dialog
n Toggle dark mode on or off
n Change your password
n Edit your user profile
n Logout
Digi Remote Manager 3.0 Help
16
Subaccounts menu
Note Only users assigned an administrator role can view and manage subaccounts. At this time, the
new Remote Manager allows administrators the ability to scope using subaccounts. To create and
manage subaccounts, return to classic Remote Manager. See About subaccounts for more
information.
The upper-right corner of the display includes the Subaccounts menu:
Subaccounts menu
From the Subaccount menu, you can set the subaccount for your Remote Manager session.
When you set the subaccount, Remote Manager displays devices and processes for that subaccount
only.
Digi Remote Manager 3.0 Help
17
Dashboard
The Dashboard shows device health and status information charts:
Connection status
Health status
Alerts
Signal strength
IPsec status (1-4)
Inventory status
Each chart is a widget you can include or exclude, position, and size on your dashboard. See Customize
your dashboard.
Connection status
Connection status shows a summary of the number of devices connected, disconnected, or never
connected. Never connected denotes a registered device that has not yet connected to Remote
Manager.
To filter data included in the chart
n Click a status label beneath the chart to include or exclude that status. For example, to exclude
the devices with a status of Never connected, click the Unknown label:
Digi Remote Manager 3.0 Help
18
Loading...
+ 41 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.