cancel
Showing results for 
Search instead for 
Did you mean: 
intapiuser
Community Team Member
Community Team Member
By default Rserve accepts no remote connections if no config file is supplied. 
By running the following R script from the R console on the Remote R Server you can enable remote connections:
library(Rserve);
Rserve(args = "–vanilla --RS-enable-remote", port=XXXX);
The default Rserve port is 6311, make sure it is accessible.
You can test whether Rserve responds by typing:
telnet localhost 6311
If Rserve works, you should get:
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Rsrv0103QAP1
-------------------------
You can find additional documentation about Rserve here.
Version history
Last update:
‎03-02-2023 08:27 AM
Updated by:
Contributors
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: