Linux-based Installation

CST Studio Suite 2026 Installation Instructions in Ubuntu

Note: For the latest version of CST Studio Suite, check the CIC software repository
(http://swrepo.iitkgp.ac.in).
This guide explains the installation of CST Studio Suite 2026 on an Ubuntu/Linux system.

The CST Studio Suite license is configured through the institute license server.
The license server used in this installation guide is:
cststudio.iitkgp.ac.in.
Users should remain connected to the IIT Kharagpur network or the approved institute VPN while installing and running the software.

Prerequisites

  1. Use a 64-bit Ubuntu/Linux system.
  2. Ensure that you have administrator privilege on the system. The installation requires sudo access.
  3. Ensure sufficient free disk space. The Linux installer archive is around 9.7 GB and the extracted folder is around 10.5 GB.
  4. Ensure network connectivity to CIC software repository and the CST license server.
  5. Close other heavy applications before installation.

Download the CST Studio Linux Installer

  1. Open the CIC software repository from a browser: http://swrepo.iitkgp.ac.in.
  2. Go to the CST_Studio folder.

CIC software repository CST Studio folder

  1. Open the CST Studio 2026 folder.
  2. Download the Linux installer archive:


    CST_S2_2026.CST_S2_2026.SIMULIA_CST_Studio_Suite.Linux64.tar
  3. Do not download the Windows installer for Ubuntu installation.

CST Studio 2026 Linux installer archive

Extract the Installer Archive

  1. After the download is complete, open the downloaded archive from the Downloads folder.
  2. The archive will open in Ubuntu Archive Manager.
  3. Click Extract.

Open CST Studio Linux archive

  1. Select the destination folder where the installer should be extracted.
  2. In this guide, the installer is extracted inside the Downloads folder.
  3. Click Extract.

Extract CST Studio installer archive

Wait until the extraction process is completed. Since the installer archive is large, this may take several minutes.

Extraction progress of CST installer archive

After successful extraction, click Show the Files or manually open the extracted folder.

Extraction completed successfully

The extracted installer folder should contain files and folders such as:

  • Linux
  • install.sh
  • Linux_Installation_Guide.pdf
  • README.txt
  • verify_checksums.py

Extracted CST Studio installer folder

Start the CST Studio Installer

  1. Open a terminal in the extracted installer folder.
  2. If the folder is inside Downloads, go to the folder using a command similar to:
cd ~/Downloads/SIMULIA_CST_Studio_Suite.Linux64
  1. Start the installer with administrator privilege:
sudo ./install.sh
  1. Enter the system password when prompted.

Run CST installer using sudo install script

The installer will prepare the installation files and launch the graphical CST Studio Suite 2026 installer.

CST Studio Suite installer splash screen

Proceed Through the Graphical Installer

  1. On the Introduction page, click Next.

CST Studio installer introduction screen

The installer may show a configuration or loading screen. Wait for the next screen to appear.

CST installer configuration loading screen

Select Product Features

  1. On the Choose Product Features page, keep Full install selected.
  2. The selected components should include the graphical frontend, command line interface, DC Solver Server and DC Main Controller.
  3. Click Next.

Choose product features full install

Configure Licensing

  1. On the License mode page, select Flexnet-based licensing.
  2. Click Next.

Select Flexnet-based licensing

  1. Select Point to an existing CST license server system.
  2. Click Next.

Point to existing CST license server

  1. Enter the CST license server name:
cststudio.iitkgp.ac.in

If a port-based format is required, enter it in the following format:

27000@cststudio.iitkgp.ac.in
  1. Click Next.

Enter CST license server name

Installation Folder and Final Installation

  1. Continue through the remaining pages such as DC Settings, Service User, Choose Install Folder and Pre-Installation Summary.
  2. Keep the default settings unless your system administrator has provided different values.
  3. The default installation path used in this guide is:
/opt/cst/CST_Studio_Suite_2026
  1. Click Install and wait until the installation is completed.

CST Studio installation progress

After completion, the installer will show the installation path and the post-installation system check command. Click Done.

CST Studio installation complete screen

The terminal should show that the installation completed successfully.

Terminal showing successful CST installation

Run CST System Check

  1. After installation, run the CST system check command:
sudo /opt/cst/CST_Studio_Suite_2026/cst_system_check

Run CST system check command

  1. The CST system check menu will appear.
  2. Select option 1 to check and install required libraries and tools.

CST system check menu

If any required libraries or tools are missing, the system check will display them. In this installation, missing components such as libxcb-cursor.so.0 and Xvfb were detected.

CST system check missing dependencies

  1. When prompted, type y to allow the script to install the required dependencies.

Allow CST system check to install dependencies

The script will install the missing packages through the package manager. Wait until the installation is completed.

Installing CST required dependencies

Launch CST Studio Suite 2026

  1. Open the Ubuntu application launcher.
  2. Search for CST.
  3. Select CST Studio Suite 2026.

Launch CST Studio Suite from Ubuntu application menu

CST Studio Suite 2026 will start and show the splash screen while loading the modules.

CST Studio Suite 2026 splash screen

On first launch, an Education Version dialog may appear. This indicates that the software is licensed for non-commercial educational use. Click OK.

CST education version dialog

The software may ask whether to open the Quick Introduction Video or Getting Started videos. Select Yes or No as preferred.

CST quick introduction video prompt

After the first-launch dialogs are closed, the main CST Studio Suite interface should open successfully.

CST Studio Suite main interface

Quick Command Summary

# Go to the extracted installer folder
cd ~/Downloads/SIMULIA_CST_Studio_Suite.Linux64

# Start the installer
sudo ./install.sh

# Run post-installation system check
sudo /opt/cst/CST_Studio_Suite_2026/cst_system_check

Troubleshooting Notes

Installer Does Not Start

If the installer does not start, ensure that the installation script has execute permission:

chmod +x install.sh
sudo ./install.sh

Unsupported Linux Distribution Warning

If the installer displays an unsupported Linux distribution warning, continue only if the graphical installer opens properly.
After installation, run the CST system check to verify and install the missing requirements.

sudo /opt/cst/CST_Studio_Suite_2026/cst_system_check

Missing Libraries or Tools

If the system check reports missing libraries or tools, type y when prompted so that the installer can install the required dependencies.

License Server Cannot Be Reached

If CST reports that the license cannot be obtained, check the following:

  • Ensure that the system is connected to IIT Kharagpur network or approved VPN.
  • Ensure that the license server is entered correctly as cststudio.iitkgp.ac.in.
  • If a port is provided, enter it as 27000@cststudio.iitkgp.ac.in.
  • Confirm DNS and network reachability with the system/network administrator if the license server cannot be reached.

First Launch Dialogs

The Education Version dialog and Quick Introduction Video prompt are normal during first launch.
Click OK on the education license message and choose Yes or No for the video prompt according to preference.

Installation Completion Checklist

  • The Linux installer archive was downloaded from CIC software repository.
  • The installer archive was extracted successfully.
  • The installer was launched using sudo ./install.sh.
  • Full install was selected.
  • Flexnet-based licensing was selected.
  • The CST license server was entered correctly.
  • CST Studio Suite was installed under /opt/cst/CST_Studio_Suite_2026.
  • The CST system check was run successfully.
  • Missing dependencies were installed, if any.
  • CST Studio Suite 2026 opens from the Ubuntu application launcher.
  • The CST Studio main window opens successfully.

Installation completed.