Turn your Android into a server.
Run your own local server directly from your phone. Share files, host sites, stream media — any device on your Wi-Fi can reach it.
Free • Open Source • No subscriptions
Pocket Server
Your phone. Your server.
Start your server
Your phone isn't sharing anything yet.
Shared Folders
0
No folders yet
Storage
36.5 GB free
10.6 GB used
47.1 GB total
Phone → Server → Devices
live preview — tap the tabs & the server button
Activation
One tap. Your phone starts serving.
SERVER OFFLINE
Infrastructure
Your phone is now your server.
Everything on your network reaches back to one place — the phone in your pocket.
PocketServer
SERVER RUNNING
192.168.1.20:8080
Capabilities
Everything runs locally.
Four things your phone starts doing the moment the server runs.
01 — File server
Your files. On your network.
Access your files anywhere on your network. Browse and transfer files stored on your phone directly from your laptop, desktop, or tablet.
Home
Files
Photos
Media
- Photos248 items
- Videos36 items
- Documents12 items
- Projects8 items
- Downloads1.2 GB
02 — Web server
Host from your pocket.
Host your own web services. Run web applications and services directly from your Android device and access them through your local network.
served from your phone
Hello, local network.
A tiny site living in a folder on your Android — rendered instantly on any device nearby.
03 — Media server
Your media. Without the cloud.
Your personal media hub. Access your photos, videos, music, and other media from devices connected to your network.
Media
284 files
04 — One tap
Start in seconds.
One tap to start. Start and stop your server instantly with a simple, intuitive interface.
Server running
http://192.168.1.20:8080
Your Data Stays With You
PocketServer is designed around local network access, giving you control over where your data goes.
Lightweight by Design
Built to run efficiently on your Android device without turning your phone into a complicated server setup.
From phone to server in seconds.
Three steps. No terminal, no config files, no port-forwarding.
Install PocketServer
Download and install the Android application.
PocketServer.apk
Start Your Server
Open PocketServer and tap Start Server.
[ Start Server ]
Connect
Open the provided local address on your laptop, desktop, or another device.
http://192.168.1.20:8080
Built in the open.
PocketServer is open source. Explore the code, report issues, suggest improvements, or contribute to the project.
View sourceMIT · Kotlin · Android
PocketServer/
app/
server/
network/
storage/
ui/
HttpServerManager.kt
StorageManager.kt
README.md
// your phone, your server
fun main() {
PocketServer.start {
port = 8080
host("0.0.0.0")
serve(files + media + web)
}
}Get PocketServer
Your phone is ready.
Install PocketServer and turn your Android into your own local server.
https://github.com/saketkhundia/Pocket-Server/raw/main/Public/PocketServer.apkAndroid may ask you to allow installation from this source.
Direct download • no account • no redirect
Questions, answered.
PocketServer turns your Android phone into a local server that can be accessed by other devices on your network — for files, web services, and media.