Blame

cec119 theophile 2025-11-01 11:54:10
initial page, with link to occ wiki
1
# Nextcloud
2
3
- [Project Page](https://nextcloud.com/)
4
- [Source Code](https://github.com/nextcloud)
5
- [Source Code (snap edition)](https://github.com/nextcloud-snap/nextcloud-snap)
6
7
8
9
10
## OCC
ba7381 theophile 2025-11-01 11:55:48
added occ definition and maintenance mode cmd
11
**OCC** (_Own Cloud Console_) is a commandline management interface requiring root privileges and is accessed from the Nextcloud snap host shell.
12
13
It is useful notably to **turn off maintenance mode**.
14
15
```bash
16
sudo nextcloud.occ maintenance:mode --off
17
```
cec119 theophile 2025-11-01 11:54:10
initial page, with link to occ wiki
18
19
- [snap version occ wiki page](https://github.com/nextcloud-snap/nextcloud-snap/wiki/OCC-management-console)