First login RStudio Server

Hello!

I'm using the RStudio Server on a Linux Server. I access the server through ssh and I just use the main user "ubuntu". I'm trying to log in, but the user: ubuntu and the password that I use to enter in the server do not allow me to log in.

Hi @Sinval!

Have you tried any of the troubleshooting advice in the Administration guide? If that didn't help, what were the results?
https://docs.rstudio.com/ide/server-pro/index.html#accessing-the-server
https://docs.rstudio.com/ide/server-pro/authenticating-users.html

(As I understand it, the RStudio Server Pro admin guide is also the best available documentation for running RStudio Server. Pro-specific sections are usually called out in the text).

The ubuntu user hadn't a password, so I used this code:

$ sudo passwd $USER

Which attributed a password to the user.

Solved.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.