Setup
Verification in Nexcord combines a Discord command, a dashboard configuration screen, and the verification page at https://nexcord.app/verify.
Verification Mode
Admins can choose how members complete verification from Verification settings → Verification Mode.
- Web Verification: members verify through the Nexcord web page at https://nexcord.app/verify. This is the existing web-based flow.
- In-Discord Captcha: members stay inside Discord, acknowledge the server rules, solve a math-expression captcha image, and receive the verified role after passing.
Basic setup flow
- Add the bot to your server.
- Open the dashboard and choose the verified role.
- Choose the verification channel.
- Configure optional restrictions such as account age or VPN blocking.
- Run
/verification setupin Discord to publish the verification entry point.
Required command
Use:
/verification setup
That command is the server-side setup action for verification.
Dashboard fields to configure
- Verified Role: the role granted after a successful verification
- Verification Channel: the channel where the verification prompt is posted
- Server Rules: optional markdown rules shown during the setup flow
Permission requirements
The bot must be able to:
- View the verification channel
- Send messages and embeds in that channel
- Manage roles high enough to assign the verified role
Recommended channel design
Use a dedicated channel such as #verify or #start-here. Keep it low-noise and easy to find for new members.
After setup
Once the message is posted, members click the button in Discord and complete the selected verification flow. Web Verification sends them to https://nexcord.app/verify, while In-Discord Captcha keeps the flow inside Discord.
If you have Auto-roles enabled under Members → Auto-roles, roles will be automatically assigned after successful verification.