9.2 Kali Linux Communities
Key Takeaways
- forums.kali.org is the correct venue for how-to questions and troubleshooting; bugs.kali.org is strictly for reproducible bug reports, and support questions filed there get closed
- Kali's official IRC channel is #kali-linux on the OFTC network (irc.oftc.net), maintained after the Freenode era; Discord at discord.kali.org is the project's primary real-time chat
- kali.org/docs hosts the official Kali documentation and kali.org/tools documents every packaged tool and its kali-rolling version, and pkg.kali.org (the Kali Package Tracker) is where packaged-versus-upstream version state lives
- PEN-103 (Kali Linux Revealed) is free on portal.offsec.com, and exam- or course-specific questions belong with OffSec's channels rather than the Kali OS forums
- Universal community etiquette: search first, post complete verbatim error output and version information, state what you already tried, and never ask to ask
9.2 Kali Linux Communities
Local documentation tells you how a tool is supposed to work. Communities help when it isn't working for you, when your scenario is unusual, or when you need advice from people who have done the same task. The KLCP exam expects you to match each kind of question to the right official venue — sending a support question to the bug tracker is a classic mistake both on the exam and in real life.
The Official Venues at a Glance
| Venue | Address | Best for |
|---|---|---|
| Kali Forums | forums.kali.org | How-to questions, troubleshooting, installation problems |
| Kali Documentation | kali.org/docs | Official install, configuration, and how-to guides |
| Kali Tools site | kali.org/tools | What each packaged tool does, its packaged version, and links to homepage, source, and the Package Tracker |
| Kali Discord | discord.kali.org | Real-time chat (the project's main live channel) |
| IRC channel | #kali-linux on irc.oftc.net (OFTC) | Real-time chat, legacy but still official |
| Bug tracker | bugs.kali.org | Reproducible bug reports only — never support questions |
| OffSec portal | portal.offsec.com | PEN-103 course material and KLCP exam matters |
forums.kali.org
The Kali Linux Forums are the primary venue for how-to help: installation trouble, driver and wireless-adapter questions, tool usage, and general configuration. The community spans every skill level, and the culture rewards effort. Before posting, work through this checklist:
- Search first. Use the forum search and a web search with your exact error string; most beginner questions have been answered many times.
- Post in the right category (installing Kali, general use, ARM, virtual machines, and so on) so the people who know that area see it.
- Give complete information: your Kali version (
cat /etc/os-release), kernel (uname -a), the exact command you ran, and the verbatim error output — paraphrased errors waste everyone's time. - State what you already tried, so helpers do not suggest the same steps.
- Use a descriptive title like 'TP-Link AC600 not entering monitor mode on 2025.x' rather than 'help plz'.
kali.org/docs and kali.org/tools
The Kali documentation site (kali.org/docs) is maintained by the Kali team and updated far more frequently than any book: installation guides, ARM images, WSL, cloud, troubleshooting pages, and the community policies themselves. When local docs and online docs disagree, kali.org/docs usually reflects current reality because Kali is a rolling release. The companion tools site (kali.org/tools) lists every packaged tool, its description, and the version currently in kali-rolling, and links out to the upstream homepage, the source repository, and the Kali Package Tracker at pkg.kali.org (which is where packaged-versus-upstream version state actually lives) — useful both for learning what a tool does and, as Section 9.3 shows, for deciding where to report a bug.
OffSec Channels for PEN-103 and the KLCP Exam
Keep the course and the operating system separate in your mind. The PEN-103 course (Kali Linux Revealed) is free on portal.offsec.com — the legacy kali.training site is no longer reachable — and a KLCP exam attempt is included with OffSec's Learn Fundamentals and Learn One subscriptions, while the Course + Cert Bundle lists it as a separate purchase. Questions about course enrollment, the exam itself (80 questions and 90 minutes are the figures OffSec publishes; the widely reported 80% pass mark is not), retakes, or certificates go to OffSec's portal community or orders@offsec.com — not to the Kali forums, whose volunteers cannot help with OffSec business systems.
Real-Time Chat: IRC and Discord
Internet Relay Chat (IRC) is the oldest real-time channel. Kali's official channel is #kali-linux on the OFTC network (irc.oftc.net). The channel lived on the Freenode network for years and moved after Freenode's 2021 upheaval — an exam-ready historical detail, since the book itself and outdated third-party write-ups still cite Freenode or other networks. Connect with any IRC client, point it at irc.oftc.net, and /join #kali-linux.
Since 2022, the Kali Discord server (discord.kali.org) (officially "Kali Linux & Friends", launched alongside the Kali Linux 2022.3 release) has been the busiest real-time venue, and the team runs it alongside the OFTC IRC channel; kali.org/community lists the forums, Discord, IRC and the bug tracker as co-equal official portals. Discord hosts community events and themed help channels, and since the 2022.3 release the team has run post-release developer Q&A voice sessions there (announced in release blog posts as the "Kali Team Discord Chat").
Real-time chat has its own etiquette, and it is stricter than the forums because you are borrowing someone's attention live:
- Don't ask to ask. Never open with 'can someone help me?' or 'any nmap experts here?' — just state your full question with context in one message.
- Be patient. Volunteers live in every time zone; a question may sit for an hour before the right person reads it. Do not repeat it every five minutes.
- Never paste long output into chat. Use a pastebin service and post the link.
- Stay legal and on-topic. These channels are for learning defensive and authorized security work, not for soliciting attacks against third parties.
Why the Bug Tracker Is Not a Community Venue
New users routinely file support questions at bugs.kali.org, and the Kali team just as routinely closes them with a pointer to the forums, Discord, or IRC. The tracker is a work queue for the small Kali development team; every misfiled 'how do I' ticket costs maintainer time that could go to fixes. Treat this as a firm rule for the exam: questions go to the forums or chat; reproducible defects go to the tracker — and Section 9.3 covers how to write a defect report worth reading.
The Universal Etiquette Layer
Across every venue, the same norms apply, and the community's informal constitution is Eric S. Raymond's essay 'How To Ask Questions The Smart Way'. Its core ideas: demonstrate that you searched and read the manual first; ask a precise, answerable question; provide versions and exact errors; be courteous to volunteers; and — the step everyone forgets — follow up with the solution when you fix the problem, so the next searcher finds a complete thread. Communities remember users who do this, and they get faster, better answers the next time they ask.
You cannot get your wireless adapter to enter monitor mode with aircrack-ng and you want troubleshooting help. Where should you ask first?
Where is Kali's official IRC channel located today?