Updating and Verifying Pool Server
Last updated
Last updated
There is a URL in the pool server that will allow the testing of the application and port forwarding. Testing from the same network may not provide correct results but it is valuable.. If it fails on the same network, it will also fail on remote networks.
Open this URL in web browser: http://{PUBLIC_IP}:{PUBLIC_PORT}/health
. Be sure to replace the `{PUBLIC_IP}` and `{PUBLIC_PORT}` with the real values that are being tested.
When viewing in a browser, the result should be a simple “Ok”.
If the health check succeeds on the same network, pass the health URL to a friend for them to test.
What else would you like to see in the health check?
There should be some reports on the Pool server page that will show some recent performance numbers. This will include last checkin and number of errors in the current checking period.
Watch the logs!