Skip to content

Install: Cloudbox (Master branch)

Chaz Larson edited this page Jan 20, 2021 · 1 revision

This will install the rest of Cloudbox.

NOTE: You should NOT be logged into your server as root at this point. You should be logged in as the user you created/specified in the preinstall.

  1. Go into the Cloudbox folder:

    cd ~/cloudbox
  2. To start the install, run the following command:

    sudo ansible-playbook cloudbox.yml --tags cloudbox

    NOTE: Pay attention to the output of this tag, it may require you to run it more than once in some cases, for example if settings have changed.

  3. If you did not enter your Plex credentials in accounts.yml ...
    1. When asked for a Plex Claim Token (not the same as a Plex login token - a Plex Claim Token starts with CLAIM_), go to https://plex.tv/claim, login to your Plex account if required, copy the claim token, and paste it at the prompt.

      Note 1: You may not see the claim token after pasting it. If that occurs, assume it pasted OK and press enter to continue.

      Note 2: If you make a mistake here, see here.

      Plex Claim Token Prompt 1

      Plex Claim Token

      Plex Claim Token Prompt 2

    2. The next task on the screen will show you what claim token was submitted (in lowercase) and it will continue with the rest of the Cloudbox install.

      Plex Claim Token Shown

    Note: After install, if you do not see your Plex server after logging in, then Plex claim token was likely entered-in incorrectly. To fix this, see here.

  1. Reboot after install completes (this is especially important for new installs):

    sudo reboot
  2. After the reboot, the containers should start up and all apps should be available at their subdomains. THIS CAN TAKE SOME TIME, particularly on first install, since certificates need to be retrieved for all the subdomains. Give it a few minutes. If, after 10 minutes, you still can't connect to the applications, log in and verify that the containers are running:

    docker ps

    That should show you a list of all the containers with status. If the list is empty, run the install tag above again. Chances are it terminated early with a message of some sort.

Basics

  1. Introduction
  2. Cloudbox Install Types
  3. Cloudbox Paths
  4. Accessing Cloudbox Apps

Prerequisites

  1. Overview
  2. Presumptions
  3. Server
  4. Domain Name
  5. Cloudflare
  6. Cloud Storage
  7. Plex / Emby - Account
  8. Usenet vs. BitTorrent

Install Cloudbox

Cloudbox
  1. Overview
  2. Dependencies (Choose only one of these)
  3. Settings
  4. Preinstall (Choose only one of these)
  5. SSH
  6. Ansible Vault
  7. Rclone
  8. Cloudbox (Choose only one of these)
  9. Application Setup
    1. NZBGet
    2. ruTorrent
    3. NZBHydra2
    4. Jackett
    5. Plex Media Server
    6. Plex Autoscan
    7. Sonarr
    8. Radarr
    9. Lidarr
    10. PlexPy (Tautulli)
    11. Ombi
    12. Portainer
    13. Organizr
  10. Next Steps

Install Feederbox / Mediabox

Feederbox (do this first)
  1. Overview
  2. Dependencies
  3. Settings
  4. Preinstall
  5. SSH
  6. Ansible Vault
  7. Rclone
  8. Feederbox (Choose only one of these)
  9. Application Setup
    1. NZBGet
    2. ruTorrent
    3. NZBHydra2
    4. Jackett
    5. Sonarr
    6. Radarr
    7. Lidarr
    8. Portainer
    9. Organizr
  10. Next Steps

Mediabox
  1. Overview
  2. Dependencies
  3. Settings
  4. Preinstall
  5. SSH
  6. Ansible Vault
  7. Rclone
  8. Mediabox (Choose only one of these)
  9. Application Setup
    1. Feeder Mount
    2. Plex Media Server
    3. Plex Autoscan
    4. PlexPy (Tautulli)
    5. Ombi
  10. Next Steps

Recommended Reading

Backup and Restore

More Information

Advanced Configuration

Experimental

Extras

Misc

Community-Submitted

See Community Wiki.

Reference

Troubleshooting

Links

Clone this wiki locally