Articles on: TradingView

How to Install TradingView on VPS


TradingView is a popular online platform that provides advanced charting tools, real-time market data, and social networking features for traders and investors. It allows users to analyze financial markets—such as stocks, forex, cryptocurrencies, commodities, and indices—using a wide range of customizable charts, technical indicators, and drawing tools. In addition to charting and analysis, TradingView has a vibrant community where traders share ideas, insights, and trading strategies.



To install TradingView app on Windows Server 2022, log onto your VPS and follow these step-by-step instructions:



  1. Download TradingView desktop application:


Go to the TradingView website at https://www.tradingview.com/desktop/ and download the TradingView installation file.


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


  1. Locate the Downloaded Files:


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




  1. Open PowerShell in Administrator Mode:


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




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



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



  1. Check Start Menu:


After the installation is complete, click the Start button, and you should find TradingView listed there.





Now, you should have TradingView successfully installed on your Windows Server 2022. You can launch it from the Start menu and start using the application for your trading needs. If you encounter any issues during the installation, please make sure that you have administrative privileges and that the paths to the downloaded files are accurate. For further help, please contact support team.


Updated on: 12/08/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!