From a7d965ab090b976f0b0a5f69450a44b08490438b Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 7 Jul 2026 23:36:08 +0000 Subject: [PATCH 1/2] Convert resource link-lists to GitBook embed cards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Resources podcast/blog pages were bare "Name / [blurb] / **Link:** url" lists, with most blurbs still the literal placeholder [blurb]. Replace the plain link lines with GitBook {% embed %} blocks, which render each URL as a rich card (pulling the destination's own title and description) — so the entries look finished without inventing copy about third-party sites. - business-resources/podcasts-and-webinars.md: 8 podcasts as embed cards under named headings; the one real blurb (Business of Tech) kept. - business-resources/blogs-and-books.md: Auvik + Jay McBain entries as embeds. - technical-resources/blogs-and-books.md: RMM comparison sheet + CyberDrain as embeds; existing blurbs kept. - technical-resources/podcasts-and-webinars.md: was completely empty; add a short note + a content-ref to the populated Business Resources list. Added frontmatter description: to all four pages. All original URLs preserved. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01VUCiLahfydRghmenGbw5Sa --- .../business-resources/blogs-and-books.md | 20 ++++--- .../podcasts-and-webinars.md | 56 ++++++++----------- .../technical-resources/blogs-and-books.md | 21 ++++--- .../podcasts-and-webinars.md | 12 ++++ 4 files changed, 61 insertions(+), 48 deletions(-) diff --git a/resources/business-resources/blogs-and-books.md b/resources/business-resources/blogs-and-books.md index a961414..c5d9495 100644 --- a/resources/business-resources/blogs-and-books.md +++ b/resources/business-resources/blogs-and-books.md @@ -1,15 +1,21 @@ +--- +description: >- + Blogs and books focused on the business of running an MSP — operational + maturity, growth, and the channel. +--- + # Blogs & Books -#### Operational Maturity by Auvik +### Operational Maturity by Auvik -This blog decribes operational maturity levels and how to target growth +This blog describes operational maturity levels and how to target growth. -**Link:** [https://www.auvik.com/franklyit/blog/msp-operational-maturity/](https://www.auvik.com/franklyit/blog/msp-operational-maturity/) +{% embed url="https://www.auvik.com/franklyit/blog/msp-operational-maturity/" %} -#### Jay McBain +### Jay McBain -\[blurb] +Channel-focused research and analysis. Referenced posts: -**Link:** [https://www.forrester.com/blogs/top-143-social-media-groups-for-msps-vars-and-tech-channel-professionals](https://www.forrester.com/blogs/top-143-social-media-groups-for-msps-vars-and-tech-channel-professionals) +{% embed url="https://www.forrester.com/blogs/top-143-social-media-groups-for-msps-vars-and-tech-channel-professionals" %} -**Link:** [https://www.forrester.com/blogs/the-100-best-channel-podcasts-of-2021/](https://www.forrester.com/blogs/the-100-best-channel-podcasts-of-2021) +{% embed url="https://www.forrester.com/blogs/the-100-best-channel-podcasts-of-2021/" %} diff --git a/resources/business-resources/podcasts-and-webinars.md b/resources/business-resources/podcasts-and-webinars.md index 4e82955..92c2169 100644 --- a/resources/business-resources/podcasts-and-webinars.md +++ b/resources/business-resources/podcasts-and-webinars.md @@ -1,51 +1,43 @@ -# Podcasts & Webinars - -#### MSP Podcasts - -#### The MSP Voice - -\[blurb] +--- +description: >- + A curated list of podcasts and webinars covering the business side of running + an MSP — growth, sales, operations, and industry news. +--- -**Link:** [https://mspvoice.com/](https://mspvoice.com/) - -#### The IT Provider Network - -\[blurb] - -**Link:** [https://www.itprovidernetwork.com/](https://www.itprovidernetwork.com/) +# Podcasts & Webinars -#### Frankly MSP Podcast +## MSP Podcasts -\[blurb] +### The MSP Voice -**Link:** [https://www.franklymsp.com/](https://www.franklymsp.com/) +{% embed url="https://mspvoice.com/" %} -#### MSP Growth Hacks +### The IT Provider Network -\[blurb] +{% embed url="https://www.itprovidernetwork.com/" %} -**Link:** [https://mspgh.com/](https://mspgh.com/) +### Frankly MSP Podcast -#### The Continuum Podcast Network +{% embed url="https://www.franklymsp.com/" %} -\[blurb] +### MSP Growth Hacks -**Link:** [https://www.continuum.net/podcast](https://www.continuum.net/podcast) +{% embed url="https://mspgh.com/" %} -#### The Confessions of an IT Business Owner +### The Continuum Podcast Network -\[blurb] +{% embed url="https://www.continuum.net/podcast" %} -**Link:** [https://connectbooster.com/podcast/](https://connectbooster.com/podcast/) +### The Confessions of an IT Business Owner -#### TubbTalk - The Podcast for IT Consultants +{% embed url="https://connectbooster.com/podcast/" %} -\[blurb] +### TubbTalk – The Podcast for IT Consultants -**Link:** [https://www.tubblog.co.uk/tubbtalk-podcast/](https://www.tubblog.co.uk/tubbtalk-podcast/) +{% embed url="https://www.tubblog.co.uk/tubbtalk-podcast/" %} -#### The Business of Tech +### The Business of Tech -In an industry that always changes, those who deliver technology services need to focus on the information that matters to them. The Business of Tech podcast focuses on the news you need to know. Covering both the story and asking "why do we care" to the way services are created and delivered, channel veteran Dave Sobel brings you up to speed and gives you resources to go deeper. With insights and analysis, this five-minute podcast focuses on the knowledge you need to be effective, profitable, and relevant +In an industry that always changes, those who deliver technology services need to focus on the information that matters to them. The Business of Tech podcast focuses on the news you need to know. Covering both the story and asking "why do we care" to the way services are created and delivered, channel veteran Dave Sobel brings you up to speed and gives you resources to go deeper. With insights and analysis, this five-minute podcast focuses on the knowledge you need to be effective, profitable, and relevant. -**Link:** [https://www.businessof.tech/](https://www.businessof.tech/) +{% embed url="https://www.businessof.tech/" %} diff --git a/resources/technical-resources/blogs-and-books.md b/resources/technical-resources/blogs-and-books.md index afca3c9..4fb52b2 100644 --- a/resources/technical-resources/blogs-and-books.md +++ b/resources/technical-resources/blogs-and-books.md @@ -1,16 +1,19 @@ -# Blogs & Books - -#### The RMM comparison sheet +--- +description: >- + Technical blogs and community-sourced references for MSP technicians — + scripts, tooling comparisons, and hands-on resources. +--- -This online excel sheet contains a compare of all current RMM products. The sheet is completely community sourced and based on data by actual users. - -**Link:** [http://rmm.msp.zone](http://rmm.msp.zone/) +# Blogs & Books -#### CyberDrain +### The RMM comparison sheet -CyberDrain is a techblog that contains PowerShell scripts, resources for MSPS, and announcements important to technichians at MSPs. CyberDrain also organizes several events such as the CyberDrain CTF. +This online Excel sheet contains a comparison of all current RMM products. The sheet is completely community sourced and based on data by actual users. -**Link:** [https://cyberdrain.com](https://cyberdrain.com) +{% embed url="http://rmm.msp.zone" %} +### CyberDrain +CyberDrain is a tech blog that contains PowerShell scripts, resources for MSPs, and announcements important to technicians at MSPs. CyberDrain also organizes several events such as the CyberDrain CTF. +{% embed url="https://cyberdrain.com" %} diff --git a/resources/technical-resources/podcasts-and-webinars.md b/resources/technical-resources/podcasts-and-webinars.md index 27359af..bfd8d2c 100644 --- a/resources/technical-resources/podcasts-and-webinars.md +++ b/resources/technical-resources/podcasts-and-webinars.md @@ -1,2 +1,14 @@ +--- +description: >- + Technically focused podcasts and webinars for MSP practitioners. +--- + # Podcasts & Webinars +This list of technically focused podcasts and webinars is still being compiled. Contributions are welcome via the **Edit on GitHub** link. + +In the meantime, several shows covering both the business and technical sides of the MSP world are listed under Business Resources: + +{% content-ref url="../business-resources/podcasts-and-webinars.md" %} +[Podcasts & Webinars](../business-resources/podcasts-and-webinars.md) +{% endcontent-ref %} From a3291fc9a59ef46e503d92c51932573f6012dfd8 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 8 Jul 2026 00:01:32 +0000 Subject: [PATCH 2/2] Format Communities pages: tables, summary table, consistent headings Extends the Resources formatting pass to the Communities leaf pages, which are link-lists but not good {% embed %} candidates (login-walled social groups, or richly structured entries embeds would flatten): - social-media-communities.md: bare Name/blurb/Link list becomes a Community / Platform / Focus / Link table. Descriptions preserved. - peer-groups.md: add an "at a glance" summary table (Peer group / Region / Best for / Link) above the existing detailed entries. - forums-and-chat-communities.md: normalize inconsistent heading levels (mixed ## and #### plus a stray "6.") to a consistent ### per community. Added frontmatter description: to the two pages that lacked one. No community entries added or removed, so the community_list JSON mirror is untouched. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01VUCiLahfydRghmenGbw5Sa --- .../forums-and-chat-communities.md | 12 ++--- resources/communities/peer-groups.md | 17 +++++++ .../communities/social-media-communities.md | 50 ++++++------------- 3 files changed, 38 insertions(+), 41 deletions(-) diff --git a/resources/communities/forums-and-chat-communities.md b/resources/communities/forums-and-chat-communities.md index 3ff25d3..234f133 100644 --- a/resources/communities/forums-and-chat-communities.md +++ b/resources/communities/forums-and-chat-communities.md @@ -9,7 +9,7 @@ description: >- ## Community Profiles -## **Reddit: r/msp** +### Reddit: r/msp * **Overview:**\ With over 140,000 members, r/msp is the largest online MSP-focused community. It’s an invaluable space for discussing pricing strategies, vendor relationships, service delivery, and occasional technical topics. Active threads range from industry trends to peer recommendations. @@ -21,7 +21,7 @@ description: >- *** -## **MSPGeek (Discord)** +### MSPGeek (Discord) * **Overview:**\ Originally built as a technical forum for MSPs, MSPGeek is now a thriving community offering support for troubleshooting, and vendor specific challenges with their dedicated spaces for engagement. It is especially popular for RMM and automation focused technicians. @@ -34,7 +34,7 @@ description: >- *** -## **Spiceworks** +### Spiceworks * **Overview:**\ Spiceworks is a broad IT forum with a dedicated section for managed service providers. Members discuss both technical and business topics, making it a versatile resource for MSPs of all sizes. @@ -46,7 +46,7 @@ description: >- *** -## **MSPs’r’us (Discord)** +### MSPs’r’us (Discord) * **Overview:**\ A real-time collaboration platform tied to the Reddit r/msp community, MSPs’r’us has over 5,000 members. It focuses on technical problem-solving, quick-fire advice, and informal networking. @@ -58,7 +58,7 @@ description: >- *** -#### **CyberDrain (Discord)** +### CyberDrain (Discord) * **Overview:**\ This community, centered around emphasizes scripting, automation, and cybersecurity practices, as well as the home of the Open Source software tool CIPP. @@ -70,7 +70,7 @@ description: >- *** -#### **6. The Tech Degenerates (TTD)** +### The Tech Degenerates (TTD) * **Overview:**\ The Tech Degenerates is a community for MSPs, vendors, and other IT channel professionals. TTD combines a Discord server with structured monthly activities like happy hours, and host an extensive industry events calendar. Its unique approach blends professional growth with a sense of humor and inclusivity. diff --git a/resources/communities/peer-groups.md b/resources/communities/peer-groups.md index 90d9675..0fd4b20 100644 --- a/resources/communities/peer-groups.md +++ b/resources/communities/peer-groups.md @@ -1,7 +1,24 @@ +--- +description: >- + A guide to the major MSP peer groups — The Tech Tribe, ASCII, IT Nation + Evolve, SMBiT, MSP-Ignite, and The Network Group — and how to choose one. +--- + # Peer Groups Peer groups foster collaboration, knowledge-sharing, and problem-solving among MSP leaders and professionals. These communities provide a mix of resources, events, and networking opportunities tailored to enhance MSP operations and growth. +**At a glance:** + +| Peer group | Region | Best for | Link | +| ---------- | ------ | -------- | ---- | +| **The Tech Tribe** | Global | MSP owners & senior staff wanting resources and perks | [Visit](https://thetechtribe.com/) | +| **ASCII Group** | North America | MSPs & VARs focused on marketing and networking | [Visit](https://www.ascii.com/) | +| **IT Nation Evolve** | US / global | MSP executives & owners seeking peer collaboration | [Visit](https://www.connectwise.com/theitnation/evolve) | +| **SMBiT Professionals** | Australia & NZ | MSPs serving SMB clients | [Visit](https://www.smbitpro.org/) | +| **MSP-Ignite** | International | Profitability-focused MSPs in non-competing groups | [Visit](https://www.msp-ignite.com/) | +| **The Network Group** | UK | UK MSPs & IT channel businesses | [Visit](https://www.nbg.co.uk/) | + *** #### **1. The Tech Tribe** diff --git a/resources/communities/social-media-communities.md b/resources/communities/social-media-communities.md index 0aa9b8c..65ceebf 100644 --- a/resources/communities/social-media-communities.md +++ b/resources/communities/social-media-communities.md @@ -1,38 +1,18 @@ -# Social Media communities - -**All Things MSP (Eric Anthony)** - -All Things MSP is a Facebook group that serves as a platform for MSP professionals to share ideas, resources, and experiences related to the MSP industry. - -**Link:** [https://www.facebook.com/groups/allthingsmsp/](https://www.facebook.com/groups/allthingsmsp/) - -**Everything MSP (Dan Tomaszewski)** - -Everything MSP is a Facebook group dedicated to MSPs, covering various topics, including technology, business growth, and industry trends. - -**Link:** [https://www.facebook.com/groups/everythingmsp/](https://www.facebook.com/groups/everythingmsp/) - -**ConnectWise Boss (Adam Bolanski)** - -ConnectWise Boss is a Facebook group for MSPs who use ConnectWise products. The group provides a platform for users to discuss best practices, share tips, and network with fellow professionals. +--- +description: >- + Facebook and LinkedIn groups where MSP professionals network, share resources, + and discuss industry trends. +--- -**Link:** [https://www.facebook.com/groups/CWBoss/](https://www.facebook.com/groups/CWBoss/) - -**IT Managed Services** - -This LinkedIn group is dedicated to IT managed services, providing a space for professionals to discuss industry trends, share resources, and network with peers. - -**Link:** [https://www.linkedin.com/groups/38615/](https://www.linkedin.com/groups/38615/) - -**CompTIA Connect** - -CompTIA Connect is a LinkedIn group for IT professionals and MSPs, offering resources, discussions, and networking opportunities related to the IT industry. - -**Link:** [https://www.linkedin.com/groups/83900/](https://www.linkedin.com/groups/83900/) - -**MSP 501** - -MSP 501 is a LinkedIn group focused on managed services providers, covering topics such as industry trends, best practices, and business growth. +# Social Media communities -**Link:** [https://www.linkedin.com/groups/2729912/](https://www.linkedin.com/groups/2729912/) +MSP professionals gather in a number of Facebook and LinkedIn groups to swap advice, share resources, and keep up with industry trends. +| Community | Platform | Focus | Link | +| --------- | -------- | ----- | ---- | +| **All Things MSP** (Eric Anthony) | Facebook | Sharing ideas, resources, and experiences related to the MSP industry. | [Visit](https://www.facebook.com/groups/allthingsmsp/) | +| **Everything MSP** (Dan Tomaszewski) | Facebook | Technology, business growth, and industry trends for MSPs. | [Visit](https://www.facebook.com/groups/everythingmsp/) | +| **ConnectWise Boss** (Adam Bolanski) | Facebook | Best practices, tips, and networking for MSPs who use ConnectWise products. | [Visit](https://www.facebook.com/groups/CWBoss/) | +| **IT Managed Services** | LinkedIn | Industry trends, shared resources, and peer networking. | [Visit](https://www.linkedin.com/groups/38615/) | +| **CompTIA Connect** | LinkedIn | Resources, discussions, and networking for IT professionals and MSPs. | [Visit](https://www.linkedin.com/groups/83900/) | +| **MSP 501** | LinkedIn | Industry trends, best practices, and business growth for managed services providers. | [Visit](https://www.linkedin.com/groups/2729912/) |