Home  /  Business Apps  / Raspberry Web Server on Windows Pc

Raspberry Web Server on Windows Pc

Developed By: ITPro Consulting

License: Free

Rating: 5,0/5 - 1 votes

Last Updated: December 24, 2023

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.00Aa
Size 10.2 MB
Release Date May 31, 17
Category Business Apps

App Permissions:
Allows an application to write to external storage. [see more (4)]

Description from Developer:
Install a web server on your Raspberry and access with Raspi Web Server.
- Install your web server with the command:
sudo apt-get install apache2 php5 mysql-server phpmyadmin

- Fo... [read more]

App preview ([see all 5 screenshots]  /  [view video])

App preview

About this app

On this page you can download Raspberry Web Server and install on Windows PC. Raspberry Web Server is free Business app, developed by ITPro Consulting. Latest version of Raspberry Web Server is 1.00Aa, was released on 2017-05-31 (updated on 2023-12-24). Estimated number of the downloads is more than 500. Overall rating of Raspberry Web Server is 5,0. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 1 users, 1 users had rated it 5*, 1 users had rated it 1*.

How to install Raspberry Web Server on Windows?

Instruction on how to install Raspberry Web Server on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install Raspberry Web Server on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install Raspberry Web Server using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "Raspberry Web Server" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install Raspberry Web Server on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "Raspberry Web Server" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.00Aa.

Download Raspberry Web Server 1.00Aa on Windows PC – 10.2 MB

Install a web server on your Raspberry and access with Raspi Web Server.
- Install your web server with the command:
sudo apt-get install apache2 php5 mysql-server phpmyadmin

- Follow the steps and verify functionality with the command:
sudo chmod 777 / var / www

- Restart your web server with the command:
Service sudo apache2 restart

Installing motion on the Raspberry Pi to turn it into security camera:
 sudo apt-get install motion

- Run the following command to make the Raspberry Pi camera compatible with motion
sudo modprobe bcm2835-v4l2

- Configure Motion on your Raspberry Pi:
start_motion_daemon = yes

- Edit certain lines of "/etc/motion/motion.conf" file so that they match the following lines:
#We active daemon
daemon is
#We /tmp/motion.log uses the file to store the logs
logfile /tmp/motion.log
#We rule resolution (adjust resolution than your camera. Here we have set for the camera of the raspberry pi)
width 1280
height 720
#We sets the number of images taken per second
framerate 2
#We sets the number of images recorded before and after a movement (here after 2 before 2)
pre_capture 2
post_capture 2
#We sets the code for playback on many media
ffmpeg_video_codec msmpeg4
#We allows playback streams from the internet to enable online access to video surveillance
stream_localhost off

- Default Motion video broadcasts on port 8080 of the Raspberry Pi.
- Access to video surveillance of your Raspberry Pi remotely:
http: // yourip: 8080
Allows an application to write to external storage.
Allows applications to open network sockets.
Allows applications to access information about networks.
Allows an application to read from external storage.