Skip to content

FAQ Triage

This page is not a full troubleshooting manual. It routes symptoms to the right document. When something is already broken, finding the right entry point by symptom is faster than reading the whole manual from the beginning.

Service and Login

SymptomRead firstCommon causes
The service will not startTroubleshooting: service will not startConfiguration file path, database connection, port conflict, directory permissions
Health check failsFirst-Start ChecklistDatabase not ready, migrations incomplete, default policy not initialized
You keep getting logged outLogin and Sessions / System SettingsCookie HTTPS settings, public site URL, reverse proxy Host handling
New users cannot log in after registrationSystem Settings / MailEmail activation is enabled but mail delivery is not working

Uploads, Downloads, and Storage

SymptomRead firstCommon causes
Small files upload, large files failUploads and Large FilesReverse proxy size limit, timeout, chunk size, temporary directory space
Direct-to-object-storage upload failsStorage Policies / Uploads and Large FilesS3 CORS, exposed ETag, browser origin not allowed
Follower-node policy upload failsFollower NodesFollower unreachable, wrong base_url, default ingress target not applied
Capacity looks wrongOperations CLI: doctorStorage usage counters drifted and need a deep check

Sharing, WebDAV, and Online Editing

SymptomRead firstCommon causes
Share link uses the wrong domainSystem Settings: public site URLPublic site URL is empty, or the first entry is not the primary public entry point
WebDAV cannot connectWebDAV / Reverse ProxyProxy does not pass WebDAV methods, path prefix, or upload limit correctly
Office files will not openFile Editing / System Settings: preview appsWOPI service cannot call back to AsterDrive; public site URL or CORS is wrong
Page looks broken after an upgradeFrontend Asset CacheBrowser, CDN, or proxy cached old assets

Configuration and Maintenance

SymptomRead firstCommon causes
You do not know whether to use the admin UI or edit filesConfiguration OverviewStartup configuration, system settings, storage policies, and reverse proxy settings are mixed together
You cannot enter the admin UI but need to change configurationOperations CLI: configYou need to view, validate, or write system settings offline
You are preparing to upgrade and worry about rollbackUpgrades and Version Migration / Backup and RestoreOld binary/image, configuration, database, and upload-directory backups are not prepared
Terminology is unclearGlossaryFirst separate primary node, follower node, storage policy, policy group, and ingress target

Still Not Solved?

Collect these details before opening an issue or asking someone to look:

  • AsterDrive version
  • Deployment method: Docker, systemd, or direct binary run
  • Database backend: SQLite, PostgreSQL, or MySQL
  • Storage policy type: local, S3 / MinIO, or follower node
  • Reverse proxy type and key configuration
  • Browser console error, server logs, and the related error code

If you have an error code, read Error Code Handling first. If there is no error code but the symptom is clear, start from Troubleshooting.

Released under the MIT License