Install DataStax Studio

DataStax Studio is an interactive developer tool for Cassandra Query Language (CQL), Spark SQL, and DSE Graph.

Prerequisites

DataStax Studio 6.8 requires the following:

  • An IBMid account with MFA enabled to download DataStax Studio:

    • 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.

  • OpenJDK 8 or Oracle Java 8 version 1.8.0_151 or later. JDK 11 is recommended.

  • Astra DB or a supported version of DataStax Enterprise (DSE). For compatibility details, see Supported platforms for DataStax Studio.

  • A supported web browser.

    DataStax Studio is tested on the following platforms (64-bit) with the latest versions of the specified web browsers at the time of the most recent DataStax Studio release:

    • macOS 10.11, 10.12, 10.13: Safari, Chrome, Firefox

    • Microsoft Windows 7, 10: Chrome, Firefox

    • Ubuntu 14.04 LTS, 16.04 LTS: Chrome, Firefox

    • CentOS 7: Chrome, Firefox

    • CentOS 6.8: Firefox

    Internet Explorer, Microsoft Edge, and all other browsers, platforms, and versions are either not supported or not tested. They might not be fully compatible.

Prepare to upgrade DataStax Studio (optional)

If you are upgrading to DataStax Studio 6.8, back up the user data directory (~/.datastax_studio) before you install a new version.

When you start DataStax Studio after an upgrade, all of your existing notebooks are upgraded to the new version. Notebooks aren’t backward compatible after being upgraded.

Download DataStax Studio

  1. Sign in to Fix Central.

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

  3. Select the DataStax Studio version you want to install from the Select from IBM DataStax Studio list.

  4. Select the fix pack (DataStax Studio version) you want to install, and then click Continue.

  5. 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.

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

  7. Click the applicable link to download the DataStax Studio tarball or ZIP file for your operating system.

Install and run DataStax Studio on Linux or macOS

  1. Extract the DataStax Studio archive:

    tar -xzf datastax-studio-VERSION.tar.gz

    Replace VERSION with the version number of the tarball you downloaded, such as 6.8.0.

  2. Change to the DataStax Studio installation directory:

    cd installation_location/datastax-studio-VERSION
  3. Run the DataStax Studio Server shell script:

    ./bin/server.sh

    Alternatively, to start DataStax Studio in the background, run the following command:

    ./bin/server.sh &

    When the server starts, the URL is printed in the terminal:

    Studio is now running at: http://127.0.0.1:9091

    The URL depends on your cluster configuration. For example, for DSE running on localhost, the URL is localhost:port. For remote clusters, the URL uses the hostname or IP address of the remote machine.

  4. In a web browser, navigate to the URL where DataStax Studio is running to access the DataStax Studio UI.

    studio launched

Install and run DataStax Studio on Windows

  1. Extract the DataStax Studio archive:

    1. In File Explorer, locate your DataStax Studio archive, such as ~\datastax-studio-VERSION.zip where VERSION is the version number you downloaded.

    2. Right-click the ZIP file, and then select Extract All…​.

  2. Change to the DataStax Studio installation directory:

    C:/> cd installation_location\datastax-studio-VERSION\bin\
  3. Run the DataStax Studio Server shell script:

    C:/> server.bat

    When the server starts, the URL is printed in the terminal:

    Studio is now running at: http://127.0.0.1:9091

    The URL depends on your cluster configuration. For example, for DSE running on localhost, the URL is localhost:port. For remote clusters, the URL uses the hostname or IP address of the remote machine.

  4. In a web browser, navigate to the URL where DataStax Studio is running to access the DataStax Studio UI.

    studio launched

Stop and restart DataStax Studio

To stop DataStax Studio on Linux or macOS, run pkill -f studio.

To stop DataStax Studio on Windows, press Control+C in your terminal to end the running process.

To restart DataStax Studio, navigate to the DataStax Studio installation directory, and then rerun the server script, as described in Install and run DataStax Studio on Linux or macOS and Install and run DataStax Studio on Windows.

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