Setting up GrabCAD Analyze – Installation

This is the installation guide for GrabCAD Analyze, a powerful tool offering real-time analytics and alerts for your Stratasys 3D printers. GrabCAD Analyze provides various dashboards, each presenting data in unique formats. 

The installation of GrabCAD Analyze consists of two components which are installed separately: GrabCAD Analyze Agent and GrabCAD Analyze Server. The Agent monitors the printers and delivers the data to the Server, which stores the data and hosts the Analyze application. The Analyze app is accessed via a web browser and URL, but it's not a website. Instead, it's an application hosted locally by the Analyze Server, and you can only access it while on the local network.

Installing GrabCAD Analyze has three steps:

  1. Installing Analyze Agent 
  2. Installing Analyze Server and necessary prerequisite software 
  3. Post-installation steps and launching

Note: It is recommended to install both the Agent and the Server on one computer which meets the system requirements. However, you may also install them on separate machines. See the "Alternate method" section of the system requirements and, if applicable, the Linux method below.

GrabCAD Analyze Agent Installation 

  1. Log into GrabCAD Control and go to the Configure Analyze page. (You must be a company admin to access GrabCAD Control.) 
  2. Download the Analyze Agent Installer, and if necessary, transfer the file to the computer where you will install it. 

  3. Run and complete the installation of "GrabCADAnalyzeAgentInstaller.exe". 

  4. Note down the IP address displayed in the completion screen (example above). You will need the Agent IP address along with port 5010, later in the Analyze Server, to connect your printers.

Upon completion, you can launch the Windows Task Manager with Ctrl+Alt+Del and ensure the “GrabCAD Analyze Agent Windows Service” is running. 

GrabCAD Analyze Server installation: 

GrabCAD Analyze Server is natively a Linux application. As such, the Windows installer deploys a virtual Linux machine with a disk image that includes the Analyze Server. Due to the nature of this installation method, some pre-requisite software is required to make sure everything functions smoothly and you will require Administrative privileges on the Windows computer. However, because this method allows you to install both Analyze Server and Analyze agent on the same computer, it is the recommended method of installing GrabCAD Analyze.

Alternately, you can choose to install the native Linux version of Analyze Server. The performance of the application will be the same as the Windows method, so this method is only recommended if you already have a Linux computer available which meets the "alternate method" of the system requirements.

Installing GrabCAD Analyze Server on a Windows machine: 

The following pre-requisites must be installed before installing the Analyze Server  

Vagrant by Hashicorp

Vagrant is required to run the installation scripts needed for GrabCAD Analyze. Download and install the AMD64 version of Vagrant for Windows from the following link: Vagrant Download 

Oracle VM VirtualBox

GrabCAD Analyze Server is a Linux-based application, and in order to run on Windows, a virtual Linux machine is required. The Windows installer for GrabCAD Analyze Sever will set things up in VirtualBox automatically, so all you need to do is download VirtualBox from the following link and install it: VirtualBox Download.  


After installing Vagrant and VirtualBox, you are ready to begin installing GrabCAD Analyze Server.

  1. Log into GrabCAD Control and go to the Configure Analyze page. (You must be a company admin to access GrabCAD Control.)
  2. Download the Analyze Server Installer, and if necessary, transfer the file to the computer where you will install it. 

  3. After downloading the .exe file, DO NOT DOUBLE-CLICK TO RUN THE FILE. Instead, please right-click on the installer and choose Run as administrator and follow the screens to complete the installation. This installation occurs in 2 stages. After agreeing to the EULA (end user license agreement), you will complete the first stage, and be prompted to click next.  

  4. Click next, which launches a new window, to install the remaining Analyze components. This step will take a few minutes.

  5. Before you close the window, copy the Analyze Server address from the screen as shown below. You will need it in the post-install steps.

Please continue following this guide in the following section: Post-Installation steps and launching

Alternate method — Installing GrabCAD Analyze Server on a Linux System: 

The following installation instructions are for installing Server on a Linux system directly, instead of on a Windows machine. If you already completed the Windows installation instructions above, please skip ahead to the next section: Post-Installation steps and launching.

The images below are of an Ubuntu Server terminal.  

  1. Type “ip link” in the command line to obtain the Linux system’s network interface name.  
    1. the interface name highlighted is yellow 

      A screenshot of a computer

Description automatically generated

  2. Type “ip address” in the command line to obtain the IP address associated with the network interface 

    A screenshot of a computer

Description automatically generated

  3. Next, you will need to transfer the installation file downloaded from the Configure Analyze page in GrabCAD Control to the Linux system. You can use either plain Secure Copy (SCP) from the command line or use an interactive application on your PC, like WinSCP (which you can download here).  Virtual machine management tools may also provide built-in file transfer tools. In this guide, we will use WinSCP:  
    1. Download the GrabCAD Analyze Installer from the Linux tab in GrabCAD Control. 

    2. Install WinSCP (it shouldn’t require admin rights). 
    3. When you launch it, you should see the screen below. Enter the AnalyzeServer IP address. Don’t change the port. 
    4. Enter your Linux systems username and password.  

    5. Click Yes in the following screen to host the SSH key locally.  
  4. Now that you have connected your PC to the Linux system, you will see your computer’s files on the left and the Linux server files on the right of the WinSCP application.  
    1. Find the GrabCAD Analyze Server Installer on your PC, and simply drag it to the Linux system.  
    2. After the file has been transferred, you will no longer need WinSCP or other SSH capabilities for this installation. However, if there is an upgrade, this process needs to be repeated. 
  5. Once the installer is copied to Linux system, you can begin the Analyze Server installation. In the Linux system and enter the following commands sequentially to begin and complete the installation. At any point, you can abort the installation by typing Ctrl+C.  
    1. This installation assumes the software has been copied to the /home/<username> directory.  
    2. Become the ‘root’ user for the install and move to the directory where the install bundle has been copied. Enter the following commands sequentially. You will be asked to enter the password after “bash” 

      $ sudo bash 

      # cd /tmp 

      # ls *.gz 

      GrabCADAnalyzeServerInstaller-<version>.gz 

    3. Unpack the software bundle. This will extract the tar.gz file. 

      # tar xvzmf GrabCADAnalyzeServerInstaller-<version>.gz 

    4. Install a prerequisite package ahead of time. 

      # sudo apt install net-tools  

    5. Enter the following commands to change the directory and run the install. The install.log file can be retrieved using WinSCP in case installer problems need to be diagnosed. 

      # cd msbundle 

      # sudo ./install.sh 2>&1 | tee install-$(date -u +'%Y-%m-%dT%H:%M:%SZ').log 

      PRESS ENTER TO CONTINUE WITH INSTALL; 

    6. Pressing ENTER will ask you to accept Stratasys License agreement. After pressing (y) you will be prompted with series of installation questions. 
    7. Select installation or upgrade:  
      1. For fresh installation select option 1) Install GrabCAD Analyze Server   
      2. If you are upgrading existing Analyze software, select option 2) Upgrade GrabCAD Analyze Server 

        1) Install GrabCAD Analyze Server 

        2) Upgrade GrabCAD Analyze Server 

        Enter installation package number [1]: 

    8. Next, the installer will report the network interface it will use. By default, it selects “eth0” or “enp0s3”. 
    9. After all the questions, an overview of settings is presented. Press “Enter” to start the actual installation. 
    10. The unpacking and installing of GrabCAD Analyze server will start and complete in about 8-10 minutes. If it takes longer than 15 minutes, please click Ctrl+C and start over.  
    11. After the installation is complete. Please restart the server.

      # sudo shutdown –r now 

The Analyze server is now installed.

Post-installation steps

Once the Analyze Agent and Analyze Server are successfully installed, you’re ready to launch the Analyze application.  

Add the Analyze Server address in GrabCAD Control: 

The IP address of the computer running the GrabCAD Analyze Server must be obtained. You will have noted it down after the completion of installation, or you can use the command prompt in Windows to find it. If the IP address of the Server computer is 192.168.123.456, the Analyze Server address would look like this: http://192.168.123.456:3000/login

After entering the address, click Launch Analyze and wait for the page to load. The first time launching Analyze may take a few minutes.

Set Analyze Server to start automatically after Windows restarts: 

It is recommended to keep the Analyze Server and Agent always running to ensure there is no loss of printer data in the Analyze dashboards. However, in the event of a Windows update, or scheduled restart, ensure that the virtual machine running Analyze Server starts automatically after the restart by following these steps: 

  1. Launch the Task Scheduler app on Windows. You can find it by searching Task Scheduler near the Start button.
  2. Navigate to Task Scheduler Library in the left panel.  
  3. In the left pane of the Task Scheduler window, expand the "Task Scheduler Library" folder. 

  4. Locate AnalyzeVMStartupTasks and double-click on "AnalyzeVMStartupTasks" to open its properties. 
  5. In the General tab, select the option "Run whether user is logged on or not." 
  6. Click "OK" to save the changes. 

You and all the users in your company can now go to login.grabcad.com, login and go to GrabCAD Analyze directly from the login screen, or from GrabCAD Control or GrabCAD Shop using the top navigation. All GrabCAD Control users in your company will have an administrator role in Analyze as well, everyone else will have an "editor" role.

You can now setup your Analyze application, add your printers, and explore dashboards as shown in this article.

Can't find what you need? Send us a message Send us a message