How to use Control Plane Web UI

From epsciwiki
Jump to navigation Jump to search


For local usage:

From a browser co-located with the CP, point browser at

localhost:<CP_port>

where <CP_port> is designated here for all systems.


For remote usage:

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

On ejfat-A:

ssh -R <ejfat-B local port>:localhost:<CP_port> <user>@ejfat-B 

(requires uid/pw for <user>@ejfat-B)


On ejfat-B:

Point browser to

localhost:<ejfat-B local port> 

(admin/ejfat-A_change_me)