ownCloud Administrators Manual

    • Overview
    • ownCloud 6.0 Admin Documentation
    • Installation
    • Configuration
      • Managing Apps
      • User Management
      • LDAP Authentication
      • Background Jobs
      • Find Third-Party Libraries
      • Automatic Configuration
      • Customizing Client Download Links
      • MySQL/Postgres/SQLite Support
      • Using Server-Side Encryption
      • Disable Knowledge Base
      • Setting the Default Language
      • Configure Logging
      • Sending Mail Notifications
      • Enable Maintenance Mode
        • Parameters
      • Enabling File Previews
      • Reverse Proxy Configuration
      • Dealing with Big File Uploads
      • Custom Mount Configuration Web-GUI
      • Custom Mount Configuration
      • Custom User Backend Configuration
      • Serving static files via web server
    • Apps
    • Maintenance
    • Driving Events with Cron
    • Quota Calculation
    • Sharing API
    • The Configuration File
    • Issues

Enable Maintenance Mode¶

If you want to prevent users to login to ownCloud before you start doing some maintenance work, you need to set the value of the maintenance parameter to true. Please keep in mind that users who are already logged-in are kicked out of ownCloud instantly.

Parameters¶

<?php

  "maintenance" => false,

This parameters can be set in the config/config.php