Connecting Appium Inspector to Appium Server running on Docker on Remote Machine

Hi
I have an Appium server and Android emulator running on Docker on a remote machine, with the setup provided here:

I am trying to connect to the above appium server to my appium inspector running on my local machine.
My python test scripts can connect to my setup at http://172.16.0.75:4444/wd/hub and run test cases easily.

however my appium inspector cant find anyting at host ip172.16.0.75 and host port 4444. I am assuming that clicking on the session id text box should provide a list of session ids running at the target machine, but it comes up blank.

did u fix this? i have my dockers and appium servers in google cloud nester virtualized ubuntu server, and i want to run test connecting to that appium server