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?
Asked
Active
Viewed 145 times
1 Answers
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
-
my url is
:8787(rstudio port). Maybe that's why? I'm running the opencpu app from rstudio server. – Sujay DSa Aug 14 '17 at 10:01 -
If you install the `opencpu-server` package on Linux, the public server will be available at
:80 – Jeroen Ooms Aug 14 '17 at 12:14