Symlink expiry

How long temporary /d/token download grants stay valid (1–10080 minutes). Default 15.

Settingsymlink_expire

Symlink expiry

How long short-lived /d/<token> download grants stay valid.

Where to find it

Admin → Settings → Files → Downloads → Symlink expiry (minutes)

Setting key: symlink_expire

Range: 1–10080 minutes (up to 7 days). Default 15.

Env override: DOWNLOAD_GRANT_TTL_SECONDS (when set in a supported range) can override the minutes setting — check the VPS if TTL ignores admin.

How it works

After countdown/captcha and “Create download link”, the visitor gets a temporary grant URL. When it expires, they mint a new one from the file page.

Common problems

Link expired tickets

TTL too short for slow or multi-GB transfers. Raise minutes.

Sharing temp links on forums

Prefer the public file URL. Temp /d/ links are meant to be short-lived.

Related