Skip to main content

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.

Step 1: Select Recipe

  1. Sign in to the Dispersed Console
  2. Go to Run in the sidebar
  3. In the Recipe section, select a Job Recipe or customize your own job recipe
  4. In the GPU section, choose Any compatible GPU

Step 2: Fill in Inputs

In the configuration modal, provide the required inputs:
InputDescriptionExample
SSH Public KeyYour SSH public keyssh-ed25519 AAAA... user@host
Allowed IPsIP addresses allowed to connect0.0.0.0/0 (any)

Step 3: Submit

Click Submit Job. You’ll be redirected to the Job Detail page.

Step 4: Wait for Node Assignment

After submitting, your Job goes through these stages:
StatusDescription
PENDINGThe network is searching for a Node with your specs
ASSIGNEDA Node has been selected and is preparing your container
RUNNINGYour container is running and ready for connections
Once a Node is assigned, a Job Run is automatically created. This may take a few seconds to a few minutes depending on network availability.
Image

Step 5: Get Connection

When your Job shows RUNNING:
  1. On the Job Detail page, find the Job Runs section
  2. Click on the Job Run to open the Job Run Detail page
  3. The connection information appears under Node URLs
You’ll see the hostname and port needed for SSH access.
Image

Step 6: Connect

Use the connection info from the Job Run Detail page:
ssh -i ~/.ssh/dispersed -p <port> duser@<hostname>
Image
The Job Run page updates automatically as status changes. Refresh if needed to see the latest connection information.