mb-service-linux
v1.0.2
Published
Matterbridge service command line interface
Maintainers
Readme
Matterbridge service cli for linux
This project allow you to setup and control the service mode of Matterbridge for Linux.
If you run on macOS use Matterbridge Service for macOS
Available Commands
Below are the main commands you can use to manage the Matterbridge service and its plugins:
| Command | Description |
| ------------------------------ | ----------------------------------------------------- |
| start | Start the Matterbridge service |
| stop | Stop the Matterbridge service |
| restart | Restart the Matterbridge service |
| enable | Enable the Matterbridge service |
| disable | Disable the Matterbridge service |
| install <plugin>@<version> | Install a plugin |
| uninstall <plugin>@<version> | Uninstall a plugin |
| add <plugin> | Add a plugin to Matterbridge |
| remove <plugin> | Remove a plugin from Matterbridge |
| link | Add the current directory as a plugin for development |
| unlink | Remove the development link for the current directory |
| logs | Tail the Matterbridge service logs |
| status | Check if the Matterbridge service is running |
These commands help you control the Matterbridge service and manage plugins efficiently.
If you like this project and find it useful, please consider giving it a star on GitHub and sponsoring it.
Prerequisites
Matterbridge
See the complete guidelines on Matterbridge for more information.
How to install the Matterbridge service cli
sudo npm install -g mb-service-linux --omit=devThen start it from a terminal
sudo mb-service