Skip to content

RStudio Server SSH Tunneling

Morgan Langille edited this page Jun 9, 2022 · 3 revisions

When the rstudio-server service is running you should be able to use RStudio through your web browser.

First you need to SSH tunnel to port 8787 on the server:

ssh -N -L 8787:localhost:8787 USER@SERVER_ADDRESS

After that you just need to go to this url in your web browser: http://localhost:8787/