The Intelligence Center helps administrators manage their Atakama deployment by providing a centralized view of Atakama within their environment.
The Intelligence Center is comprised of a web-based dashboard and a dashboard server. The web dashboard provides a summary of the Atakama deployment, while the dashboard server logs events and statistics from Atakama users and stores the events in a local database that provides a status overview. The web dashboard utilizes the dashboard server's REST API to process user requests.
Installing the Intelligence Center on a Linux machine:
- Download the Intelligence Center Software.
- Open the terminal window and navigate to the folder the Intelligence Center file was downloaded from.
- In the terminal window, enter: chmod +777 atakama-srv-{version}-ubuntu1804
- Enter: ./atakama-srv-{version}-ubuntu1804 logger keygen –save
- Enter: ./atakama-srv-{version}-ubuntu1804 dashboard import init-db
- Enter: ./atakama-srv-{version}-ubuntu1804 logger get-id
- Obtain the device id, which will be used when connecting to the server.
- Follow the steps in this link for the Admin setup guide.
- Follow the steps in this link for the end-user setup guide.
- In the terminal window, enter: ./atakama-srv-{version}-ubuntu1804 start
- To access the Intelligence Center, open a web browser and enter "localhost:8000" in the address bar.
The Intelligence Center will now display information specific to your Atakama instance.
Use this link for installation instructions on Windows.