Wiki source code of RStudio Server

Last modified by Thomas Walter Erbesdobler on 2023/06/29 16:19

Hide last authors
wikibot 1.1 1 {{toc/}}
2
Thomas Walter Erbesdobler 6.1 3 A Server is set up on lxhalle.in.tum.de and ssh.ma.tum.de [[RStudio>>https://www.rstudio.com/products/RStudio]].
4 You can access it via browser. Go to
wikibot 1.1 5
Thomas Walter Erbesdobler 3.1 6 {{code language="none"}}
wikibot 1.1 7 http://lxhalle.in.tum.de:8787
Thomas Walter Erbesdobler 3.1 8 {{/code}}
wikibot 1.1 9
Thomas Walter Erbesdobler 6.1 10 and navigate out of Rechnerhalle.
wikibot 1.1 11
Thomas Walter Erbesdobler 6.1 12 Or
wikibot 1.1 13
Thomas Walter Erbesdobler 3.1 14 {{code language="none"}}
15 http://rbgse1.ma.tum.de:8787
16 {{/code}}
wikibot 1.1 17
Thomas Walter Erbesdobler 6.1 18 navigate out of the mathematics network.
wikibot 1.1 19
Thomas Walter Erbesdobler 3.1 20 = SSH-Tunnel =
wikibot 1.1 21
Thomas Walter Erbesdobler 6.1 22 To access the RStudio Server from outside the Rechnerhalle network, an SSH Tunnel is necessary for security reasons.
wikibot 1.1 23
Thomas Walter Erbesdobler 6.1 24 Type the following in the **Unix/Linux/macOS** Terminal:
wikibot 1.1 25
Thomas Walter Erbesdobler 3.1 26 {{code language="none"}}
wikibot 1.1 27 ssh -L8787:localhost:8787 <login>@<RStudio-Server>
Thomas Walter Erbesdobler 3.1 28 {{/code}}
wikibot 1.1 29
Thomas Walter Erbesdobler 6.1 30 Depending on ssh configurations a password may be necessary.
wikibot 1.1 31
Thomas Walter Erbesdobler 6.1 32 With **Windows**:
wikibot 1.1 33
Thomas Walter Erbesdobler 6.1 34 start Putty~>~>
wikibot 1.1 35
Thomas Walter Erbesdobler 6.1 36 Session~>Hostname='RStudio-Server'
37 Connection~>SSH~>Tunnels~>Source Port='8787'; Destination='localhost:8787'
Thomas Walter Erbesdobler 4.1 38 ~>~>Add
39 ~>~>Open
wikibot 1.1 40
Thomas Walter Erbesdobler 6.1 41 Then navigate to
wikibot 1.1 42
Thomas Walter Erbesdobler 3.1 43 {{code language="none"}}
wikibot 1.1 44 http://localhost:8787
Thomas Walter Erbesdobler 3.1 45 {{/code}}
wikibot 1.1 46
Thomas Walter Erbesdobler 6.1 47 with your brwoser.
wikibot 1.1 48
Thomas Walter Erbesdobler 6.1 49 = Security =
wikibot 1.1 50
Thomas Walter Erbesdobler 6.1 51 According to [[RStudio Getting Started>>https://support.rstudio.com/hc/en-us/articles/200552306-Getting-Started]] the user password is encrypted via network path RSA. Using the ssh tunnel another encryption is possibly added.
wikibot 1.1 52
Thomas Walter Erbesdobler 6.1 53 = Documentation =
wikibot 1.1 54
Thomas Walter Erbesdobler 6.1 55 [[RStudio Documentation>>https://support.rstudio.com/hc/en-us/categories/200035113-Documentation]]
56 [[RStudio Server Documentation>>https://support.rstudio.com/hc/en-us/sections/200150693-RStudio-Server]]
57 [[RStudio IDE Documentation>>https://support.rstudio.com/hc/en-us/sections/200107586-Using-the-RStudio-IDE]]
wikibot 1.1 58
59 [[RStudio Support>>https://support.rstudio.com/]]
Thomas Walter Erbesdobler 6.1 60 [[RStudio Homepage>>https://www.rstudio.com/products/RStudio/]]