Remote Server Access from Your VR Headset
FTP (File Transfer Protocol) servers remain one of the most common ways to host and share files remotely. Seedboxes, personal servers, web hosting, NAS devices with FTP enabled, and shared file repositories all use FTP or its secure variants (FTPS, SFTP). Accessing these from a VR headset eliminates the need for a PC as an intermediary when you want to download content or stream media.
AnExplorer's built-in FTP client connects your Quest or PICO headset directly to remote servers. Browse directories, download files, stream video, and manage remote content — all from within VR.
Why FTP on a VR Headset?
Seedbox access
Many users maintain seedboxes (remote servers for downloading and sharing large files). These typically provide:
- FTP/SFTP access to downloaded content
- Large storage (1-10+ TB) of media files
- High-bandwidth connections (1-10 Gbps upload)
With AnExplorer's FTP client on your headset:
- Connect to seedbox via SFTP
- Browse your downloaded media library
- Stream videos directly → plays in VR cinema (Skybox, DeoVR)
- Download files you want offline on the headset
No PC required — access your seedbox content directly from VR.
Personal server / VPS
If you run a personal server (home server, VPS, or dedicated hosting):
- Access files stored on your server from VR
- Download documents, media, or game files
- Manage server content (upload screenshots, recordings from VR)
- Stream your personal media library hosted on the server
Web hosting file access
Web developers or site owners with FTP access to their hosting:
- Download files from your web hosting
- Check uploaded content
- Access backup files stored on the server
NAS with FTP enabled
Some NAS devices (Synology, QNAP) expose FTP/SFTP alongside SMB:
- Connect via SFTP when outside your home network (SFTP works over internet; SMB is local-only)
- Access your NAS remotely from VR when traveling
- Combine with VPN for secure remote NAS access
Connecting to Servers
FTP (plain — port 21)
Basic unencrypted connection:
- AnExplorer → Network → FTP → Add Server
- Server:
ftp.yourserver.comor IP address - Port:
21(default for FTP) - Username/password or anonymous
- Connect → browse server files
When to use: Local network transfers where encryption isn't needed, or legacy servers that only support plain FTP.
FTPS (FTP over TLS — port 990)
Encrypted FTP connection:
- AnExplorer → Network → FTP → Add Server
- Server:
ftps.yourserver.com - Port:
990(implicit FTPS) or21(explicit FTPS/STARTTLS) - Enable SSL/TLS option
- Username/password
- Connect → encrypted browsing
When to use: Servers that support FTPS, providing encryption without SSH access.
SFTP (SSH File Transfer — port 22)
Most secure option — runs over SSH:
- AnExplorer → Network → SFTP → Add Server
- Server:
sftp.yourserver.comor IP - Port:
22(default for SSH/SFTP) - Username/password (or key authentication)
- Connect → fully encrypted session
When to use: Always prefer SFTP when available. Most modern servers, seedboxes, VPS, and NAS devices support it. Best security for accessing content over the internet.
Streaming Media from FTP
The most compelling use case: streaming your remote media library directly in VR.
Video streaming workflow
- Connect to server via FTP/SFTP
- Navigate to your media library (Movies/, TV Shows/, etc.)
- Tap a video file → it launches in your VR video player
- Video streams from the remote server to your headset
- Watch on a virtual cinema screen in VR
Streaming requirements
| Content | Server upload needed | Your download needed | Experience |
|---|---|---|---|
| 720p movie | 5 Mbps | 5 Mbps | ✅ Smooth |
| 1080p movie (H.264) | 15 Mbps | 15 Mbps | ✅ Smooth on good connection |
| 1080p movie (H.265) | 8 Mbps | 8 Mbps | ✅ Smooth |
| 4K movie | 40+ Mbps | 40+ Mbps | ⚠️ Requires fast connection both ends |
| Audio (FLAC) | 2 Mbps | 2 Mbps | ✅ Always smooth |
For reliable VR streaming from FTP: Stick with 1080p H.265 encoded content. It provides excellent quality at manageable bitrates. 4K streaming from remote servers requires both fast upload (server) and fast download (headset WiFi → internet).
Audio streaming
Music files stream even more easily:
- Connect to server → navigate to music folder
- Tap audio file → plays through headset speakers or connected earbuds
- Background playback while doing other VR activities
Downloading Content
For large files or unreliable connections, download first:
- Connect to server
- Navigate to desired file
- Long-press → Download (or copy to local storage)
- File saves to headset storage
- Play offline anytime — no connection needed later
Download vs stream decision
| Situation | Recommendation |
|---|---|
| Fast, stable connection + watching once | Stream |
| Slow/unreliable connection | Download first |
| Content you'll watch multiple times | Download |
| Trying before committing (large file) | Stream to preview |
| Limited headset storage | Stream |
| Going offline soon (travel) | Download |
Server Management from VR
Beyond downloading, AnExplorer's FTP client provides full file operations:
- Browse — navigate the remote directory structure
- Download — copy remote files to headset
- Upload — send headset files to the server (VR recordings, screenshots)
- Delete — remove files from the server (clean up watched content)
- Create directories — organize content on the server
- Rename — fix file/folder names remotely
Uploading VR captures
Your headset records screenshots and screen recordings. Upload them to your server for safekeeping or sharing:
- AnExplorer → navigate to headset's recording folder
- Select captures → Copy
- Navigate to the FTP remote connection → paste
- Files upload to server
- Access them later from any device connected to the same server
Security Best Practices
| Practice | Why it matters |
|---|---|
| Use SFTP over plain FTP | Credentials and data encrypted in transit |
| Don't use plain FTP over public WiFi | Anyone on the network can see your password |
| Use strong passwords | Server access = full file access |
| Change default port (if you control the server) | Reduces automated scanning/attacks |
| Disconnect after use | Don't leave persistent connections open |
Minimum recommendation: Always use SFTP (port 22) when accessing servers over the internet. Plain FTP is acceptable only on trusted local networks.
Connection Troubleshooting
| Issue | Solution |
|---|---|
| Connection refused | Check server address, port, and that FTP service is running |
| Authentication failed | Verify username/password; check caps lock in VR keyboard |
| Timeout | Server might be blocking your IP; check firewall rules |
| Slow browsing | Large directory listings take time; navigate to specific paths |
| Can't stream video | Check bandwidth; try downloading a small file first to verify connection works |
| SSL certificate error (FTPS) | Server may use self-signed cert; option to accept in AnExplorer settings |
Saving Server Connections
AnExplorer saves your server configurations:
- Server address, port, protocol
- Username (password optionally saved)
- Default remote directory
- Saved as bookmark for quick reconnection
Set up your servers once → reconnect with a single tap in future sessions.
FTP vs Other Remote Access in VR
| Method | Speed | Security | Setup complexity | Best for |
|---|---|---|---|---|
| FTP (plain) | Fast | ❌ None | Easy | Local network only |
| FTPS | Fast | ✅ Encrypted | Medium | Servers with TLS support |
| SFTP | Fast | ✅ Encrypted (SSH) | Medium | Best all-around remote access |
| SMB | Fast (local) | ⚠️ LAN only | Easy | Home NAS on same WiFi |
| Cloud storage | Variable | ✅ Encrypted | Easy | Google Drive, Dropbox, MEGA |
| WebDAV | Medium | ✅ Over HTTPS | Medium | Web-based file servers |
SFTP is the recommended choice for remote server access from VR. SMB is better for local NAS access. Cloud storage is simplest for casual file access.
Related Guides
- FTP Client Feature — full FTP client capabilities
- File Manager for VR Headset — VR file management overview
- Video Player for VR Headset — play streamed media in VR
- Google Drive on VR Headset — cloud alternative to FTP
