MSP Anywhere via WINE
From Newroco Tech Docs
Revision as of 07:22, 13 September 2017 by Andrei.magureanu (talk | contribs) (Created page with " == Description == MSP Anywhere is a Team-viewer like windows app that offers you control over a windows system. WINE is a windows emulator that allows installing and running...")
Description
MSP Anywhere is a Team-viewer like windows app that offers you control over a windows system. WINE is a windows emulator that allows installing and running of windows apps. This guide provides information about setting up and using of MSP Aniwhere with WINE.
Installation
Firstly we need to set up WINE if we haven't done this on a previous occasion.
1.Setting up 32 bit architecture
sudo dpkg --add-architecture i386 -> enable 32-bit arch
2.WINE Installation
Key setup:
wget -nc https://dl.winehq.org/wine-builds/Release.key sudo apt-key add Release.key
Installation:
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ sudo apt update sudo apt install wine-stable winehq-stable sudo apt install winetricks
Config:
export WINEARCH=win32 winecfg
3.Installing MSP Anywhere
download via official site:
https://www.solarwindsmsp.com/products/msp-anywhere/downloads
Install and run via WINE (it will operate automatically so all you need to do is to click it.)