Documentation Index
Fetch the complete documentation index at: https://otoyinc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Ubuntu with SSH
This requires an SSH key pair (public and private keys). If you don’t have SSH keys yet, you can easily generate a dedicated key pair for Dispersed. For Windows-based system under versions 10 and 11, use the built-in OpenSSH client via PowerShell or Command Prompt. The command below uses the recommended Ed25519 algorithm:~/.ssh/dispersed.pub. To view your public key:
- Open File Explorer and navigate to your
.sshfolder (typicallyC:\Users\YourName\.ssh). - Right-click the
.pubfile. - Select Open with > Choose another app.
- Select Notepad to avoid formatted text that may add hidden characters or page breaks that will cause your key to break
Quick Start Steps
- Sign in to the Dispersed Console
- Navigate to Run in the sidebar
- In the Recipe section select the
ubuntu:24.04Job Recipe which is recommended for this quick start - In the GPU section, choose the gpu that fits your budget and needs
- In the configuration modal, provide the required inputs:
Input Description Example SSH Public Key Your SSH public key ssh-ed25519 AAAA... user@hostAllowed IPs IP addresses allowed to connect 0.0.0.0/0(any) - Click
Submit. You’ll be redirected to theJob Detailpage and you’ll need to wait for Node Assignment as your job goes through the stages below. Once a Node is assigned, aJob Runis automatically created. This may take a few seconds to a few minutes depending on network availability.Status Description PENDING The network is searching for a Node with your specs ASSIGNED A Node has been selected and is preparing your container RUNNING Your container is running and ready for connections - When your Job shows RUNNING, find the Job Runs section and click on the Job Run to open the Get the connection information through the Job Run Detail page. The connection information should appear under Node URLs. Note down the
hostnameandportneeded for SSH access. - Use the connection information from step 7 to connect to Dispersed:

Stopping Your Job
Ensure to avoid continued billing by stopping your job when finished.- Navigate to Jobs in the Console
- Click on your Job to view details
- Click Stop (for running jobs) or Cancel (for pending jobs)
Troubleshooting
| Issue | Solution |
|---|---|
| Connection refused | Wait for Job Run status to be RUNNING, verify allowed_ips |
| Permission denied (publickey) | Verify SSH key matches what you submitted |
| Job stuck in PENDING | No Nodes available with required specs — try again later |
| No Job Run appears | Wait for a Node to be assigned — Job Run is created on assignment |