How to Install TradingView on VPS
To install TradingView app on Windows Server 2022, log onto your VPS and follow these step-by-step instructions:
- Download TradingView desktop application:
Go to the TradingView website at https://www.tradingview.com/desktop/ and download the TradingView installation file.
- Download Microsoft.VCLibs.x64.14.00.Desktop.appx:
Download the Microsoft.VCLibs.x64.14.00.Desktop.appx file from https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx.
- Locate the Downloaded Files:
By default, the downloaded files should be located in your Downloads folder at C:\Users\Administrator\Downloads.
- Open PowerShell in Administrator Mode:
Right-click on the Start button and select Windows Terminal (Admin) to open PowerShell in administrator mode.
- Install Microsoft.VCLibs:
Copy the following command and paste it directly into the PowerShell window, and click Enter:
Add-AppxPackage -path C:\Users\Administrator\Downloads\Microsoft.VCLibs.x64.14.00.Desktop.appx
- Install TradingView:
Next, copy the following command and paste it into the PowerShell window, and click Enter:
Add-AppxPackage -path C:\Users\Administrator\Downloads\TradingView.msix
- Check Start Menu:
After the installation is complete, click the Start button, and you should find TradingView listed there.
Updated on: 12/08/2025
Thank you!