I am trying to access the rstudio server installed on ubuntu. The rstudio server was installed on ubuntu preconfigured image on google compute engine (VM instance) through following commands
$ sudo apt-get install r-base
$ sudo apt-get install gdebi-core
$ wget https://download2.rstudio.org/rstudio-server-0.99.896-amd64.deb
$ sudo gdebi rstudio-server-0.99.896-amd64.deb
I am trying to access the server through http://external-ip:8787 but I am getting error : This site can't be reached. It took too long to respond