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

Submitted URL: https://discord.st/
Effective URL: https://discadia.com/
Submission Tags: phishingrod
Submission: On October 12 via api from DE — 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
Become a sponsor Want your server to show here?
1 slot available
Sponsor


THE BAZAAR™ | CHEAP ROBUX ,…

Sponsor

🏆 #1 Marketplace on Discadia! 🏆 🛒 25,000+ Members 💸 Affordable Robux,
V-Bucks, Valorant Points & More ✅ 1,000+ Vouches – Trusted & Reliable 💰 No
Extra Fees, Taxes Covered! 🚀 Sponsorships Available 🎁 Invite Rewards &
Giveaways

View Join


FORTNITE MARKET

Sponsor

🌟Interested in 🛒-Buying or 🏷️-Selling your fortnite account? We present to
you The Fortnite Market™. The safest, most reliable 👩‍💻digital market on
discord currently with over 1300 completed deals🛡️Join us today !

View Join


UNLOCK EVERYTHING SHOP

Sponsor

Best✅B06✅MW3✅WZ✅Fortnite✅MW2✅MW19✅CW✅X-Defient 2 ✅Console/PC Services! 🔥WE ALSO
HAVE CHEAP COD-POINTS ✅20k+ Customers✅5k+ Reviews... Unlock tools! Console/PC
Services! Chairs! ESP! Accounts! Bot Lobbys! 0% Ban Rate. 100% UD

View Join


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


VALORANT MARKET, VBUCKS, RO…

Sponsor

✅ Over 15000+ Positive Customer Reviews! ✅ Cheapest Valorant Points! ✅ ✅
Cheapest Valorant Accounts in Stock! ✅ Cheap Riot Buddy Available! 🔐 24/7
Support ✅ Largest Market with over 100k Members! ✅ 10+ Payment Methods. ✅ Cheap
Robux & Vbucks Available

View Join


EROTIC ARTZ

Sponsor

The best exclusive nsfw content on Discord!!!

View Join


VALKYRIE | SOFTWARE

Sponsor

Valkyrie is a high quality cheat for Escape From Tarkov. We use a kernel
injection method that decreases risk of a detection almost to 0! We are also a
registered company. That means all of our products are checked and safe.

View Join


CHILL VIBES (16+) | VC • SO…

Sponsor

🌸 Welcome to Chill Vibes 🌸 The next big thing on Discord! 🌈 What we offer: ✨
An active, toxic-free environment 🌟 A passionate, LGBTQ+ friendly community 🎯
Dedicated staff ensuring a safe space for all — no matter your race, gender,
etc.!

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


FORTPLUG™

Sponsor

🎉 #1 FORTNITE MARKETPLACE! 🎉 🌟 Over $65,000 in Sales 🌟 💎 Fortnite Accounts,
V-Bucks & More! 💎🔥 1000+ Vouches 🔥✅ Only Trusted Marketplace for Fortnite ✅
💸 REALISTIC PRICES💸

View Join


ROCKET MARKET

Sponsor

Rocket Market has been selling Skyblock Coins, Items, Accounts and Profiles
since 2021. In this Period we have built a huge Reputation as a reliable Seller.
Coins for as low as 0.0375$/m

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