-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
FAQ ownCloud
If you have just installed the ownCloud package from SynoCommunity, you can log in with the default credentials:
-
Username:
admin
-
Password:
admin
For security reasons, it is recommended to change these credentials immediately after logging in.
The occ
command (ownCloud console) is a powerful command-line tool that allows you to perform various administrative tasks. Follow these steps to use occ
on your Synology NAS.
Ensure SSH is enabled on your DiskStation. If you haven't done this yet, refer to the SSH Guide for instructions.
To simplify command execution, define the following shortcuts:
oc_php=/usr/local/bin/php74
oc_occ=/var/services/web/owncloud/occ
oc_usr=http
oc_occ=/var/services/web_packages/owncloud/occ
oc_usr=sc-owncloud
Once the shortcuts are set, you can execute an occ
command as follows:
sudo -u $oc_usr $oc_php $oc_occ --version
Replace --version
with any other occ
command you need to run.
If your files are not updating correctly in the Files view after modifying them outside of the web interface (e.g., via WebDAV), ownCloud may not be detecting changes automatically.
To resolve this, adjust the filesystem check settings by following these steps:
Ensure you have completed the steps in the Using the occ
Command section above.
sudo -u $oc_usr $oc_php $oc_occ maintenance:mode --on
sudo -u $oc_usr $oc_php $oc_occ config:system:set --type=integer filesystem_check_changes --value 1
sudo -u $oc_usr $oc_php $oc_occ maintenance:mode --off
This ensures that ownCloud will detect filesystem changes, keeping the Files view up to date.
- Home
-
Packages
- Adminer
- Aria2
- Beets
- BicBucStriim
- Borgmatic
- cloudflared
- Comskip
- Debian Chroot
- Deluge
- Duplicity
- dnscrypt-proxy
- FFmpeg
- FFsync
- Flexget
- Gstreamer
- Google Authenticator
- Home Assistant Core
- Jellyfin
- Kiwix
- [matrix] Synapse homeserver
- MinIO
- Mono
- Mosh
- Mosquitto
- Node-Exporter
- ownCloud
- Radarr/Sonarr/Lidarr/Jackett
- SaltStack
- SickBeard Custom
- SynoCLI-Disk
- SynoCLI-Devel
- SynoCLI-File
- SynoCLI-Kernel
- SynoCLI-Misc.
- SynoCLI-Monitor
- SynoCLI-NET
- Synogear
- Concepts
- Development
- Resources