0

I've deployed an application using opencpu on Rstudio server. It's running in AWS. However, when I try to access the page, it asks for a user name and password for the first time. If I want to many people to use this, I do not want this to keep popping up on their screen. Rather, it should directly take them to the page. How should I do this?

Sujay DSa
  • 1,172
  • 2
  • 22
  • 37

1 Answers1

0

OpenCPU is not connected to RStudio. If you installed the opencpu-server package on your AWS server, anyone should be able to access http://yourserver.com/ocpu/ on your server.

Jeroen Ooms
  • 31,998
  • 35
  • 134
  • 207