The default setting is to open a local port, which cannot be accessed remotely.
trackio show
* Trackio UI launched at: http://127.0.0.1:7860/?write_token=xxxxxxxxxxxxxxxxxxxxx
Could add an option --host 0.0.0.0 to support remote access?
trackio show --host 0.0.0.0
* Trackio UI launched at: http://127.0.0.1:7860/?write_token=xxxxxxxxxxxxxxxxxxxxx
* Trackio UI launched at: http://192.168.0.123:7860/?write_token=xxxxxxxxxxxxxxxxxxxxx
The default setting is to open a local port, which cannot be accessed remotely.
Could add an option
--host 0.0.0.0to support remote access?