==== Install ZNC Bouncer ==== === Jessie === # nano /etc/apt/sources.list deb http://ftp.debian.org/debian jessie-backports main # apt-get update # apt-get -t jessie-backports install znc === Xenial === # apt-get update # apt-get install znc === And then for both... === # adduser znc # su znc $ znc --makeconf === To run on boot... === * run this as a limited user and **crontab -e** an entry for **/usr/bin/znc** on reboot * the configs will be found in **/home/znc/.znc**