Plex from PR2100 will not load on Computer after configured
Got it — your **Plex Media Server on WD My Cloud PR2100** was configured, but it **won’t load on your computer** afterward. Let’s troubleshoot this step-by-step to get Plex working again.
---
### 🔍 Step 1: Verify Plex is Running on the PR2100
1. **Log in to your WD My Cloud dashboard**:
* Open a browser and go to:
```
http://<your-PR2100-IP-address>
```
2. Go to **Apps > Installed Apps**.
3. Check if **Plex Media Server** is listed and shows as **Running**.
* If it says *Stopped*, click **Start**.
* If it doesn’t respond, click **Uninstall**, then reinstall it from the **App Store** tab.
---
### ⚙️ Step 2: Confirm the Plex Port and Access URL
* Normally, Plex runs on:
```
http://<your-PR2100-IP-address>:32400/web
```
* Try visiting that directly in your browser.
* Example: `http://192.168.1.45:32400/web`
* If it doesn’t load:
* Make sure **port 32400** isn’t blocked by your router or firewall.
* Try accessing via a different browser or computer on the same network.
---
### 🧩 Step 3: Check WD My Cloud OS Permissions
Sometimes Plex’s app permissions get messed up:
1. Go to **Apps > Plex Media Server > Configure** (gear icon).
2. Ensure **Plex has access to shared folders** (e.g., `Public`, `Movies`, etc.).
3. Restart the PR2100 after applying settings.
---
### 🌐 Step 4: Verify Plex Account Connection
1. Visit [https://plex.tv/link](https://plex.tv/link).
2. Ensure the PR2100 Plex server appears under your **Devices** in your Plex account.
3. If it’s missing, open Plex again via `http://<IP>:32400/web`, log in, and relink your account.
---
### 🧱 Step 5: Check Firmware and Plex Version
Outdated firmware or Plex app can cause incompatibility.
* **Update WD My Cloud PR2100 firmware** via Dashboard → **Settings > Firmware Update**.
* **Update Plex Media Server** from the WD App Store or download the latest `.bin` from Plex’s NAS page:
👉 [https://www.plex.tv/media-server-downloads/](https://www.plex.tv/media-server-downloads/)
Choose **“Western Digital”** → **“My Cloud PR2100”**, then manually install it under **Apps > Install an App Manually**.
---
### 🔄 Step 6: Clear Browser Cache or Reset Plex Database (if still not loading)
If Plex refuses to load even locally:
1. Clear your browser cache/cookies.
2. Reboot the NAS.
3. If still not loading, SSH into your PR2100 (advanced users) and rename the Plex data folder:
```
/shares/Volume_1/PlexMediaServer
```
Then reinstall Plex — it will create a clean config.
---
### 🧠 Quick Check Summary
| Step | Check |
| ---- | ---------------------------------- |
| 1 | Plex app is running |
| 2 | Access via `http://<IP>:32400/web` |
| 3 | Permissions set correctly |
| 4 | Plex account linked |
| 5 | Firmware + Plex app updated |
| 6 | Browser cache or data folder reset |
---
Could you tell me what happens exactly when you try to open Plex —
for example:
* Does the page *not load at all* (timeout)?
* Do you get an error like “Unable to connect to server”?
* Or does it load but show *no libraries*?
That’ll help me pinpoint whether it’s a **network**, **app**, or **database** issue.
0コメント