Description
I installed newest version of RStudio Server
- Open Source version 1.2.5019 (Elderflower)
- Fresh install of R (3.6.1)
- on Virtual Machine (Ubuntu 18.04)
Problem after click on url in any browser
I am possible to login easily via browser (http://ipAddress:8787/ ), but any other users cannot see login screen of this server and get this message in browsers:
RStudio initialization Error
Unable to connect to service.
-
Firstly I was search about pam. and auth. methods so I created /etc/pam.d/rstudio file same as login file.
-
Enable ldap manually in pam, but without success so i returned back to default settings, because open source does not support ldap same as pro version....
-
Is needed created for every new user home directory and create user manually (via ubuntu
useradd
) ? -
If some who does not have account on ubuntu machine is possible to login to RStudio Server ?
-
Thanks for any help or advice