![]() |
|
Znc host debian/unbuntu - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion) +--- Forum: Tutorials (https://post4vps.com/Forum-Tutorials) +--- Thread: Znc host debian/unbuntu (/Thread-Znc-host-debian-unbuntu) |
Znc host debian/unbuntu - Decent12 - 10-01-2016 hi today i will tell you how to install znc server First you have to update your sources by typing this Code: sudo apt-get updateCode: apt-get install sudoCode: sudo apt-get install build-essential libssl-dev libperl-dev pkg-configCode: cd /usr/local/src; sudo wget http://znc.in/releases/znc-latest.tar.gzCode: sudo tar -xzvf znc-latest.tar.gz; cd znc*Code: ./configureLastly lets compile Znc Code: sudo make; sudo make installConfiguration: first you have to add a new user by typing Code: adduser zncCode: su znc; cd ~Code: /usr/local/bin/znc --makeconfi select 5000 you select port of your own choice Note:you will conect to your znc through that port like domain.com:5000 Code: What port would you like ZNC to listen on? (1025 to 65535): 5000Code: Would you like ZNC to listen using SSL? (yes/no) [no]: noCode: Would you like ZNC to listen using ipv6 and ipv4? (yes/no) [yes]: yesnow we will setup network for that account which network you want add it there are many like freenode, LUnet Code: Would you like to set up a network? (yes/no) [no]: yesCode: Network ('freenode'): freenode i type freenode you can type any![]() now its will ask run znc Code: launch ZNC now? (yes/no) [yes]: yesRE: Znc host debian/unbuntu - Anik - 10-25-2016 Nice Tutorial. Though I will never recommened to install ZNC on any free VPS. Cuz they are temporary and can be lost anytime. |