Cloud Storage (oCIS) — User Guide
Electric Monk provides cloud file storage powered by oCIS (ownCloud Infinite Scale) at files.electricmonk.io.
Features
- File storage and sync — upload, download, and organize files in the browser
- File sharing — share files and folders via links or with other users
- OnlyOffice integration — edit documents, spreadsheets, and presentations in the browser
- Spaces — collaborative workspaces for teams or projects
- Version history — previous versions of files are preserved
- Trash / Recycle bin — deleted files can be recovered
- SSH/SFTP access — direct file access via command line at
cs.electricmonk.io - WebDAV — sync files with desktop and mobile clients
- SSO login — authenticate through Authentik
Getting Started
Web Interface
- Go to files.electricmonk.io
- Click Log in — you'll be redirected to Authentik
- Log in with your Authentik credentials
- You'll see your personal file space
Desktop Sync Client
- Download the ownCloud Desktop Client from owncloud.com/desktop-app
- Enter the server URL:
https://files.electricmonk.io - Authenticate via the browser (Authentik SSO)
- Choose which folders to sync to your computer
- Files will sync automatically in the background
Mobile App
- Install ownCloud from the App Store or Google Play
- Enter server URL:
https://files.electricmonk.io - Log in via Authentik
- Browse, upload, and download files from your phone
Uploading Files
Via Web Interface
- Drag and drop files into the browser window
- Click the + button → Upload to browse for files
- Create new folders with + → New folder
Via SSH/SFTP
Connect to cs.electricmonk.io for direct file access:
# SFTP
sftp you@cs.electricmonk.io
# SCP
scp file.txt you@cs.electricmonk.io:~/
# rsync
rsync -avz ./local-folder/ you@cs.electricmonk.io:~/remote-folder/
SSH access uses public key authentication only — manage your SSH keys through the admin portal.
See: SSH Server Setup for detailed SSH configuration.
Sharing Files
Share with Other Users
- Right-click a file or folder → Share
- Type the recipient's name or email
- Set permissions (view, edit, re-share)
- The recipient will see the shared item in their "Shared with me" section
Share via Public Link
- Right-click a file or folder → Share → Public Links
- Click Create public link
- Configure:
- Password protection — require a password to access
- Expiration date — link expires automatically
- Permissions — view only, or allow upload
- Copy the link and send it to anyone
Editing Documents with OnlyOffice
Documents, spreadsheets, and presentations can be edited directly in the browser:
- Click any
.docx,.xlsx,.pptx, or.odtfile - OnlyOffice opens in a new tab at office.electricmonk.io
- Edit the document — changes are saved automatically
- Multiple users can edit simultaneously (real-time collaboration)
Supported formats include: .docx, .xlsx, .pptx, .odt, .ods, .odp, .csv, .txt
Spaces (Collaborative Workspaces)
Spaces are shared workspaces for teams or projects:
- Click Spaces in the left sidebar
- Create a new Space or browse existing ones
- Add members and set their roles (manager, editor, viewer)
- Files in a Space are accessible to all members
Version History
oCIS keeps previous versions of files:
- Right-click a file → Details → Versions
- View the list of previous versions with timestamps
- Click Restore to revert to a previous version
- Download any previous version directly
Trash / Recovery
Deleted files go to the trash and can be recovered:
- Click Deleted files in the left sidebar
- Select the file(s) to recover
- Click Restore to put them back
- Or Delete permanently to free up space
Storage Quotas
Storage quotas may be configured per-user by an administrator. Check your usage in Settings → General in the web interface.
Troubleshooting
Files not syncing (desktop client)
- Check the sync status icon in your system tray
- Click the oCIS icon → Activity to see sync errors
- Ensure you're logged in (re-authenticate if your Authentik session expired)
- Check for file name conflicts or unsupported characters
Can't edit documents in OnlyOffice
- Ensure you have edit permissions on the file
- Try refreshing the page
- OnlyOffice opens at
office.electricmonk.io— ensure this domain is accessible - Some file formats must be converted before editing (oCIS will prompt you)
SSH/SFTP connection refused
- Verify your SSH key is registered at portal.electricmonk.io
- Connect to
cs.electricmonk.ioon port22 - Only public key authentication is accepted (no passwords)