Rstudio server installation

Hello guys, I am new to Rstudio, I want to change the default user i.e Rstudio server user to my own custom user for installation of RStudio and for admin tasks. So, while installing Rstudio Server, I want to use Custom user for installing Rstudio Server? How to do that? How can I create a custom user and do the installion?

I was thinking that we can create a user and group using these below commands
sudo addgroup Rstudio
sudo adduser --ingroup Rstudio hdpuser

After creating a user, I will login with su - hdpuser and start installing RStudio Server installation steps (FYI: I will go to Rstudio page for installation steps) on my server? Is it possible? Am I doing the right way ?

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