Skip to main content

How to Install TradingView on QuantVPS: Windows Server 2022

Follow this step-by-step guide to install TradingView on your QuantVPS by manually.

Support avatar
Written by Support
Updated this week


Step 1: Download the TradingView Installer

Visit the official TradingView desktop download page:

  • Click to download the TradingView.msix installation file.

  • Save it to your default Downloads folder unless prompted otherwise.

By default, the downloaded files should be located in your Downloads folder at C:\Users\Administrator\Downloads.

Step 2: Download Microsoft.VCLibs Dependency

TradingView requires a Visual C++ runtime package to run.


Step 3: Locate the Downloaded Files

Both files—TradingView.msix and Microsoft.VCLibs.x64.14.00.Desktop.appx—should now be located in the default downloads folder:

C:\Users\Administrator\Downloads


Step 4: Open PowerShell in Administrator Mode

To install these packages manually:

  1. Right-click on the Start button.

  2. Select Windows Terminal (Admin) or PowerShell (Admin) to open a command window with administrator privileges.

Right-click on the Start button and select Windows Terminal (Admin) to open PowerShell in administrator mode.


Step 5: Install the Microsoft.VCLibs Dependency

In the PowerShell window, paste the following command to install the VCLibs package:

Add-AppxPackage -Path C:\Users\Administrator\Downloads\Microsoft.VCLibs.x64.14.00.Desktop.appx

Press Enter and wait for the installation to complete.


Step 6: Install the TradingView Application

Now install the TradingView desktop app by entering the following command:

Add-AppxPackage -Path C:\Users\Administrator\Downloads\TradingView.msix

Press Enter and allow the installation to finish.


Step 7: Verify the Installation

Once both packages are installed:

  • Click the Start menu.

  • Look for TradingView in your application list.

  • Launch the app to confirm it opens correctly.


Did this answer your question?