Forums

Getting IP address of the hosted python script server

I have hosted a python script file using console. This server should get request from clients using socket. But I am unable to connect this server file from remote client as I don't have access to IP of this running sever file.

How can I get the IP for the running python script?

hi there,

you won't be able to do that from the console.