Install DSE OpsCenter 6.8 from the Debian package

Install DSE OpsCenter 6.8 using APT repositories on Debian or Ubuntu distributions.

For a complete list of supported platforms, see DSE OpsCenter Supported Platforms.

The DSE OpsCenter Debian and Ubuntu packaged releases runs as a service from root. The service initialization script is located in /etc/init.d.

If the DSE OpsCenter machine reboots, DSE OpsCenter restarts automatically. To disable restart upon reboot:

sudo update-rc.d opscenterd disable

Prerequisites

Minimum hardware requirements for the machine on which DSE OpsCenter runs:

  • 2 CPU cores

  • 2 GB of RAM available to DSE OpsCenter

Permission and software requirements:

  • An IBMid with MFA enabled.

    • If you are an existing IBM customer with an IBMid, you can continue to use your established account.

    • If you don’t have an IBMid, you can create one.

    • If your company uses Enterprise Federation (EF) for authentication with corporate credentials, see the EF documentation.

  • APT Package Manager is installed.

  • Latest build of a TCK (Technology Compatibility Kit) Certified OpenJDK version 8 or Oracle Java SE Runtime Environment 8 (JRE or JDK). Earlier or later versions are not supported.

    Although Oracle JRE/JDK 8 is supported, DataStax does more extensive testing on OpenJDK 8. This change is due to the end of public updates for Oracle JRE/JDK 8.

  • Use DSE OpsCenter Lifecycle Manager to automatically manage Java and JCE installs for DSE clusters.

  • DataStax recommends using a recent version of one of the major web browsers. DSE OpsCenter does not support Internet Explorer or Microsoft Edge.

Install DSE OpsCenter 6.8 from the Debian package

  1. Download the DSE OpsCenter DEB packages from Fix Central:

    1. Sign in to Fix Central.

    2. In the Product selector field, enter IBM DataStax OpsCenter.

    3. Select the version you want to install from the Release list, and then click Continue.

    4. On the Identify fixes page, click Continue to use the default Browse for fixes option.

    5. Select the fix pack (DSE OpsCenter version) you want to install, and then click Continue.

    6. On the Download options page, select the Download using your browser (HTTPS), and then click Continue.

      This step is only required the first time you download a file using Fix Central. If you need to change your download method for subsequent downloads, use the Change download options link in the Download options section of Fix Central pages.

    7. Review the terms and conditions, and then click I agree.

  2. Click the DSE OpsCenter DEB package link to download the file, for example, opscenter-6.8.47-deb.zip.

  3. Extract the DEB files from the zip file:

    unzip opscenter-6.8.47-deb.zip

    You can use the package signing public key (deb-signing.pub.key) in the file to set up and verify the DEB packages.

  4. Set up a local APT repository to host the downloaded DSE OpsCenter Debian package.

    For more information, see Setting up a Debian repository.

  5. Add a DataStax repository file called /etc/apt/sources.list.d/datastax.sources.list:

    echo "deb file:REPOSITORY_DIRECTORY_PATH ./" | sudo tee -a /etc/apt/sources.list.d/datastax.sources.list

    Replace REPOSITORY_DIRECTORY_PATH with the path to the repository directory.

  6. Add the DataStax public key to your list of trusted keys:

    sudo apt-key add deb-signing.pub.key

    Each new release includes the most recent signing public key.

  7. Update the APT cache:

    sudo apt-get update
  8. Install DSE OpsCenter:

    sudo apt-get install opscenter
  9. Install the DSE OpsCenter package using the APT Package Manager:

    sudo apt-get update
    sudo apt-get install opscenter

    If you are installing an earlier version of DSE OpsCenter, add the supported version to the command:

    sudo apt-get install -y opscenter=6.8.VERSION_NUMBER
  10. The default configuration is suitable for most deployments. If necessary, you can configure DSE OpsCenter for your environment.

  11. Start DSE OpsCenter:

    sudo service opscenterd start
  12. Connect to DSE OpsCenter in a web browser at http://opscenter-host:8888/.

Next steps

Add an existing cluster or provision a new cluster in Lifecycle Manager.

Was this helpful?

Give Feedback

How can we improve the documentation?

© Copyright IBM Corporation 2026 | Privacy policy | Terms of use Manage Privacy Choices

Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Pulsar, Pulsar, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries. Kubernetes is the registered trademark of the Linux Foundation.

General Inquiries: Contact IBM