Quick Start Guide

Get up and running with Fence in under 5 minutes.

Step 1: Create Your Account

  1. Visit your Fence instance and click Sign Up
  2. Enter your email address (no password required - we use magic links)
  3. Check your email and click the verification link
  4. Complete your profile

Step 2: Create an Organization

After logging in, you'll be prompted to create your first organization:

  1. Enter your organization name (e.g., "Acme Corp")
  2. Choose your subscription tier:
  3. HOBBY - Free, 3 domains, weekly scans, SSL/TLS + security headers, community support
  4. STARTUP ($49/month) - 25 domains + .onion sites, daily scans, OWASP Top 10 + CVE detection, API access, AI chatbot support
  5. ENTERPRISE ($499/month) - 100 domains + IoT/API endpoints, hourly + on-demand scans, full OSINT, internal scanner, priority support
  6. CUSTOM (Custom pricing) - Unlimited domains + users, source code access, white-label reports, custom integrations, dedicated engineer

Step 3: Add Your First Domain

  1. Navigate to Domains in the sidebar
  2. Click Add Domain
  3. Enter your domain name (e.g., example.com)
  4. Click Save

Step 4: Verify Domain Ownership

Before Fence can scan your domain, you need to prove you own it. Choose one of two methods:

  1. Go to your domain's DNS settings (Cloudflare, Route53, etc.)
  2. Add a TXT record:
  3. Name: _fence-verify.example.com
  4. Value: [your-verification-token] (copy from Fence dashboard)
  5. TTL: 3600 (1 hour)
  6. Wait 5-10 minutes for DNS propagation
  7. Click Verify Domain in Fence

Method B: HTML Meta Tag (Easier)

  1. Add this meta tag to your website's <head> section:
    html <meta name="fence-verify" content="[your-verification-token]">
  2. Deploy your changes
  3. Click Verify Domain in Fence

Step 5: Run Your First Scan

Once verified, Fence will automatically run a full scan of your domain. You can also trigger scans manually:

  1. Go to your domain's detail page
  2. Click Run Scan Now (Enterprise/Custom tiers for on-demand scans, other tiers scan automatically)
  3. Wait 2-5 minutes for scan completion

Step 6: Review Vulnerabilities

After the scan completes:

  1. Navigate to Issues in the sidebar
  2. Review vulnerabilities by severity (Critical, High, Medium, Low)
  3. Click any vulnerability to see:
  4. Plain English explanation
  5. Business impact
  6. Step-by-step fix instructions
  7. Code examples for common frameworks

Step 7: Set Up Notifications (Optional)

Stay informed when vulnerabilities are found:

  1. Go to SettingsNotifications
  2. Click Add Channel
  3. Choose your preferred channel (Email, Slack, Discord, etc.)
  4. Configure the channel (webhook URL, bot token, etc.)
  5. Set alert rules (notify on Critical/High only, etc.)

Next Steps

Congratulations! Your first domain is now being monitored. Here's what to do next:

  • Add more domains - Scale up to 3 domains on Hobby, 25 on Startup, 100 on Enterprise
  • Invite team members - Share access with your team (Settings → Team)
  • Review compliance - Check PCI DSS/HIPAA compliance reports (Startup/Enterprise/Custom)
  • Integrate with CI/CD - Use the API to scan on every deployment (Startup/Enterprise/Custom)

Common Issues

Domain verification fails

Cause: DNS records not propagated yet, or meta tag not deployed

Fix:
- For DNS: Wait 10-15 minutes and try again. Check your DNS records with dig TXT _fence-verify.example.com
- For meta tag: View page source to confirm the tag is present

Scan shows no results

Cause: Your website might be behind a firewall or blocking automated scanners

Fix: Whitelist Fence's scanner IPs (contact support for IP ranges)

Can't access domain after adding it

Cause: Domain belongs to another organization

Fix: Remove the domain from the other organization first, or verify ownership through the current organization

Need Help?

  • Read the Domain Verification Guide for detailed verification instructions
  • Contact your administrator for support
  • Check our FAQ for common questions

Was this page helpful?

Let us know if you have any questions or suggestions.