xlxd-debian-installer/README.md

31 lines
1.6 KiB
Markdown
Raw Normal View History

2018-11-27 00:50:15 -05:00
# xlxd-debian-installer
2020-01-07 18:02:18 -05:00
This script simply runs through the official install instructions found [HERE](https://github.com/LX3JL/xlxd). The script will install XLX along with setting up the web dashboard to view real-time activity. After installing this you will have a private or public D-Star, DMR, and YSF XLX Reflector.
At the start of 2020 a new version of XLX was released that allows for native C4FM connections. This means it's even simpler to run a multi-mode reflector. XLX now natively supports DMR, D-Star, and C4FM. C4FM and DMR do not require any transcoding hardware (AMBE) to work together. If you plan on using D-Star with any of the other modes, you will need hardware AMBE chips.
2018-11-27 00:50:47 -05:00
2018-11-30 10:15:31 -05:00
### To Install:
1. Have a fresh Debian 9.x computer ready and up to date.
2019-05-15 10:38:04 -04:00
2. Have both a FQDN and 3 digit XLX number in mind before beginning.
2018-11-30 10:15:31 -05:00
3.
```sh
git clone https://github.com/n5amd/xlxd-debian-installer
cd xlxd-debian-installer
2020-05-30 10:17:48 -04:00
./xlxd-debian-installer.sh
2018-11-30 10:15:31 -05:00
```
## How to find what reflectors are available
Find a current active reflector dashboard, for example, https://xlx.n5amd.com/index.php?show=reflectors and you will see the gaps in reflector numbers in the list. Those reflector numbers not listed are available.
2018-11-30 10:15:31 -05:00
### To interact with xlxd after installation:
```sh
systemctl start|stop|status|restart xlxd
```
- Installs to /xlxd
- Logs are in /var/log/messages and *'systemctl status xlxd'*
- Main config file is /var/www/xlxd/pgs/config.inc.php
- Be sure to restart xlxd after each config change *'systemctl restart xlxd'*
**For more information, please visit:**
2018-12-01 00:10:04 -05:00
2019-05-04 16:06:22 -04:00
https://n5amd.com/digital-radio-how-tos/create-xlx-xrf-d-star-reflector/