Changes for page RStudio Server

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

From version 3.1
edited by Yunhao Wu
on 2023/03/01 16:17
Change comment: There is no comment for this version
To version 4.1
edited by Thomas Walter Erbesdobler
on 2023/06/29 16:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -RStudioServer
1 +RStudio Server
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.wyun
1 +XWiki.erbesdob
Content
... ... @@ -1,71 +5,60 @@
1 -= RStudio Server =
2 -
3 -
4 -
5 5  {{toc/}}
6 6  
7 -
8 -
9 -A Server is set up on lxhalle.in.tum.de and ssh.ma.tum.de [[RStudio>>https://www.rstudio.com/products/RStudio]] .
3 +A Server is set up on lxhalle.in.tum.de and ssh.ma.tum.de [[RStudio>>https://www.rstudio.com/products/RStudio]].
10 10  You can access it via browser. Go to
11 11  
12 -{{{http://lxhalle.in.tum.de:8787
13 -}}}
6 +{{code language="none"}}
7 +http://lxhalle.in.tum.de:8787
8 +{{/code}}
14 14  
15 15  and navigate out of Rechnerhalle.
16 16  
17 17  Or
18 18  
14 +{{code language="none"}}
15 +http://rbgse1.ma.tum.de:8787
16 +{{/code}}
19 19  
20 -
21 -{{html wiki="true"}}
22 -{{code}}http://rbgse1.ma.tum.de:8787{{/code}}
23 -{{/html}}
24 -
25 -
26 -
27 27  navigate out of the mathematics network.
28 28  
29 -== SSH-Tunnel ==
20 += SSH-Tunnel =
30 30  
31 31  To access the RStudio Server from outside the Rechnerhalle network, an SSH Tunnel is necessary for security reasons.
32 32  
33 33  Type the following in the **Unix/Linux/macOS** Terminal:
34 34  
35 -{{{ssh -L8787:localhost:8787 <login>@<RStudio-Server>
36 -}}}
26 +{{code language="none"}}
27 +ssh -L8787:localhost:8787 <login>@<RStudio-Server>
28 +{{/code}}
37 37  
38 38  Depending on ssh configurations a password may be necessary.
39 39  
40 40  With **Windows**:
41 41  
42 -start Putty >>
34 +start Putty~>~>
43 43  
44 -Session>Hostname##='RStudio-Server'
45 -Connection>SSH>Tunnels>Source Port='8787'; Destination=##'localhost:8787'
36 +Session~>Hostname='RStudio-Server'
37 +Connection~>SSH~>Tunnels~>Source Port='8787'; Destination='localhost:8787'
38 +~>~>Add
39 +~>~>Open
46 46  
47 ->Add
48 ->Open
49 -
50 50  Then navigate to
51 51  
52 -{{{http://localhost:8787
53 -}}}
43 +{{code language="none"}}
44 +http://localhost:8787
45 +{{/code}}
54 54  
55 55  with your brwoser.
56 56  
57 -== Security ==
49 += Security =
58 58  
59 59  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.
60 60  
61 -== Documentation ==
53 += Documentation =
62 62  
63 63  [[RStudio Documentation>>https://support.rstudio.com/hc/en-us/categories/200035113-Documentation]]
64 -
65 65  [[RStudio Server Documentation>>https://support.rstudio.com/hc/en-us/sections/200150693-RStudio-Server]]
66 -
67 67  [[RStudio IDE Documentation>>https://support.rstudio.com/hc/en-us/sections/200107586-Using-the-RStudio-IDE]]
68 68  
69 69  [[RStudio Support>>https://support.rstudio.com/]]
70 -
71 71  [[RStudio Homepage>>https://www.rstudio.com/products/RStudio/]]