Install DSE OpsCenter as a Debian package

You can install DSE OpsCenter 6.8 using APT repositories on supported Debian and Ubuntu distributions.

Prepare the infrastructure

Install OpsCenter on a separate machine from your intended DataStax Enterprise (DSE) nodes. The OpsCenter machine must meet the following requirements:

  • At least 2 CPU cores.

  • At least 2 GB of RAM available to OpsCenter.

  • The latest build of a TCK/JCK-certified Java 8 runtime, such as OpenJDK 8 or Oracle Java SE JDK/JRE 8.

    Both runtimes are supported but DataStax does more extensive testing on OpenJDK 8 due to the end of public updates for the Oracle Java 8 JRE/JDK.

    Other Java versions aren’t supported by OpsCenter.

  • A recent version of a major web browser, except Microsoft Edge and Internet Explorer, which aren’t supported by OpsCenter.

  • APT package manager.

Install OpsCenter 6.8

  1. Find the latest release of OpsCenter 6.8 on IBM Fix Central:

    1. Go to Fix Central.

    2. In the Product selector field, begin typing IBM DataStax OpsCenter, and then select that option from the menu.

    3. In the Release field, select the version that you want to install.

    4. Click Continue.

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

    6. On the Select fixes page, select the fix pack (OpsCenter version) you want to install, and then click Continue.

      Depending on the product and version, more fix packs might be available if you set the Platform filter to All, and then click Submit.

    7. If prompted, sign in with your IBMid.

      An IBMid account with MFA enabled is required. If you don’t have one, create an IBMid account. If your organization uses Enterprise Federation (EF) for authentication with corporate credentials, see the IBMid EF documentation.

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

    9. Review the terms and conditions, and then click I agree to activate the download links.

  2. Click the 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 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 OpsCenter:

    sudo apt-get install opscenter

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

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

  10. Start OpsCenter:

    sudo service opscenterd start

    OpsCenter Debian and Ubuntu packages run as a service from root. The service initialization script is located at /etc/init.d.

    If the OpsCenter machine reboots, OpsCenter restarts automatically. To disable automatic restart, run the following command:

    sudo update-rc.d opscenterd disable
  11. Connect to OpsCenter in a web browser at http://opscenter-host:8888/.

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