Edge Xpert Manager
The IOTech Edge Xpert Manager provides a user interface (UI) to support the control and monitoring of the Edge Xpert microservices. Below illustrates the Edge Xpert Manager Dashboard, the landing page found after login.
The Edge Xpert Manager supports many functions, allowing you to use features through the graphical interface, including the following:
- Dashboard: view overall data count
- Devices: manage devices, device profiles, and device services
- Data Center: query readings via filters
- App Services: create and delete Application Services
- Notifications: manage subscriptions, query notifications and transmissions
- Schedules: manage intervals and interval actions
- Gateways: manage gateways
- Users: manage users
Architecture
The Edge Xpert Manager consists of a microservice and a web-based user interface application. The microservice must be running before the user interface can start.
Starting Edge Xpert Manager
The Edge Xpert Manager microservice can be started with the following command:
edgexpert up xpert-manager
localhost:9090
.
Note
If you have to avoid certain ports, you can add the environment variable SERVICE_PORT
to override the original port, see CLI Service Ports Using Environment variable for details.
Note
This will start Edge Xpert Manager in a non-secure mode, on HTTP. To start Edge Xpert Manager in secure mode, see TLS Security
You must log in using either the default account or the credentials supplied by your Edge Xpert administrator. The default user is admin
, the default password is admin
. For further information on user accounts, see Users.