How to use Control Plane Web UI

From epsciwiki
Jump to navigation Jump to search

From a browser co-located with the CP, point browser at localhost:<CP_port>, where <CP_port> is designated in the CPs configuration file.

For remote usage:

To e.g., view a CP web UI running on ejfat-2 and serving to port <CP_port>, from a browser on ejfat-6, using local port 8082:

On ejfat-2:

ssh –R 8082:127.0.0.1:<CP_port> <user>@ejfat-6 (requires uid/pw for <user>@ejfat-6)

On ejfat-6:

Point browser to 127.0.0.1:8082 (admin/ejfat-2_change_me)

Note that 127.0.0.1 on ejfat-2 refers to ejfat-2 and 127.0.0.1 on ejfat-6 refers to ejfat-6