Forward external IP port to the web monitoring port of the manager running inside of LAN (use your router manual how to do so) and use web browser to check the web page.
I can do this but won't it only monitor a single rig? Since I can only forward 1 IP address?
You can foward 1 IP address but many ports.
There are few options:
- (safe) run EthMan in the same subnet as miners, configure it to collect stats from them and forward ONE external port to a single web port of EthMan. Then you can see via browser all miners configured, but can't control them;
- (less safe) run miners with negative ports to allow monitoring only (not control), forward few external ports to miner ports, use single external EthMan to read stats from few fowarded ports of miners;
- (unsafe) the same as above but with positive miner ports, you can control them and anyone can control them :-) say, change wallet to own to mine for himself.
I use the 1st option except I use own web utility instead of EthMan that runs directly on Linux (do not use Windows). It does not control, monitors only. But if I need control, I will add some kind of authentication to it.