Web Server Ultimate Pro Application icon

Web Server Ultimate Pro 3.2.1

770 KB / 1+ Downloads / Rating 4.3 - 12 reviews


See previous versions

Web Server Ultimate Pro, developed and published by Ice Cold Apps, has released its latest version, 3.2.1, on 2013-05-13. This app falls under the Tools category on the Google Play Store and has achieved over 100 installs. It currently holds an overall rating of 4.3, based on 12 reviews.

Web Server Ultimate Pro APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.icecoldapps.webserverultimatepro

Updated: 12 years ago

Developer Name: Ice Cold Apps

Category: Tools

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing Web Server Ultimate Pro on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.3
Total 12 reviews

Reviews

5 ★, on 2015-06-21
Very nice interface and log display. Easy setup and comprehensive features! Very flexible. Low CPU load even on a terrible little Chinese single-core bargain tablet (which now has a purpose :-) ). WELL worth the $2!

5 ★, on 2014-07-11
I just figured out orbot can be configured to use this as a .onion hidden service on TOR which works behind a firewall and no port forward and secure.

3 ★, on 2018-05-23
Since Google Play's Review Rating system is Having Performance issues, I will be blunt. This app is A File Server in HTTP Interface. Not a Web Server for hosting HTML with auto loading.

1 ★, on 2018-01-21
Can't [Browse] to Document Root ! Doesbit work with Huawei Mate 10 Pro Oreo ?

Previous Versions

Web Server Ultimate Pro 3.2.1
2013-05-13 / 770 KB / Android 2.3+

About this app

The ultimate Web Server! Set logins for certain directories, secure your connection with HTTPS SSL and/or you can even encrypt all files! And you can set specific settings for folders with simple htaccess files (.shtaccess). You can use the built in .shtaccess manager to create/edit them!
For the full list with features (and yes, there are a lot of features) you can scroll down to the features list.

Note. If you find a bug or have a problem please contact us by email since we cannot help you if you post it in the reviews.

But we haven’t mentioned all features yet; you can even set a dynamic DNS updater! The app also has extensive logging functionality, and you can even set the app to email you the log automatically!

Features summary (we are missing a lot of features in this list, so for the full list just contact us):
- Set the document root, port and optionally bind to a hostname
- Set the connection timeout
- Secure the connection with SSL (TLS) and use our built in certificate or use your own certificate (BKS and PKCS12 supported)
- When directory listing is enabled we have our own directory listing template which allows you even to upload files (if upload through POST is enabled)
- Enable .shtaccess parsing for directories. These are files which contain specific settings for the directory it is located in (and subdirectories)
- Start/Stop the Web Server automatically when connected/disconnected from a specified WIFI network, or on boot
- Verbose log (filter, email, etc)
- Add multiple dynamic DNS updaters (set a custom URL, or choose from ChangeIP, DNSdynamic, DNSexit, DNSMadeEasy, DNS-O-Matic, DNSPark, DtDNS, DynDNS, easyDNS, eNom, HE.net, Joker, Namecheap, No-IP, ZoneEdit)

Features .shtaccess (can be set for specific folders):
You can use the built in .shtaccess manager to edit/set settings or edit a .shtaccess manually using a text editor.
- Add a required login(s)
- Disable directory listing
- Enable Server Side Includes (SSI): read more about it in the next list with features
- Enable directory downloading (TAR, ZIP, TGZ)
- Enable uploading files through POST
- Enable file deleting
- Enable GZIP compression
- Disable mime types and force downloading of all files
- Enable file encryption (AES 128 bit or DES). For help on decrypting the files scroll to the end of the description.
- Add multiple default indexes
- Set multiple allowed/blocked IP’s
When a folder/file is requested all directories above that will be checked for .shtaccess files and these will be applied correspondingly.

Features Server Side Includes (SSI):
When you fill in a variable, as mentioned below, in a text file it will be replaced with the corresponding content when someone requests the file. This only works for text files (html, txt, etc).
{{include=(URL/Absolute path/Relative path)}}
{{filemodified=(Absolute path/Relative path)}}
{{filemodifiedstring=(Absolute path/Relative path)}}
{{filesize=(Absolute path/Relative path)}}
{{filesizestring=(Absolute path/Relative path)}}
{{var=(allcommands/myip/filemodified/filemodifiedstring/filesize/filesizestring/devicemodel/deviceandroidversion/deviceboard/devicebrand/devicename/devicemanufacturer/deviceproduct/deviceandroidcodename)}}
If you need help with the SSI variables just contact us!

HELP: for decrypting files
Search for “kpbe password based encryption” and install it. For AES with default settings (default iterations of 100 and default salt) use:
kpbe -a AES -p mypassword -o outputdir myencryptedfile.jpg

For questions, comments or feature requests just contact us!

Visit us on: https://www.icecoldapps.com/
Follow us on Twitter: https://twitter.com/IceColdApps
Like us on Facebook: https://www.facebook.com/IceColdApps

New features

- Fixed some encoding issues
- And fixed some other small bugs