Follow the steps below to install and set up MSMP on your linux system.
Debian Based:
sudo apt-get install git
Fedora Based:
sudo dnf install git
Arch Linux Based:
sudo pacman -S git
Gentoo Based:
sudo emerge dev-vcs/git
Once Git is installed, clone the MSMP repository by running the following command:
Change into the newly created MSMP directory:
cd MSMP
Inside the MSMP directory, run the installation script:
bash ./install.sh
The script will prompt you for your sudo password. Enter it to proceed with the installation.
msmp
By default, MSMP runs on port 8080 and registration is enabled.
If you’d like to change the default settings port, you can edit:
~/.local/share/MSMP/app/app.py
Use any text editor of your choice to modify these values sudo/root not required.