Ech0 - 00 / 00 / 00

inspIRCd setup

Before we start, you will need a Debian 10+ VPS (you can get one on digitalocean for example), if you prefer to use your own self hosted server, make sure that port 80 and 443 are correctly port forwarded so that the public ip points to the server and not the router. Once that's done, go and ssh into your debian 10 server.

You can use DuckDNS to get a free domain name:


[ 192.168.100.1/24 ] [ /dev/pts/13 ] [~/Documents/Github/blog/Conf]
→ ssh root@ech4.duckdns.org
The authenticity of host 'ech4.duckdns.org (178.128.46.38)' can't be established.
ECDSA key fingerprint is SHA256:z2HAncB99pfbAUfj9tJY7vlo8EGUzCIUxWBAnjAflcA.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'ech4.duckdns.org,178.128.46.38' (ECDSA) to the list of known hosts.
Linux debian-s-1vcpu-1gb-lon1-01 4.19.0-10-cloud-amd64 #1 SMP Debian 4.19.132-1 (2020-07-24) x86_64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@debian-s-1vcpu-1gb-lon1-01:~#

Installation (with password, no ssl)


apt update -y && apt upgrade -y
apt install inspircd -y
nano /etc/inspircd/inspircd.conf

Next you need to edit the config file, first of all, change the server name and description. next make sure the "bind" part is correct, if you leave the address="" as 127.0.0.1 you will not be able to reach it anywhere except from 127.0.0.1, so you leave it empty to make it listen on localhost, private ips and public ip, and don't forget to set up strong p@ssw0rds.

Once you're done just hit CTRL+S to save and CTRL+X to exit nano. Next we're going to edit the motd file:


nano /etc/inspircd/inspircd.motd


systemctl status inspircd 
systemctl restart inspircd 

CLI IRC Client



Connect: irc.ech4.duckdns.org:6667:


apt install irssi -y
irssi

#/connect IP PORT PASSWORD NICKNAME

/connect 127.0.0.1 6667 123456 ech0 
/disconnect

/connect 167.172.60.28 6667 123456 ech0
/disconnect

/connect ech4.duckdns.org 6667 123456 ech0

/LIST
#this will show you which channels are active

/join #general
	hello!
	how are you?
	bye!
	/leave
/join #test
	ahoy!
	test?
	goodbye!
	/leave
/disconnect

For extra details on how to configure your IRC server just look at that example file:


cd /usr/share/doc/inspircd/examples/
gunzip -d inspircd.conf.example.gz
nano inspircd.conf.example
	
	

GUI IRC Client



If you don't like irssi, you can use hexchat (GUI) to connect aswell:


apt install hexchat -y
pacman -S hexchat -y

My Bunker

Some Address 67120,
Duttlenheim, France.

About Ech0

This cute theme was created to showcase your work in a simple way. Use it wisely.