Skip to main content

Frequently Asked Questions

Everything you need to know about IRC and TwistedNET

Getting Started

What is IRC?

Internet Relay Chat (IRC) is a real-time text communication protocol created in 1988. Unlike modern chat platforms, IRC is open, decentralized, and privacy-focused. It allows users to join channels (chat rooms) and communicate in groups or privately. Learn more on our IRC Guide.

How do I connect to TwistedNET?

The easiest way is our WebIRC client at webirc.twistednet.org -- just click and chat. For desktop clients, connect to irc.twistednet.org on port 6697 with SSL enabled. See our IRC Clients guide for detailed setup instructions.

Do I need to create an account?

No! You can chat immediately without registration. Just pick a nickname and start talking. However, we recommend registering your nickname with NickServ to prevent others from using it. Registration is free and takes just a few seconds.

What channels should I join?

Start with #twisted -- it is our main lobby and the best place to meet the community. From there, check out all our chat rooms to find topics that interest you. You can also type /list to see all available channels.

Connection & Technical

What port do I use?

Port 6697 with SSL/TLS enabled. We require encrypted connections for your security. This is the standard SSL port for IRC across all networks. In most clients, you enable SSL by prefixing the port with a + symbol: /server irc.twistednet.org +6697

Do you support IPv6?

Yes! Connect via ipv6.twistednet.org on port 6697 with SSL enabled for native IPv6 support. Check our server list for full details.

Why can't I connect?

Common connection issues and solutions:

  • SSL not enabled -- Make sure SSL/TLS is turned on in your client settings
  • Wrong port -- Use port 6697, not 6667
  • Firewall blocking -- Ensure port 6697 outbound is allowed
  • DNS issues -- Try connecting by IP if DNS resolution fails

Try our WebIRC client first to verify the network is accessible.

What IRC clients do you recommend?
  • HexChat -- Best for Windows and Linux, free and open source
  • WeeChat -- Powerful terminal-based client for advanced users
  • Textual -- Premium IRC client for macOS
  • Revolution IRC -- Best for Android
  • Palaver -- Best for iOS

See our full client comparison for more options and setup guides.

Privacy & Security

Does TwistedNET log my messages?

No. We maintain a strict zero-logging policy. Messages are relayed in real-time and never stored on our servers. Your conversations exist only in the moment and in the memory of your own IRC client if you have local logging enabled.

Is my connection encrypted?

Yes, all connections use SSL/TLS encryption on port 6697. Plaintext connections are not accepted on TwistedNET. Your data is encrypted between your client and our servers, protecting your messages from eavesdropping.

Can I use a VPN or Tor?

VPNs are allowed and welcome on TwistedNET. Tor connections may be restricted to prevent abuse, but if you have a legitimate need, you can request an exception from our network operators in #twisted.

Is TwistedNET free?

Yes, 100% free. No premium tiers, no ads, no data selling. TwistedNET is supported entirely by volunteers and community donations. We believe real-time communication should be accessible to everyone.

Account Management

How do I register my nickname?

Register your nickname with this command:

/msg NickServ REGISTER yourpassword [email protected]

You will receive a verification email. Follow the instructions in the email to complete registration. Once registered, your nickname is protected and only you can use it.

How do I identify/login?

Each time you connect, identify with NickServ:

/msg NickServ IDENTIFY yourpassword

For automatic identification, configure your client to use SASL authentication or set a NickServ auto-identify password in your client's server settings. Check our IRC Commands page for more details.

Can I get a custom vhost?

Yes! A vhost (virtual host) replaces your real hostname with a custom one, adding an extra layer of privacy. Ask an operator in #twisted for a vanity hostname. You must have a registered nickname to receive a vhost.

How do I register a channel?

First, join the channel you want to register:

/join #yourchannel

Then register it with ChanServ:

/msg ChanServ REGISTER #yourchannel

You must have a registered and identified nickname to register a channel. Once registered, you become the channel founder with full control over its settings.

Still Have Questions?

Join #twisted and ask our community. We are online 24/7 and happy to help newcomers get started.

CONNECT NOW