RStudio Server login issues

Hi,

I'm new to R. I installed RStudio Server (open source) in an ubuntu 18 (ec2) instance using the following commands:

sudo apt-get install gdebi-core
wget https://download2.rstudio.org/server/bionic/amd64/rstudio-server-1.3.1073-amd64.deb
sudo gdebi rstudio-server-1.3.1073-amd64.deb

I also created a user with the following:

# Add user info to login RStudio
sudo adduser username

#Add rstudio to sudo group
sudo usermod -aG sudo username

Now when I open the rstudio server in browser using 8787 port, it asks for username and pw. But when I provide the above username and password, the page simply returns back to the autorization/sign-in page again. I don't see any error message that my credentials were incorrect, neither can I access the rstudio IDE on my browser.

Can anyone kindly help with this issue?

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.