Skip to content

Latest commit

 

History

History
80 lines (38 loc) · 2.51 KB

Migrating-Cloudbox.md

File metadata and controls

80 lines (38 loc) · 2.51 KB

This guide will outline some basic steps to copy/move your Cloudbox setup to another server and/or another domain name.

Listed below are some scenarios and steps to follow for them.

Move Cloudbox to Another Server and Keep the Same Domain Name

  1. Create a backup of your Cloudbox server.

  2. Restore Cloudbox to the new server (skip step #7).

    • Note: Next steps are done on the new server.
  3. Point the DNS to your new server.

  4. Run the Cloudbox [[Installer| First Time Install: Installing Cloudbox]].

  5. Misc Tips:

    • Update Plex Autoscan URL in Sonarr and Radarr (if the Plex Autoscan URL had the IP address in it).

Move Cloudbox to Another Server and Change the Domain Name

  1. Create a backup of your current Cloudbox server.

  2. [[Revoke|Revoking SSL Certificates]] your domain's SSL certificates.[1]

  3. Restore Cloudbox to the new server (skip step #7).

    • Note: Next steps are done on the new server.
  4. Register your new domain name (if you haven't already) and point the DNS to your new server.

  5. Edit the [[settings.yml|First Time Install: Configuring Settings]] file, and type in your new domain name.

  6. Delete the previous SSL certificate files:

    rm -rf /opt/nginx-proxy
    
  7. Run the Cloudbox [[Installer| First Time Install: Installing Cloudbox]].

  8. Misc Tips:

    • Update Plex Autoscan URL in Sonarr and Radarr.

Keep Cloudbox on the Same Server but Change the Domain Name

  1. Create a backup of your current Cloudbox server (Optional, but recommended).

  2. [[Revoke|Revoking SSL Certificates]] your domain's SSL certificates.[1]

  3. Register your new domain name (if you haven't already) and point the DNS to your server.

  4. Edit the [[settings.yml|First Time Install: Configuring Settings]] file, and type in your new domain name.

  5. Delete the previous SSL certificate files:

    rm -rf /opt/nginx-proxy
    
  6. Run the Cloudbox [[Installer| First Time Install: Installing Cloudbox]].

  7. Misc Tips:

    • Update Plex Autoscan URL in Sonarr and Radarr (if the Plex Autoscan URL had the IP address in it).

1 This will free up the domain name from Let’s Encrypt and you will be able to use it in the future without having to wait for the previous certificates to expire (~90 days).