Remote URL upload

Master switch for the Remote URL tab and POST /api/upload/from-url. Defaults on.

Settingtoggle.remote_url_upload_mod

Remote URL upload

When off, the Remote URL upload tab is hidden and POST /api/upload/from-url returns an error.

Where to find it

Admin → Settings → Mods → Upload sources → Remote URL upload

Setting key: toggle.remote_url_upload_mod (defaults on)

How it works

The server fetches HTTP(S) URLs into the member’s account. Users limits can still block remote URL per tier. Also see Remote URL rate limit.

Common problems

Tab visible but every URL fails

Tier block, hard cap, remote host blocking your VPS IP, or rate limit. Check logs and the per-tier block-remote-URL row.

Related