Skip to content

Installation and Setup

Let’s go over the steps to start using Muo.

You can use the install script or set everything up manually.

The simplest variant to run the install script is the following:

Terminal window
curl -fsSL https://muo.cesbo.com/install | sudo bash

Settings of Muo are divided on permanent and runtime and ones.

Muo has sensible defaults in its Runtime settings. You can run Muo with no arguments whatsoever.

Terminal window
muo

Permanent settings are saved in the internal Muo storage. You can change them on the Settings page.

Runtime settings are provided as arguments. To view all available runtime arguments, call

Terminal window
muo --help

For example,

Terminal window
muo --data-folder /var/some/location

starts Muo and tries to save all the required data to /var/some/location folder.