Getting Started
Pixette works with any system supporting WebDAV (SMB in beta). Choose your NAS below for a step-by-step guide.
Install WebDAV Server
Open Package Center on your Synology NAS, search for 'WebDAV Server', and install it.
Enable HTTPS
Open the WebDAV Server package, enable HTTPS and set the port to 5006.
Create a dedicated user
Go to Control Panel → User & Group. Create a new user (e.g., 'pixette') with a strong password. In the user creation wizard, go to the Applications tab and allow access to 'WebDAV Server'.
Set folder permissions
Give the new user Read-only access to the shared folders that contain your photos and videos (e.g., the /photo shared folder).
Connection Details
https://YOUR_NAS_IP:5006pixetteyour_passwordYou can also use your NAS hostname (e.g., https://mynas.local:5006). All values are case-sensitive.
Can't connect?
Check that your device isn't blocked in Control Panel → Security → Account → Auto Block. If the Synology firewall is enabled (Control Panel → Security → Firewall), make sure port 5006 is allowed. Also verify the WebDAV Server logs for detailed error messages.
Connection timeout?
Ensure your device is on the same local network as your NAS. Try using the IP address instead of the hostname.
Set Up the Pixette App #
These steps are the same for all NAS types.
Configure Pixette
Open Pixette on your device and enter the connection details: URL, username, and password. All values are case-sensitive.
Browse and select folders
Tap 'Connect and browse folders', then select the folder containing your photos.
Index your files
Tap 'Index Now' to catalog all your photos and videos. This may take a few minutes depending on your collection size.
Quick Setup with QR Code
Skip manual typing. Generate a QR code with your NAS connection details and scan it with Pixette for instant configuration. Perfect for setting up multiple devices like photo frame tablets.
Secure and open source. Your credentials never leave your browser. The generator runs entirely client-side. view the source code for full transparency.
Can't see the generator? Open it directly on CodePen
Prefer manual entry?
You can also generate QR codes with any standard QR library. Format the data as pipe-separated values:
host|port|username|password|path
Troubleshoot WebDAV Connection #
If you're having trouble connecting Pixette to your NAS, try these steps.
1. Check that the URL is case-sensitive
WebDAV URLs are case-sensitive. Double-check every character, including folder names.
For example: https://192.168.1.100:5006/Photos/Family
2. Test the connection from a computer first
Try connecting to your NAS via WebDAV from your computer using the exact same URL, username, and password. If your computer can't connect either, the issue is with your NAS configuration, not Pixette.
3. Use simple credentials for testing
Avoid special characters (like & £ @ #) in your password during initial setup. Use only letters and numbers until the connection works, then change to a stronger password.
4. Check if your IP is blocked
On Synology, go to Control Panel → Security → Account → Auto Block and verify that your device's IP address hasn't been blacklisted after failed login attempts.
5. Check the firewall and port
If the NAS firewall is enabled, make sure the WebDAV port (e.g. 5006) is allowed. Ensure your device is on the same local network as your NAS.
6. Check the WebDAV Server logs
On Synology, open the WebDAV Server package from Package Center to view logs. These logs often reveal the root cause of connection failures (wrong credentials, permission denied, etc.).
Still stuck? Contact me. I'm happy to help you troubleshoot.