ownCloud は、オリジナルのオープンソースのセルフホスト型クラウド プラットフォームです。Nextcloud は、2016 年に ownCloud から分岐されました。どちらもファイル アクセスに同じ WebDAV プロトコルを使用するため、AnExplorer は同じ方法で、WebDAV ブックマーク経由で ownCloud に接続します。
ownCloud を AnExplorer に接続する方法
ownCloud は次の場所で WebDAV を公開します。
「` https://your-owncloud-server.com/remote.php/webdav/
Older ownCloud v8 and below use `/remote.php/webdav` (no trailing slash); v9+ uses the same path as above.
**In AnExplorer:**
1. Open AnExplorer and tap **+** in the sidebar
2. Select **WebDAV**
3. Enter your ownCloud WebDAV URL
4. Username and Password: your ownCloud credentials
The connection appears in AnExplorer's sidebar and works like any other storage location.
## App Passwords for ownCloud
If you have 2FA (two-factor authentication) enabled in ownCloud, you must use an app password. App password support was introduced in ownCloud 10.0.
**Create an app password:**
1. Log in to ownCloud
2. Click top-right avatar → **Settings** → **Security**
3. In the "App passwords" section, generate a new app password
4. Use this password in AnExplorer instead of your main password
## ownCloud vs Nextcloud — Key Differences for AnExplorer Users
Both are self-hosted WebDAV servers and connect identically to AnExplorer. The main differences are in the server software itself:
| | ownCloud | Nextcloud |
|-|----------|-----------|
| License | AGPL + Commercial | AGPL |
| Typical users | Enterprise (ownCloud Infinite Scale) | Self-hosters, homelab |
| Mobile sync app | ✅ | ✅ |
| AnExplorer WebDAV | ✅ | ✅ |
| Synology package | ✅ | ✅ |
| Docker image | ✅ | ✅ |
If you're deciding between the two for a fresh install: Nextcloud has a larger community and receives more frequent updates. ownCloud's Infinite Scale (oCIS) is their next-generation rewrite being adopted by enterprise customers.
## WebDAV URL by ownCloud Version
| ownCloud Version | WebDAV URL |
|-----------------|------------|
| ownCloud 10.x | `https://your-server.com/remote.php/webdav/` |
| ownCloud Infinite Scale (oCIS) | `https://your-server.com/remote.php/webdav/` (same) |
| Older v8 and below | `https://your-server.com/remote.php/webdav` |
Test your URL in a browser — if prompted with an HTTP authentication dialog, the URL is correct. A 404 means the URL needs adjustment.
## Common Workflows
**Move files from ownCloud to NAS:**
1. Open ownCloud WebDAV bookmark in AnExplorer
2. Long-press files > Copy
3. Navigate to your [SMB/NAS bookmark](/ja/network/nas)
4. Paste — AnExplorer transfers directly between the two servers
**Back up phone photos to ownCloud:**
1. Navigate to your phone's `DCIM/` AnExplorer 内のフォルダー
2. 写真を選択 > コピー
3. ownCloud WebDAV を開き、バックアップ フォルダーに移動し、貼り付けます。
自動写真バックアップの場合、公式の ownCloud Android アプリには自動アップロード機能があり、管理と一括ファイル操作には AnExplorer を使用してください。
## トラブルシューティング
**SSL 証明書エラー:**
- 自己署名証明書を使用した ownCloud では、AnExplorer で SSL エラーが発生します
- ほとんどのユーザーは Let's Encrypt 経由で適切な証明書をインストールします。 LAN では、HTTPS ではなく HTTP を試してください
**リモート アクセスでの接続タイムアウト:**
- ルーターでポート 443 (HTTPS) または 80 (HTTP) が開いていることを確認してください。
- より安全なリモート アクセスを実現するには、ownCloud を公開する代わりに、[SFTP または VPN + WebDAV](/ja/network/openvpn-share) を使用してください。
## 関連ガイド
- [Nextcloud WebDAV ガイド](/ja/cloud/nextcloud)
- [AnExplorer での WebDAV 接続](/ja/network/webdav)
- [Android から NAS に接続](/ja/network/nas)
- [SFTP による安全なリモート アクセス](/ja/network/sftp)
