I've set up RStudio on my Google Cloud Platform (GCP) instance via Linus Debian V9, and it all seems to have installed successfully: "sudo rstudio-server verify-installation" runs without fault.
Also on the GCP, I've also installed the Linux app for managing firewalls (sudo apt install ufw) and used it to open the 8787 channel (sudo ufw allow 8787), and I've also enabled access from my laptop (connected to internet via my university's network), with the following command: "sudo ufw allow from 34.73.184.XXX". note: last three letters X-d out).
Lastly, I've used "curl ifconfig.me" to check that I am using the correct IP address. This is the same IP address that appears on the GCP instance.
However, when I enter "http://34.73.184.XXX:8787" into my browser, it just times out: (error: This site can’t be reached. 34.73.184.XXX took too long to respond. ERR_CONNECTION_TIMED_OUT).
Can anyone help?
Thanks!