SSH into your Virtual Machine
To securely access your Virtual Machine on Qubrid AI platform & get full control, you’ll need to generate an SSH key pair & share your public key with us. Follow the instructions based on your operating system:Windows (Using PowerShell or Git Bash)
Open PowerShell or Git Bash
You can use either PowerShell (default Windows terminal) or Git Bash (if installed via Git for Windows)
Generate SSH Key
You can use either PowerShell (default Windows terminal) or Git Bash (if installed via Git for Windows)Expected Output
If asked to Enter passphrase
You may be asked to enter passphrase (empty for no passphrase) & to enter the same passphrase again
Press the Enter key twice to skip this step
Use
PuTTYgen (If you use PuTTY) to generate a key (ed25519 or RSA). Save the private key (.ppk) for PuTTY. Copy the public key text from PuTTYgen to the server / GitHub. Use Pageant (PuTTY agent) to load the .ppk so PuTTY can use it.Ubuntu or Linux (Debian-based, Fedora, Arch, etc.)
If asked to Enter passphrase
You may be asked to enter passphrase (empty for no passphrase) & to enter the same passphrase again
Press the Enter key twice to skip this step
MacOS
Open Terminal
Use Spotlight (
Cmd + Space), type Terminal, and select it. Alternatively, you can also use cmd + NIf asked to Enter passphrase
You may be asked to enter passphrase (empty for no passphrase) & to enter the same passphrase again
Press the Enter key twice to skip this step
Do not share your private key (
id_rsa). Only the public key (id_rsa.pub) is safe to share. If the .ssh directory does not exist, it will be created during the process.You may repeat this process to overwrite or specify a custom file name for a new key pair.
Access using Jupyter
While creating the instance, if you don’t want to access the VM via SSH, you can use your Jupyter Authentication Token and paste it during the launching of Instance.From Jupyter config (if token disabled or password set)
To find where configs are:Then open
jupyter_notebook_config.py and look for:Open WebUI
Open WebUI is an extensible, self-hosted AI interface that adapts to your workflow, all while operating entirely offline. No hassle, an UI Opens automatically & access your model from thereOpen WebUI
User-friendly AI Interface (Supports Ollama, OpenAI API & more)