
It will now ask if you would like ZNC to listen using ipv6, currently DigitalOcean does not support IPv6 so we will answer no: Would you like ZNC to listen using ipv6? (yes/no) : no Simply answer yes to the next question to create the pem file: Would you like to create a new pem file now? (yes/no) : yes It may say '"Unable to locate pem file: "' if you've chosen to use SSL. I have chosen yes: Would you like ZNC to listen using SSL? (yes/no) : yes I recommend entering yes for this, however you can press ENTER to use defaults. Next would be regarding SSL listening, this allows you to connect to ZNC with SSL and HTTPS. I pick 5000, but you can choose whichever you like: What port would you like ZNC to listen on? (1025 to 65535): 5000 Note which port you have told ZNC to use because you will connect to ZNC through that port.

The first question will ask what port to run ZNC on, the port can be anything from 1025 to 65535. Now, ZNC will ask us some questions in order to create the configuration file. Now we will create our configuration file: /usr/local/bin/znc -makeconf Switch to our new user, then cd into home directory: su znc-admin cd ~ If you have finished all of the above steps, you have successfully installed ZNC on Ubuntu Linux! Configurationįirst, we will add a new user for ZNC to run under: adduser znc-admin
MIRC BOUNCERS INSTALL
Lastly, lets compile ZNC: sudo make sudo make install For now, we will just install ZNC system wide. You can use '-prefix=$HOME/znc' ( './configure -prefix=$HOME/znc' instead of './configure') if you don't want a system wide installation or don't have root access. Now we can configure the source in order to compile ZNC. Grab the latest ZNC source tar ball: cd /usr/local/src sudo wget Įxtract the tarball, then enter the directory containing the source for ZNC: sudo tar -xzvf cd znc* Next, we need to grab some dependencies needed to compile ZNC from source: sudo apt-get install build-essential libssl-dev libperl-dev pkg-config
MIRC BOUNCERS UPDATE
However, this tutorial should still work in the most recent Ubuntu versions or be very similar.įirst, we want to update our sources: sudo apt-get update In this tutorial, we'll be using Ubuntu 12.04 LTS as our distribution. In the web interface, you can create, edit, configure, and remove users from your ZNC instance. We will be compiling ZNC with the web interface enabled in this tutorial. ZNC comes with various modules and features that can cater to your usage requirements.

You can use the search functionality at the top of the page to find a more recent version. If available, we strongly recommend using a guide written for the version of Ubuntu you are using. This guide might still be useful as a reference, but may not work on other Ubuntu releases. Reason: Ubuntu 12.04 reached end of life (EOL) on Apand no longer receives security patches or updates.

Migrate the server data to a supported version.
MIRC BOUNCERS UPGRADE
