Hi,

do You want to know How to Install Metatrader on Ubuntu Remote Desktop?


this tutorial may help You

First You need linux computer with desktop interface, i used Ubuntu + LXDE (here: https://instantcpanelhosting.com/knowledgebase/21/MetaTrader-Forex-VPS-servers-from-9.html)

Once you have a server and a desktop, you can check whether is Wine installed and accessible from "start" menu. Linux "Wine" software is needed to run .exe (Windows) programs (Metatrader is a .exe Windows program).



So when you download your broker Metatrader. exe installator. And install Metatrader software, you may receive this error running it:


"A debugger has been found running in your system. Please, unload it from memory and restart your program."

What is needed is to install Wine version 1.3 minimum. (You probably have lower version)


To do it, go to your server command line (SSH) and type the command:


sudo add-apt-repository ppa:ubuntu-wine/ppa

it will add some repository where is Wine 1.3. Then do command:


sudo apt-get update

It will activate repository for installations. Then do command:


sudo apt-get install wine1.3

confirm by "y" and it should install Wine 1.3, after this i was able to run MetaTrader .Exe file without any error. And Metatrader worked without issues.