KBWEB
Web server software for Android
You can build a website using your phone
KSWEB is an open-source server based on Android.
We can use it to set up a server on our phones.
Tool Preparation#
- An idle Android phone
- A local area network (WiFi, campus network, etc.)
Software Download#
Official Website Download#
Address: http://kslabs.ru/download
Google Play Download#
Address: https://play.google.com/store/apps/details?id=ru.kslabs.ksweb
Software Settings#
After installation, open the software and enter the settings interface to configure the software.
- Check "Auto Start" and grant the software "Auto Start" permissions.
- Check "Minimize on Start".
- "Allow root access", check according to the phone situation. The server under root can customize port 80.
- Check "Disable Power Saving".
- Check "Lock Wi-Fi".
Software Usage#
- Click LIGHTTPD and select "Start Service".
- Place the files that the web server allows users to access in the "htdocs" folder.
Enter http://localhost:8080 in the local browser, and other devices can access it by entering http://"server IP address:8080".