Remote Servers

When connected to a remote server, Ray will display the output of ray calls that happen on your remote server. The output is transferred securely from to server to your local machine via SSH.

To get started, click the "Servers" icon on the top right of the Ray app

screenshot

On this screen you can define a server.

screenshot

When the server is defined, click the connect button.

screenshot

The output of any ray calls on the remote server will now be shown.

screenshot

Note: if you are connecting to a docker container in a remote server (see docker configuration), you may need to enable GatewayPorts yes in server's /etc/ssh/sshd_config configuration (remember to restart the sshd daemon in order to apply your changes).

On this page

Help us improve this page