Quick Start
1. Install
Option A — pre-built binary
chmod +x toughradius_linux_amd64
sudo mv toughradius_linux_amd64 /usr/local/bin/toughradiusOption B — Docker
docker pull talkincode/toughradius:latest
docker run -d --name toughradius \
-p 1816:1816 -p 1812:1812/udp -p 1813:1813/udp -p 2083:2083 \
-v toughradius-data:/var/toughradius \
talkincode/toughradius:latest -c /etc/toughradius.ymlOption C — build from source
2. Configure
3. Initialize the database and run
4. Log in to the admin UI
5. Register a NAS and create a user
6. Verify with radtest
7. Debugging
What you need
How
Next steps
Last updated