Loading sub-menu...

Galicaster Dashboard

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History
# If {{maven}} returns with no errors, the Dashboard should be available at:
{{http://your-server-url/dashboard/index.html}}.

h2. Configuration

The Dashboard service configuration file should be located in {{org.galicaster.dashboard.DashboardService.properties}}. It will not exist the first time you use the Dashboard, but the service will work correctly even if the file does not exist. Therefore, you may create the file only if you need to specify some of the configuration properties allowed by the service.
Those properties are:
* {{agent.<agent_name>.vnc.password}}: This property sets up the password required to establish a VNC connection with the agent {{<agent_name>}}. The password is required to take preview screenshots from the agents. If there is not configured password for the agent, the default one, if configured, will be used. Otherwise, the Dashboard will try to connect to the agents without providing a password.
* {{default.vnc.password}}: This sets up a global password, which is only used if a certain agent has no password configured in the file. If not set, the Dashboard tries to connect to the agents without providing a password.

{column}