Authentication
Netdash supports two methods of authentication: Username/Password and IP Whitelisting.
Username & Password
Standard authentication method compatible with all software and bots. Credentials are generated in your dashboard.
IP Whitelisting
Authenticate by your server's IP address. No credentials needed. Ideal for high-performance servers.
1. Username/Password Auth
This is the default authentication method. When you generate a proxy list, the format will be:
http://username:password@host:port
Simply copy and paste this string into your bot or scraper configuration.
2. IP Whitelisting
To use IP Whitelisting, navigate to the Settings tab in your dashboard and add your server's public IPv4 address.
⚠️
IP Whitelisting allows usage without a password, so ensure you only whitelist IPs you control.
Once whitelisted, you can connect using just the host and port:
http://host:port