What do I have to do getting access the port 8787?

So far I have installed RStudio Server. From that page, accessing the server ask to go on the port 8787 with the a browser and . However, when I try, they gave me the following page. Where did I make my blunder? What do I have to do getting access the port 8787?

1 Answer

The <server-ip> part of that command means to insert your computer's IP address there. For example, if your computer's IP was 192.168.0.256, you would go to:

If you want to access it from another computer in the same LAN, just go to that same address. If you want to be able to access it from any computer on the internet, you'll have to setup port forwarding on your router's firewall. For more details, see this answer.


If you don't know your IP address, open a terminal, and run hostname -I (CaSe sensitive)

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like