remi documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Remote servers

Remote servers are applications that run on a remote computer and can be accessed from your local browser thanks to remi.

Two such servers are supported right now:

Other could be quite easily added in the future if needed.

Please, note that the connection can take a few seconds before working. Do not hesitate to refresh your browser once the page opens.

SSH Tunnel

remi ssh-tunnel [(-p | --port) PORT] [(-h | --hostname) HOSTNAME]
Start a SSH tunnel between your local machine and hostname on the port port.

Options:

  • -p | --port: The port (local and remote) for the tunnel.
    Default: 9090 (the tensorboard port)
  • -h | --hostname: The hostname of an Inria computer.
    Default: The value of pc_name in the config file.