Skip to content

Using SinaraML on remote VM

Maksim Buslovaev edited this page Feb 12, 2025 · 1 revision

Remote Virtual Machine

You can configure SinaraML server on a remote VM from any cloud provider including Yandex Cloud, Microsoft Azure or AWS. To install Sinara server you shold be able to connect to the VM via ssh.

After you connected to the VM via ssh you can use same steps as described in Getting started with SinaraML or Getting started with SinaraML CV

You should have access to the VM with your browser to access via http or https to the running server.

Create and start SinaraML server as usual in remote terminal

sinara server create
sinara server start

CLI will guess the public IP of your VM and print a link where jupyter UI should be accessible. If it is not accessible - try to use another IP addresses of your VM, as stated in the 'Setting Started' tutorials.

It's very important to use Sinara Server only with security token which is shown after server start - it will prevent anonymous public access to your running server.

Clone this wiki locally