Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.arct.cloud/llms.txt

Use this file to discover all available pages before exploring further.

Generate an SSH Key

ssh-keygen -t ed25519 -C "your-email@example.com"
Press Enter for the default location. Optionally set a passphrase.View your public key:
cat ~/.ssh/id_ed25519.pub

Add a Key to Your Account

  1. Go to Settings > SSH Keys
  2. Click Add SSH Key
  3. Enter a name and paste your public key
  4. Click Add SSH Key
Saved keys can be selected when deploying a server.

Remove a Key

  1. Go to Settings > SSH Keys
  2. Click the delete icon next to the key
  3. Confirm deletion
Removing a key from your account does not remove it from servers that already have it installed.