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)