solidDB Help : Configuring and administering : Monitoring solidDB : Using Dashboard : Starting Dashboard
  
Starting Dashboard
To start the Dashboard interface, complete the following steps:
1 Make sure that HTTP access is enabled:
Before you can use Dashboard, you must enable HTTP access by adding the following parameter to the [Http] section of the solid.ini configuration file:
AllowConnect=Yes
Note It is recommended that you also add the following parameter to the [Http] section in order to secure the connection:
Secure=Yes
For information about editing the solid.ini file, see Setting parameters by using the solid.ini configuration file.
2 Log in to the HTTP server by using one of the following methods:
Access the login page:
https://server:port/login
and provide your credentials when prompted.
Enter the following URL:
https://server:port/open?username=user&password=password
where server and port are the server name and port for the solidDB server, and user and password are your login credentials.
3 When you have logged in successfully, open the Dashboard interface in a browser by using the following URL:
https://server:port/dashboard
Go up to
Using Dashboard