Enabling IRC Websockets
Posted: Mon Jun 22, 2026 10:31 pm
I just installed a fresh copy of UnrealIRC. It is currently running on my machine with no errors. However, I have not installed an SSL certificate yet because I would like to test the IRC server live before hardening the security and applying an SSL certificate.
The websocket modules seem to be interesting as they are less resource intensive and have their own dedicated protocol that can be used with IRC ports. Specifically, I am looking at this example: https://www.unrealircd.org/files/dev/ws ... lircd.html
I bascially just want to get my IRC webserver up and running right now so that people can access it through my www domain name. I have a static IP address and have pointed the domain name to my machine. It is currently running Apache2 webserver, but I want to make this domain specifically IRC.
I have opened port 6667 and 6697 on my network. But I am now at a loss how to use websockets to access the IRC channel through a web client.
Once again, I want a live IRC channel which is public through a domain name. How do I go about this?
The websocket modules seem to be interesting as they are less resource intensive and have their own dedicated protocol that can be used with IRC ports. Specifically, I am looking at this example: https://www.unrealircd.org/files/dev/ws ... lircd.html
I bascially just want to get my IRC webserver up and running right now so that people can access it through my www domain name. I have a static IP address and have pointed the domain name to my machine. It is currently running Apache2 webserver, but I want to make this domain specifically IRC.
I have opened port 6667 and 6697 on my network. But I am now at a loss how to use websockets to access the IRC channel through a web client.
Once again, I want a live IRC channel which is public through a domain name. How do I go about this?