bluetoothd

Daemon to manage bluetooth devices. More information: <https://manned.org/bluetoothd>.

Install

All systems
curl cmd.cat/bluetoothd.sh
Debian Debian
apt-get install bluez
Ubuntu
apt-get install bluez
Alpine
apk add bluez
Arch Arch Linux
pacman -S bluez
image/svg+xml Kali Linux
apt-get install bluez
CentOS
yum install bluez
Fedora
dnf install bluez
Windows (WSL2)
sudo apt-get update sudo apt-get install bluez
Raspbian
apt-get install bluez
Docker
docker run cmd.cat/bluetoothd bluetoothd powered by Commando

Daemon to manage bluetooth devices. More information: <https://manned.org/bluetoothd>.

  • Start the daemon:
    bluetoothd
  • Start the daemon, logging to `stdout`:
    bluetoothd --nodetach
  • Start the daemon with a specific configuration file (defaults to `/etc/bluetooth/main.conf`):
    bluetoothd --configfile path/to/file
  • Start the daemon with verbose output to `stderr`:
    bluetoothd --debug
  • Start the daemon with verbose output coming from specific files in the bluetoothd or plugins source:
    bluetoothd --debug=path/to/file1:path/to/file2:path/to/file3

© tl;dr; authors and contributors