Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

Why can't I log into the RStudio Server session running on my EC2 instance? #9

Open
brooksambrose opened this issue Oct 23, 2015 · 1 comment

Comments

@brooksambrose
Copy link

@aculich set me up with RStudio Server running on my instance (we'll create documentation for that elsewhere if you want to do it too). I tried to log in again later and it wasn't working! I forgot that I'd set the security group using the MyIP option, so when my IP changed EC2 wouldn't let me through. I was a little confused because my server said it was listening and all looked good from inside the instance.

I changed my IP using the menu (screen below) and it worked like a charm! Will I have to go into the EC2 console every time I log in though? What if I want collaborators to access RStudio Server and I don't know their IPs?

screenshot 2015-10-22 17 25 28

@paciorek
Copy link

paciorek commented Nov 7, 2015

Just a comment that Rstudio-server is now in BCE-2015-fall (about to be released) and it starts by default. So all a user needs to do is this:

  1. in the terminal after logging into the instance change the password for the ubuntu user to something that the you know:
    sudo /usr/bin/passwd ubuntu

  2. Using a browser on your local machine, go to
    http://<instance_ip>:8787
    where <instance_ip> is public IP of the instance as seen in the EC2 instances window of the AWS console. Login using the 'ubuntu' username and the password you set above in step 1.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants