Skip to main content
“Establish an Internet connection to continue” when logged in as a standard user in Maya.

“Establish an Internet connection to continue” when logged in as a standard user in Maya.

BySuperRenders Farm Team
Published Mar 2, 20266 min read
Fix Maya Establish an Internet connection error — folder permissions for standard Windows users.

The "Establish an Internet connection" Dialog

You launch Maya and immediately hit a dialog: "Establish an Internet connection to continue." Even though your machine is online, Maya blocks rendering until the error clears. This is a licensing connectivity issue, not a network outage.

We've seen this across Windows installations—both in single-user setups and on render nodes. The root cause is always the same: Maya's licensing system can't reach Autodesk's servers to activate or verify your seat. But the fix depends on where the connection is actually breaking.

Why Maya Can't Connect to Autodesk Licensing Servers

Maya's licensing component runs as a background service. When you hit render, it queries Autodesk's activation servers to confirm your license is valid. If that query fails, Maya halts rendering and shows the "Establish an Internet connection" error—even if your browser and other apps work fine.

The disconnect happens at four chokepoints:

1. Windows User Permissions If you're logged in as a standard (non-admin) user, Maya's licensing component may lack permissions to write temporary files or access registry keys in system folders. This blocks the activation handshake before it even attempts the network call.

2. Firewall or Corporate Proxy Your network firewall or corporate proxy is blocking outbound connections to Autodesk's licensing endpoints. This is especially common in studio environments where security policies restrict external API calls.

3. VPN Interference Some VPN clients intercept or re-route SSL/TLS traffic in ways that break certificate validation. Autodesk's licensing servers use certificate pinning for security; if your VPN's certificate proxy sits in the middle, the validation fails.

4. Autodesk Desktop App Conflicts If you have the Autodesk Desktop App installed alongside Maya, a mismatch between app versions or corrupted app cache can cause both to fail licensing checks simultaneously. This is often overlooked but very common in 2024–2026 installations.

Fix 1: Give Standard User Full Control to Autodesk Folders

If you're running Maya as a standard Windows user (not admin):

  1. Open File Explorer and navigate to:

    • C:\Program Files\Autodesk
    • C:\ProgramData\Autodesk
    • C:\Users\[YourUsername]\AppData\Local\Autodesk
    • C:\Users\[YourUsername]\AppData\Roaming\Autodesk
  2. Right-click each folder → PropertiesSecurity tab → Edit.

  3. Select your user account, check Full Control, and click Apply.

  4. Restart Maya.

This restores write permissions that the installer sometimes fails to set for standard users.

Fix 2: Configure Firewall and Proxy Rules

Maya needs outbound access to Autodesk's licensing servers. Check your firewall and proxy logs:

  1. Windows Defender Firewall: Open SettingsPrivacy & SecurityWindows SecurityFirewall & network protection. Check if Maya is blocked. If so, click Allow an app through firewall and add autodesk\maya\bin\maya.exe.

  2. Corporate Proxy: If your network uses a proxy server, Maya needs proxy authentication credentials. Open Maya's PreferencesHelpLicensing (or equivalent in your Maya version) and enter your proxy server details if available. You may need to ask your network admin for the proxy server address and port.

  3. Autodesk Licensing Endpoints: Ensure your firewall allows outbound HTTPS (port 443) to:

    • licensing.autodesk.com
    • *.licensing.autodesk.com
    • activationservices.autodesk.com

Ask your IT team to whitelist these domains if you're on a restricted network.

Fix 3: Disconnect or Reconfigure Your VPN

VPN software sometimes interferes with Autodesk's certificate validation:

  1. Temporarily disable your VPN and restart Maya to test. If the error clears, your VPN is the culprit.

  2. Check your VPN's certificate proxy settings. Some VPNs (especially corporate security tools) intercept SSL traffic. Autodesk's licensing uses certificate pinning, which fails if a proxy certificate sits in the middle. Contact your VPN provider to see if you can exclude licensing.autodesk.com from certificate interception.

  3. Use split tunneling if available in your VPN. This lets you route Autodesk's licensing traffic directly, bypassing the VPN's certificate proxy.

Fix 4: Clear and Reinstall the Autodesk Desktop App

If you have the Autodesk Desktop App installed:

  1. Uninstall the Autodesk Desktop App from Control PanelProgramsUninstall a program.

  2. Clear the app cache: Delete the folder C:\Users\[YourUsername]\AppData\Local\Autodesk\AdskAppManager.

  3. Reinstall Maya fresh — do NOT reinstall the Desktop App unless you specifically need it for Creative Cloud licensing.

  4. Restart your machine and launch Maya again.

Mismatched versions between the Desktop App and Maya (especially after Maya updates) frequently cause licensing cascade failures.

Fix 5: Check Your Autodesk Account and License Seat

If none of the above work, verify your license is still valid:

  1. Go to manage.autodesk.com and log in with your Autodesk account.

  2. Check My Licenses to confirm Maya is listed and the license hasn't expired or been revoked.

  3. If the license is in a "grace period" or "trial expired" state, you won't be able to render. Contact Autodesk sales to renew.

  4. Sign out of Maya and sign back in with your Autodesk account credentials. Sometimes Maya's cached authentication is stale.

For Render Farm Users

If you're setting up Maya on a render node (cloud or on-premise), the licensing error is almost always a permissions or network issue:

  • Confirm the render service account has full control to all Autodesk folders (Fix 1).
  • Ensure the render node has outbound HTTPS access to Autodesk's servers (Fix 2).
  • If the node sits behind a VPN or private network, work with your infrastructure team to allow licensing endpoints.
  • Check the render farm's documentation. Super Renders Farm, for example, handles all licensing setup for you — your scene files submit and render without any manual seat management on your end. See our guide on maya cloud rendering for more details.

FAQs

Q: Is this error a genuine internet outage? A: Rarely. Test your internet by opening a browser and visiting any website. If the web works but Maya still shows the error, it's a licensing connection issue, not your network.

Q: Can I render offline? A: Not with subscription licenses. Maya's licensing system requires at least one successful online activation every 30 days. If you need to render offline for extended periods, contact Autodesk about offline licensing options.

Q: I'm on a corporate network. What should I ask IT? A: Request whitelist access to licensing.autodesk.com, activationservices.autodesk.com, and *.licensing.autodesk.com on port 443. Also mention that your application (Maya) needs to bypass the corporate certificate proxy for these domains if one is in place.

Q: Do I need to reinstall Maya? A: Only as a last resort. Try all five fixes above first. If you do reinstall, back up your Documents\maya\ folder (project files and preferences), uninstall completely, restart Windows, then reinstall.

Q: Why does this happen on standard user accounts? A: The Autodesk license manager writes temporary validation files to system folders. Standard users have read-only access by default. Giving full control to these folders (Fix 1) resolves the majority of permission-related cases we see.

Q: Does this error mean my license expired? A: Not necessarily. It means the licensing check couldn't complete. Go to manage.autodesk.com to verify your license status directly—that's the source of truth.

Related Articles

For troubleshooting other Maya errors, see fix Maya 2023 "Stopped Working" error.

For more on cloud rendering workflows, check our cloud rendering guide for VFX and product visualization.

References

Last Updated: 2026-03-17

Fix Maya Internet Connection Required Error | SuperRenders