How to fix Invalid OAuth2 redirect URL.
How to fix Invalid OAuth2 redirect URL.
Navigate to the Discord Developer Page and select your bot. Next click on the OAuth2 tab and click Add Redirect then paste https://vaultcord.win/auth and click Save Changes.
How to fix Unknown Guild in the VaultCord dashboard.
How to fix Unknown Guild in the VaultCord dashboard.
Go to the VaultCord dashboard and click on the Servers tab. Then select your server, and head to the Discord tab inside of the dashboard. Then invite the bot to your Discord server, and select the Discord server as the server you added the bot to. Then press Save Changes. 

How to fix Error Detected. Contact support with this ID.
How to fix Error Detected. Contact support with this ID.
Please contact our support and send a screenshot of the error and ID. We’ll help you fix this as soon as possible.
Why do I get a VPN error when I verify with iPhone?
Why do I get a VPN error when I verify with iPhone?
Please disable iCloud relay to fix this error.
Bot is offline or not responding in my server
Bot is offline or not responding in my server
- Open the VaultCord dashboard → Servers tab → select your server → Discord tab, and make sure the bot is invited to the correct server. - Check that the bot’s role has the required permissions (Send Messages, Read Message History, Embed Links; plus Manage Roles/Kick/Ban if you use those features). - Ensure the bot’s role is above any roles it needs to manage in the role list. - If you recently changed permissions, re-invite the bot from the dashboard and try again.
Slash commands are not showing up
Slash commands are not showing up
- Re-invite the bot from the dashboard ensuring the invite includes the applications.commands and bot scopes. If that doesn’t help, go to the Bots page and click Update Slash Commands.
I can’t see my server in the dashboard
I can’t see my server in the dashboard
- Verify you’re logged into the dashboard with the same Discord account that has access to the server. - You must have the Manage Server permission on the server to manage it in VaultCord. - Click your avatar in the dashboard and Log out, then log back in to refresh Discord permissions. - If the server still doesn’t appear, invite the bot to the server from the dashboard and refresh.
Can’t invite the bot to my server
Can’t invite the bot to my server
- You need the Manage Server permission in the target server to invite the bot. - Try inviting from the dashboard’s Discord tab for your server. - If the invite page shows no servers, make sure you’re logged into the correct Discord account and that the server allows bot invites.
Bot can’t assign roles or manage members
Bot can’t assign roles or manage members
- Move the bot’s highest role above the roles it needs to assign/manage in Server Settings → Roles. - Ensure the bot has the needed permissions (e.g., Manage Roles, Kick Members, Ban Members). - Check per‑channel permission overrides for any blocks on the bot.
How to fix Couldn't find verify link authUrl error
How to fix Couldn't find verify link authUrl error
This error occurs when the core 
authUrl variable is accidentally deleted or replaced with a hardcoded link (e.g., vaultcord.win/...) in your verification message settings.
Step-by-Step Solution
Navigate to Server Settings
First, go to the VaultCord Dashboard and click on the Servers tab. Select your server from the list, navigate to the Settings menu, and open the Message tab.
Access the JSON Editor
Scroll down to the Components section, which is where your interactive buttons are configured. Click the Options dropdown button and select JSON Editor.

Locate and replace the broken button code
In the JSON editor, find the code block that controls your verification button. You will likely see an incorrect URL value. Delete that specific button block and replace it entirely with this corrected code:
Ensure you only replace the broken button block and leave other components (like your “Why?” button) intact.
Why are my Ads not showing after users verify?
Why are my Ads not showing after users verify?
If you have turned on the Ads program but your members do not see ads after clicking the “Verify” button, it is usually because of duplicated verification links.If you recently backed up or cloned your Discord server, you might have two servers using the same verification link (for example,
vaultcord.win/your-server) in your VaultCord dashboard.Why it breaks: If two servers use the same custom vanity URL, VaultCord cannot tell them apart. To avoid problems like endless loops, the ad redirect does not work and the ad is skipped.
How to Fix It
Check Your Servers
Log in to your VaultCord Dashboard and check your list of active servers. See if more than one server is using the same
vaultcord.win URL.Navigate to Settings
Pick one of the servers with the duplicate link, usually the clone or backup, and click the Settings button for that server.
Change the Verification Link
Find the Vanity Link or Custom URL section in the settings. Change the end of the URL to something unique. For example, you can change
vaultcord.win/main to vaultcord.win/main-backup.