View a markdown version of this page

Set up your workstation - AWS Deadline Cloud

Set up your workstation

Set up a workstation so that you can submit jobs to AWS Deadline Cloud from your digital content creation (DCC) application. A Deadline Cloud submitter is a DCC plugin. You use it to submit jobs from a third-party DCC interface that you're familiar with. You can follow these steps yourself, or an administrator can install the software in advance. You sign in with your own user account.

Before you begin, you need the following:

  • The monitor URL for your farm, which looks like https://MY-MONITOR.REGION.deadlinecloud.amazonaws.com/. Your administrator shares it with you. If you're the administrator, see Share the Deadline Cloud monitor URL.

  • A user that can sign in to the monitor. If your organization uses single sign-on, sign in with your existing company account. If your administrator creates a user for you in AWS IAM Identity Center, accept the emailed invitation first. If you're the administrator, see Managing users in Deadline Cloud.

  • The DCC installed on the workstation. For example, if you want to download the Deadline Cloud submitter for Blender, you need to have Blender already installed on your workstation.

Complete this process on every workstation that you use to submit renders.

Step 1: Install the Deadline Cloud submitter

Download the submitter installer for your operating system:

With the installer, you can install the following submitters:

Software Supported versions Windows installer Linux installer MacOS (arm64) installer
Adobe After Effects 2024 - 2026 Included Not included Included
Autodesk 3ds Max 2024 - 2027 Included Not included Not included
Autodesk Arnold for Cinema 4D 4.8.4.1 Included Not included Included
Autodesk Arnold for Maya 7.1 - 7.4 Included Included Included
Autodesk Maya 2023 - 2026 Included Included Included
Autodesk VRED 2025 - 2026 Included Not included Not included
Blender 3.6 - 5.1 Included Included Included
Chaos V-Ray for Maya 6 - 7 Included Included Included
Foundry Nuke 15 - 17 Included Included Included
KeyShot Studio 2023 - 2025 Included Not included Included
Maxon Cinema 4D 2024 - 2026 Included Not included Included
Maxon Redshift for Maya 2025-2026 Included Included Included
SideFX Houdini 19.5 - 21.0 Included Included Included

The standard installer doesn't include the Unreal Engine submitter, which has a separate setup process. For installation instructions, see the Unreal Engine Submitter Setup Guide on the GitHub website.

Windows
  1. In a file browser, navigate to the folder where the installer downloaded, and then select DeadlineCloudSubmitter-windows-x64-installer.exe.

    1. If a Windows protected your PC pop-up displays, choose More info.

    2. Choose Run anyway.

  2. After the AWS Deadline Cloud Submitter Setup Wizard opens, choose Next.

  3. Choose the installation scope by completing one of the following steps:

    • To install for only the current user, choose User.

    • To install for all users, choose System.

      If you choose System, you must exit the installer and re-run it as an administrator by completing the following steps:

      1. Right-click on DeadlineCloudSubmitter-windows-x64-installer.exe, and then choose Run as administrator.

      2. Enter your administrator credentials, and then choose Yes.

      3. Choose System for the installation scope.

  4. After selecting the installation scope, choose Next.

  5. Choose Next again to accept the installation directory.

  6. Select Integrated submitter for Nuke, or whichever submitter you want to install.

  7. Choose Next.

  8. Review the installation, and choose Next.

  9. Choose Next again, and then choose Finish.

Linux
Note

The Deadline Cloud integrated Nuke installer for Linux and Deadline Cloud monitor can only be installed on Linux distributions with at least GLIBC 2.31.

  1. Open a terminal window.

  2. To do a system install of the installer, enter the command sudo -i and press Enter to become root.

  3. Navigate to the location where you downloaded the installer.

    For example, cd /home/USER/Downloads.

  4. To make the installer executable, enter chmod +x DeadlineCloudSubmitter-linux-x64-installer.run.

  5. To run the Deadline Cloud submitter installer, enter ./DeadlineCloudSubmitter-linux-x64-installer.run.

  6. When the installer opens, follow the prompts on your screen to complete the Setup Wizard.

macOS (arm64)
  1. In a file browser, navigate to the folder where the installer downloaded, and then select the file.

  2. After the AWS Deadline Cloud Submitter Setup Wizard opens, choose Next.

  3. Choose Next again to accept the installation directory.

  4. Select Integrated submitter for Maya, or whichever submitter you want to install.

  5. Choose Next.

  6. Review the installation, and choose Next.

  7. Choose Next again, and then choose Finish.

Step 2: Install and set up Deadline Cloud monitor

You can install the Deadline Cloud monitor desktop application with Windows, Linux, or macOS.

Windows
  1. Download the Deadline Cloud monitor installer for Windows:

    Download Deadline Cloud monitor for Windows

  2. Run the downloaded installer and follow the prompts to complete the installation.

To perform a silent install, use the following command:

DeadlineCloudMonitor_x64-setup.exe /S

By default the monitor is installed in C:\Users{username}\AppData\Local\DeadlineCloudMonitor. To change the installation directory, use this command instead:

DeadlineCloudMonitor_x64-setup.exe /S /D={InstallDirectory}
Linux (AppImage)
To install Deadline Cloud monitor AppImage on Debian distros
  1. Download the Deadline Cloud monitor AppImage:

    Download Deadline Cloud monitor (AppImage)

  2. Note

    This step is for Ubuntu 22 and up. For other versions of Ubuntu, skip this step.

    To install libfuse2, enter:

    sudo apt update sudo apt install libfuse2
  3. To make the AppImage executable, enter:

    chmod a+x deadline-cloud-monitor_amd64.AppImage
Linux (Debian)
To install Deadline Cloud monitor Debian package on Debian distros
  1. Download the Deadline Cloud monitor Debian package:

    Download Deadline Cloud monitor (.deb)

  2. Note

    This step is for Ubuntu 22 and up. For other versions of Ubuntu, skip this step.

    To install libssl1.1, enter:

    wget https://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb sudo apt install ./libssl1.1_1.1.1f-1ubuntu2_amd64.deb
  3. To install the Deadline Cloud monitor Debian package, enter:

    sudo apt update sudo apt install ./deadline-cloud-monitor_amd64.deb
  4. If the install fails on packages that have unmet dependencies, fix the broken packages and then run the following commands.

    sudo apt --fix-missing update sudo apt update sudo apt install -f
Linux (RPM)
To install Deadline Cloud monitor RPM on Rocky Linux 9 or Alma Linux 9
Note

Rocky Linux 9 and Alma Linux 9 use OpenSSL 3.0 by default and don't include the libssl.so.1.1 library. You must install the compat-openssl11 package for Deadline Cloud monitor to run.

  1. Download the Deadline Cloud monitor RPM:

    Download Deadline Cloud monitor (.rpm)

  2. Add the extra packages for the Enterprise Linux 9 repository:

    sudo dnf install epel-release
  3. Install compat-openssl11 for the libssl.so.1.1 dependency:

    sudo dnf install compat-openssl11 deadline-cloud-monitor.x86_64.rpm
To install Deadline Cloud monitor RPM on Red Hat Linux 9
Note

Red Hat Linux 9 uses OpenSSL 3.0 by default and doesn't include the libssl.so.1.1 library. You must install the compat-openssl11 package for Deadline Cloud monitor to run.

  1. Download the Deadline Cloud monitor RPM:

    Download Deadline Cloud monitor (.rpm)

  2. Enable the CodeReady Linux Builder repository:

    subscription-manager repos --enable codeready-builder-for-rhel-9-x86_64-rpms
  3. Install the extra packages for Enterprise RPM:

    sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
  4. Install compat-openssl11 for the libssl.so.1.1 dependency:

    sudo dnf install compat-openssl11 deadline-cloud-monitor.x86_64.rpm
To install Deadline Cloud monitor RPM on Rocky Linux 8, Alma Linux 8, or Red Hat Linux 8
  1. Download the Deadline Cloud monitor RPM:

    Download Deadline Cloud monitor (.rpm)

  2. Install the Deadline Cloud monitor:

    sudo dnf install deadline-cloud-monitor.x86_64.rpm
macOS (arm64)
  1. Download the Deadline Cloud monitor installer for macOS:

    Download Deadline Cloud monitor for macOS (arm64)

  2. Open the downloaded file. When the window displays, select and drag the Deadline Cloud monitor icon into the Applications folder.

After you complete the download, you can verify the authenticity of the downloaded software. You might want to do this to ensure no one has tampered with the files during or after the download process. See Verify the authenticity of downloaded software.

After downloading Deadline Cloud monitor, use the following procedure to set up the Deadline Cloud monitor.

To set up Deadline Cloud monitor
  1. Open Deadline Cloud monitor.

  2. When prompted to create a new profile, complete the following steps.

    1. Enter your monitor URL into the URL input, which looks like https://MY-MONITOR.REGION.deadlinecloud.amazonaws.com/

    2. Enter a Profile name.

    3. Choose Create Profile.

      Your profile is created and your credentials are now shared with any software that uses the profile name that you created.

  3. After you create the Deadline Cloud monitor profile, you can't change the profile name or the studio URL. If you need to make changes, do the following instead:

    1. Delete the profile. In the left navigation pane, choose Deadline Cloud monitor > Settings > Delete.

    2. Create a new profile with the changes that you want.

  4. From the left navigation pane, use the >Deadline Cloud monitor option to do the following:

    • Change the Deadline Cloud monitor profile to log in to a different monitor.

    • Enable Autologin so you don't have to enter your monitor URL on subsequent opens of Deadline Cloud monitor.

  5. Close the Deadline Cloud monitor window. It continues to run in the background and enable other Deadline Cloud tools to access your render farm.

  6. For each digital content creation (DCC) application that you plan to use for your rendering projects, complete the following steps:

    1. From your Deadline Cloud submitter, open the Deadline Cloud workstation configuration.

    2. In the workstation configuration, select the profile that you created in the Deadline Cloud monitor. Your Deadline Cloud credentials are now shared with this DCC and your tools should work as expected.

Step 3: Launch the Deadline Cloud submitter

The steps to load and launch the submitter are unique to each DCC. For the instructions for your DCC, see Supported Software.

If you want a free DCC to test your setup with, Blender is a good choice. See the Blender Installation instructions.

After you submit a job from your DCC, your Deadline Cloud farm receives it and a compatible fleet processes it. To verify your setup, open the monitor and confirm that your job appears and completes. For information on how to view job progress in the monitor, see Using the Monitor.