Self-host ownCloud
updated Jul 2026deployed & timed by usprices checked · Aug 2026Install verified on Ubuntu 26.04 · Jul 2026 · how we test
ownCloud's modern flagship, Infinite Scale (oCIS) — a cloud-native rewrite in Go that replaces the legacy PHP server Nextcloud originally forked from. Single binary, lighter to run, enterprise-focused file sync and sharing.
Dropbox / yr$144
Self-hosted / yr~$55
You keep$89/yr
Pocket the difference — spin it up on a cheap VPS in minutes.Start free on Kamatera → (opens in new tab)
Key facts
CategoryFile sync & storage
LicenseApache-2.0
StackGo
Min RAM512 MB
Dockeryes
Difficulty
What you need
- Any VPS with at least 512 MB of RAM
- A domain you control — most self-hosted setups need HTTPS in front of them
- About an afternoon — budget time for troubleshooting
Install
Run these commands on your server:
# ownCloud Infinite Scale — single binary, single container
docker run -d --name ocis -p 9200:9200 \
-e OCIS_INSECURE=true \
-e OCIS_URL=https://SERVER_IP:9200 \
-v ocis-data:/var/lib/ocis owncloud/ocis
# open https://SERVER_IP:9200An alternative to
Head-to-head
More self-hosted tools
File sync & storage
Nextcloud
PHPJavaScript
moderateRead guide →
File sync & storage
Syncthing
Go
easyRead guide →
SSO & Identity
Zitadel
Go
hardRead guide →
Code hosting
OneDev
Java
easyRead guide →