Ricardoneud.com
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
Discord Community
Github
  1. Getting Started
  • Getting Started
    • Introduction
    • Firewall
  • Custom Domains
    • Introduction
    • API
  • SDK
    • Javascript
    • PHP
    • Python
  • Products
    • Next.js Docs Template
      • Installation
        • VPS Installation
        • Pterodactyl Installation
    • Game Panels
      • Pterodactyl
        • Eggs
          • Installation
            • Next.js Egg
        • Extensions
          • Installation
            • Pterodactyl Livechat
      • Pelican
        • Eggs
          • Installation
            • Next.js Egg
    • Donate Me
      • Installation
        • VPS Installation
        • Pterodactyl Installation
    • LicenseForge
      • Installation
        • VPS Installation
        • Webhost Installation
      • API
        • Check License
    • Billing Portals
      • WHMCS
        • Extensions
          • Installation
            • Ticket Spam Checker
            • Chatwoot Livechat
    • ProbeCore
      • Introduction
      • Self Hosting
        • Installation
          • VPS Installation
          • Pterodactyl Installation
    • Other
      • Drako Bot
        • Addons
          • Installation
            • SmartResponse Addon
  1. Getting Started

Firewall

Follow these docs carefully, one small mistake can still break the connection between your services and Ricardoneud.com

1. Which User-Agent should I allowlist?#

Please allowlist the following User-Agent's for all requests originating from Ricardoneud.com:
Main User-Agent's
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Ricardoneud.com/1.0 (+https://ricardoneud.com)
Crawler User-Agent's
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Ricardoneud.com Crawler/1.0 (+https://ricardoneud.com)
Filebot User-Agent's
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Ricardoneud.com FileBot/1.0 (+https://ricardoneud.com)
Cronjob User-Agent's
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Ricardoneud.com Crons/1.0 (+https://ricardoneud.com)
We strongly recommend User-Agent allowlisting over IP allowlisting. This method is more reliable because our IP addresses may change without notice.

2. Can I allowlist Ricardoneud.com IP addresses?#

Yes, if your environment only supports IP-based allowlisting, you may allowlist the following static IPs:

IPV4#

94.249.197.46
94.249.197.61
94.249.197.62
94.249.197.63
45.131.60.10

IPV6#

2a12:bec4:1651:104::382
2a12:bec4:1651:104::11a
2a12:bec4:1651:104::117
2a12:bec4:1651:104::114
2a03:3a61:a2::2
⚠️ Important: Our IPs are subject to change. If relying on IP allowlisting, ensure automated updates are in place to prevent service interruptions.
to fetch our ip addresses use this endpoint:
https://api.ricardoneud.com/ip-addresses?type=ipv4
https://api.ricardoneud.com/ip-addresses?type=ipv6
you can also use this endpoint to get all our IPs
https://api.ricardoneud.com/ip-addresses?type=all

3. Why is User-Agent allowlisting preferred over IP allowlisting?#

Dynamic IPs: IP addresses may rotate to support scalability and operational flexibility.
Reduced maintenance: Filtering by User-Agent reduces the need to manually update firewall rules.
Reliability: Ensures consistent access without false positives or blocked requests.

4. What happens if I do not allowlist our requests?#

If your firewall or protection system blocks our requests:
Service features or API calls may fail.
Automated tasks may be interrupted.
Proper allowlisting avoids unnecessary downtime and ensures smooth operation.

5. Who should I contact for support?#

For technical questions or allowlisting guidance, please contact our support team at https://ricardoneud.com. We can provide best practice recommendations and integration support.
Summary Recommendation:
Primary method: Use User-Agent allowlisting.
Secondary method: Use IP allowlisting with automated updates.
Following these guidelines ensures uninterrupted access to Ricardoneud.com services while supporting scalability and flexibility of our infrastructure.
Modified at 2025-10-23 17:49:25
Previous
Introduction
Next
Introduction
Built with