Forums

Find IP address

I'm looking for a way to get my console's IP address so that I can connect to a server script from my computer. How would I go about doing this?

Consoles don't have supported public IP addresses. Perhaps you could use a lightweight framework like Flask to turn your script into a minimal web app?

I'm looking for a way to get my console's IP address so that I can connect to a server script from my computer. How would I go about doing this?

Consoles don't have supported public IP addresses. Perhaps you could use a lightweight framework like Flask to turn your script into a minimal web app?

How to vnc .Use what address.

What do you mean by vnc in the case of PythonAnywhere?

You cannot use VNC on PythonAnywhere. I am not entirely sure what you are trying to do...you can connect via ssh to PA if you need to run some commands remotely or send/retrieve files. You can use putty if you just want to run some commands or Filezilla for moving files in/out. Connect to ssh.pythonanywhere.com (port 22) and use your account credentials.