Hello,
I couldn't find another question for this exact issue so I hope this isn't redundant.
I have Rstudio Server Community/Free edition installed on Ubuntu 16.04. I'm logged into RStudio with my own account which has sudo privileges.
I've added the first user to Ubuntu, and then added them to the groups
rstudio-server and
shiny
I checked the UID_Min in /etc/login.defs and it is set to 1000 (with UID_MAX set to 6000).
When the user loads the URL for the Rstudio server (port is correct), he keeps getting an unable to connect to service error.
Any other places I can check?
Any advice is appreciated.
TT