Cloud Server Configuration

Configuring Remote GridAPPS-D VIZ

To access the GridAPPS-D VIZ from a local client, it is necessary to specify the IP address of the remote server in the viz.config file located in the ~/gridappsd-docker/conf/ directory.

The configuration file is formatted as a JSON string specifying the version of the VIZ used and the IP address and port to be used:

{
    "version": "remote:develop",
    "host": "my.server.ip.address:61614"
}