Rserve connection from local R client to Rserve host on AWS Server
问题 This question was migrated from Cross Validated because it can be answered on Stack Overflow. Migrated 5 years ago . Currently trying to connect to an Amazon AWS server via IP address on port 6311. I've set up Rserve as a daemon on the AWS server and have checked that it is in fact listening on port 6311 by calling the netstat command, but when I run the follow from my local R client: c <- RS.connect(host = "x.x.x.x") I get this error message: - cannot connect to x.x.x.x:6311 The local client