-
Notifications
You must be signed in to change notification settings - Fork 2
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/
- Getting Started in the Lab
- Funding Opportunities
- Registering New Computer on Dal Network
- Conferences & Travel
- Setting up a Miniconda Environment
- tmux Quick Reference
- Customizing Matplotlib
- SSH Tunneling to use RStudio Server
- SSH Tunneling to use Jupyter Notebooks