discadia.com Open in urlscan Pro
2606:4700:20::ac43:4549  Public Scan

Submitted URL: http://discadia.com/
Effective URL: https://discadia.com/
Submission: On September 03 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

GET /

<form style="width: 100%;" method="GET" action="/" x-data="{ search_query: '' }">
  <div class="flex flex-col">
    <h1 class="text-4xl font-medium">Discord Servers</h1>
    <h2 class="my-2 text-gray-400 max-w-xl">Find Discord servers and make new friends!</h2>
    <div class="flex sm:mt-3 flex-col-reverse sm:flex-row">
      <button class="relative flex-wrap flex active:outline-none">
        <section class="pr-1">
          <input class="w-0 appearance-none" type="radio" name="sort" value="top" id="sort-by-top">
          <label class="py-1.5 px-2 text-sm bg-gray-700 rounded-lg hover:text-gray-800 hover:bg-white cursor-pointer" for="sort-by-top">Top</label>
        </section>
        <section class="pr-1">
          <input class="w-0 appearance-none" type="radio" name="sort" value="active" id="sort-by-active">
          <label class="py-1.5 px-2 text-sm bg-gray-700 rounded-lg hover:text-gray-800 hover:bg-white cursor-pointer" for="sort-by-active">Active</label>
        </section>
        <section>
          <input class="w-0 appearance-none" type="radio" name="sort" value="members" id="sort-by-members">
          <label class="py-1.5 px-2 text-sm bg-gray-700 rounded-lg hover:text-gray-800 hover:bg-white cursor-pointer" for="sort-by-members">Members</label>
        </section>
      </button>
      <a href="/add/" class="group flex mr-auto sm:mr-0 mb-3 sm:mb-0 ml-0 sm:ml-auto text-sm pl-2 pr-0.5 text-white bg-green-700 hover:text-gray-700 hover:bg-white rounded-lg cursor-pointer">
                                    <span class="self-center group-hover:text-gray-800">Add Your Server</span>
                                    <i class="uil-angle-right self-center text-lg group-hover:text-gray-800"></i>
                                </a>
    </div>
  </div>
  <fieldset class="bg-gray-800 flex rounded-xl items-center mb-1 p-2 mt-2 w-full border border-gray-700">
    <input placeholder="Search for.." name="q" class="w-full bg-transparent text-base sm:text-xl p-2 flex-grow focus:outline-none" autocomplete="off" spellcheck="false" x-model="search_query" value="" aria-label="Search">
    <a class="group cursor-pointer pr-5 hidden sm:flex" x-show="search_query.length > 0" href="/" style="display: none;">
                                <i class="text-gray-400 group-hover:text-gray-200 self-center uil-trash-alt"></i>
                                <span class="text-gray-400 group-hover:text-gray-200 self-center pl-1 text-xs font-medium">CLEAR</span>
                            </a>
    <input type="submit" value="Search" class="bg-indigo-600 px-5 py-1.5 rounded-lg cursor-pointer mr-2 hover:bg-white hover:text-gray-800" aria-label="Submit">
  </fieldset>
  <fieldset class="flex flex-wrap">
    <div class="flex flex-wrap z-10">
      <a href="/?q=gaming" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">gaming</span>
            </a>
      <a href="/?q=community" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">community</span>
            </a>
      <a href="/?q=anime" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">anime</span>
            </a>
      <a href="/?q=fun" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">fun</span>
            </a>
      <a href="/?q=chill" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">chill</span>
            </a>
      <a href="/?q=minecraft" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">minecraft</span>
            </a>
      <a href="/?q=roblox" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">roblox</span>
            </a>
      <a href="/?q=roleplay" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">roleplay</span>
            </a>
      <a href="/?q=valorant" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">valorant</span>
            </a>
      <a href="/?q=art" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">art</span>
            </a>
      <a href="/?q=destiny%202" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">destiny 2</span>
            </a>
      <a href="/?q=rocket%20league" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">rocket league</span>
            </a>
      <a href="/?q=gta" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">gta</span>
            </a>
      <a href="/?q=vc" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">vc</span>
            </a>
      <a href="/?q=fortnite" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">fortnite</span>
            </a>
      <a href="/?q=csgo" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">csgo</span>
            </a>
      <a href="/?q=friendly" class="flex group bg-gray-700 hover:bg-white hover:text-gray-800 text-gray-200 border border-gray-600 rounded-full items-center text-center mx-1 mt-2 px-4 py-1">
                <span class="self-center mx-auto group-hover:text-gray-800">friendly</span>
            </a>
    </div>
  </fieldset>
</form>

Text Content

Discadia

Discord Servers Discord Emojis
Login with
Manage

--------------------------------------------------------------------------------

Add Server Upload Emoji

--------------------------------------------------------------------------------

Help Logout
TOP




DISCORD SERVERS


FIND DISCORD SERVERS AND MAKE NEW FRIENDS!

Top
Active
Members
Add Your Server
CLEAR
gaming community anime fun chill minecraft roblox roleplay valorant art destiny
2 rocket league gta vc fortnite csgo friendly


CHILLZONE | SOCIAL โ€ข EGIRLSโ€ฆ

Sponsor

Meet new people in active voice and text chat, instantly! We have 500,000+
members, custom bots and economy, gambling and slots, nitro giveaways, fun
events, stickers, soundboards, memes, fun chats, funny people, and many people
in VC at all times!

View Join


STORM MARKETโ„ข | CHEAP ROBUXโ€ฆ

Sponsor

๐ŸŽ‰ #1 GAMING STORE! ๐ŸŽ‰ ๐Ÿ’Ž Affordable Robux, V-Bucks, Valorant Points! ๐Ÿ’Ž โœ…
1,500+ Vouches + Proofs โœ… โœ… Trusted & Reliable โœ… ๐Ÿ’ฐ No Extra Fees ๐Ÿ’ฐ ๐ŸŒŸ Over
$25,000 in Sales ๐ŸŒŸ ๐Ÿ”„ Fast Exchange Services! ๐Ÿ”„ ๐ŸŽ‰ Invite Rewards & Giveaways
๐ŸŽ‰

View Join


VALORANT MARKET | CHEAP VALโ€ฆ

Sponsor

๐ŸŽ‰ #1 VALORANT MARKET! ๐ŸŽ‰ ๐ŸŒŸ Over $250,000 in Sales ๐ŸŒŸ ๐Ÿซ‚ 120,000+ Members ๐Ÿซ‚ ๐Ÿ’Ž
Valorant Points, Riot Buddy, Accounts, Rank Boost & More! ๐Ÿ’Ž โญ• 1,500+ Vouches +
Proofs โญ• โœ… Trusted Website โœ… ๐Ÿ’ธ CHEAPEST ON MARKET ๐Ÿ’ธ โœจ https://valorant.market
โœจ

View Join


FORTNITE MARKET

Sponsor

#1 Discord Fortnite Account Marketplace Be aware from all the other scam
markets! โœจ๐“๐ซ๐ฎ๐ฌ๐ญ๐ž๐ ๐“๐ซ๐š๐๐ข๐ง๐  ๐ฌ๐ž๐ซ๐ฏ๐ž๐ซ โœ…๐—Ÿ๐—ฒ๐—ด๐—ถ๐˜ ๐—ฆ๐—ฒ๐—น๐—น๐—ฒ๐—ฟ๐˜€
๐—ฎ๐—ป๐—ฑ ๐—ง๐—ฟ๐—ฎ๐—ฑ๐—ฒ๐—ฟ๐˜€ ๐Ÿ›’๐“๐ซ๐š๐๐ž, ๐’๐ž๐ฅ๐ฅ, ๐๐ฎ๐ฒ & ๐Œ๐จ๐ซ๐ž!

View Join


VALORANT MARKET, VBUCKS & Rโ€ฆ

Sponsor

โœ…Over 15000+ Positive Customer Reviews!โœ… Cheapest Valorant Points! โœ…โœ…Cheapest
Valorant Accounts in Stock!โœ… ๐Ÿ”ฅCheap Riot Buddy Available!๐Ÿ”ฅ24/7 Support
โœ…Largest! 90.000+ Members!โœ…

View Join


PURPLE PRISON - MINECRAFT Sโ€ฆ

Sponsor

๐Ÿคฉ INVITE LINK: discord.gg/pp ๐Ÿคฉ โœจWe are a Strong Minecraft Discord Server
Community since 2014! With Huge YouTubers having Played such as PewDiePie!
Anyone & Everyone is Welcome to Chill with us!โœจ

View Join


๐‚๐ž๐ฅ๐ž๐ฌ๐ญ๐ข๐š๐ฅ ๐’๐ช๐ฎ๐š๐ซ๐žยนโธโบ

Sponsor

เฑจเงŽ ๐–๐ก๐ž๐ซ๐ž ๐’๐š๐ข๐ง๐ญ๐ฌ ๐š๐ง๐ ๐’๐ข๐ง๐ง๐ž๐ซ๐ฌ ๐Œ๐ž๐ž๐ญ เฑจเงŽ ๐–ค“ ๐š๐œ๐ญ๐ข๐ฏ๐ž
๐ฏ๐จ๐ข๐œ๐ž ๐œ๐ก๐š๐ง๐ง๐ž๐ฅ๐ฌ โ€ข ๐–ค“ ๐ž-๐๐š๐ญ๐ข๐ง๐  โ€ข ๐–ค“ ๐ ๐š๐ฆ๐ž ๐ง๐ข๐ ๐ก๐ญ๐ฌ โ€ข ๐–ค“
๐ ๐ข๐ฏ๐ž๐š๐ฐ๐š๐ฒ๐ฌ โ€ข ๐–ค“ ๐ฅ๐ ๐›๐ญ๐ช+ ๐Ÿ๐ซ๐ข๐ž๐ง๐๐ฅ๐ฒ โ€ข ๐–ค“
๐ฅ๐จ๐ฐ-๐ฆ๐จ๐๐ž๐ซ๐š๐ญ๐ข๐จ๐ง โ€ข ๐–ค“ ๐ฆ๐จ๐ฏ๐ข๐ž ๐ง๐ข๐ ๐ก๐ญ๐ฌ โ€ข ๐–ค“ ๐ง๐ข๐ญ๐ซ๐จ โ€ข ๐–ค“
๐ฌ๐ž๐ฅ๐ฅ๐ž๐ซ ๐Ÿ๐ซ๐ข๐ž๐ง๐๐ฅ๐ฒ โ€ข ๐–ค“ ๐ฉ๐ซ๐ž๐ฆ๐ข๐ฎ๐ฆ ๐ฌ๐Ÿ๐ฐ ๐š๐ง๐ ๐ง๐ฌ๐Ÿ๐ฐ
๐›๐จ๐ญ๐ฌ โ€ข ๐–ค“

View Join


EROTIC ARTZ

Sponsor

The best exclusive nsfw content on Discord!!!

View Join


CAMP NOSTALGIA

Sponsor

โ—ฆ CAMP NOSTALGIA โ—ฆ | 25 & Older โ‹… Community-Focused โ‹… SFW โ‹… Chill Vibes โ‹…
Non-Toxic โ‹… Friendly & Inclusive ๐Ÿ„Mature Environment ๐Ÿ„Awesome, Friendly
Members ๐Ÿ„Camp Theme | Our goal is to create a server where adults can enjoy fun
and connection.

View Join


TROUPS SHOP

Sponsor

๐Ÿ–คWelcome to Troups Shop, your go-to for gaming needs! With 7+ years of
experience, a dedicated seller team, and our custom bot, we ensure a seamless
shopping experience. Join 300+ satisfied customers and enhance your gaming with
our wide selection๐Ÿ–ค

View Join


VALORANT MARKET | CHEAP VALโ€ฆ

Sponsor

๐Ÿ”ฅ#1 Valorant Market๐Ÿ”ฅ๐ŸŒŸOver $300,000 In Sales๐ŸŒŸ ๐ŸŽ‰Valorant Points, Full Access
Valorant Accounts, Riot Buddy, Boosting & More๐ŸŽ‰๐Ÿ’ฏCheapest In The Whole Global
Scene๐Ÿ’ฏโšกCheap | Trusted | Instant Deliveryโšก ๐Ÿ’ซ.gg/valormarket๐Ÿ’ซ

View Join


INFIRIX | SOFTWARE

Sponsor

๐Ÿ˜Ž๐Ÿ”ฅ Try out our cheats with a FREE TRIAL for Tarkov, EFT, Arena, RUST, CS2,
Dayz, PUBG! ๐Ÿ˜ Our cheats are among the best and most undetected on the market!
Don't miss out on the opportunity to up your game with our top-notch hacks! ๐Ÿ’ช๐ŸŽฎ

View Join
1 2 3
FAQ


WHAT ARE DISCORD SERVERS?

Discord is a website and mobile app that provides text, voice, and video
communication through community created โ€œchat groupsโ€ called 'servers'.

While there's a huge range of Discord servers out there, not all of them may
appeal to you. Using Discadia you can browse through thousands of servers,
search, and filter by tags. Discadia uses a proprietary algorithm to deliver you
the best Discord Servers that you're likely to be interested in.


WHAT IS A DISCORD SERVER LIST?

A Discord Server List is a website that provides a way for you to find the
Discord servers that you're looking for. A Discord Server List such as Discadia
is a place where you can advertise your server and browse servers promoted by
relevance, quality, member count, and more.


HOW DO I JOIN A DISCORD SERVER?

Discord Invite URLs are used to join Discord servers. Discadia provides โ€œJoinโ€
buttons, click that button to join a server.

Note: The invite for a server may be expired or invalid and we cannot provide
new invites. Only server owners can update the invites on Discadia. We
automatically remove listings that have expired invites.


Community Discord Blog
Links Discord Servers Discord Emojis About Discadia Discadia Bot
Resources Guidelines Privacy Terms
Browse the best Minecraft Servers
Discadia is not affiliated or endorsed with/by Discord