Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Access to XAMPP from Bluestacks

How can I open my localhost (in Windows 8 with XAMPP) webpage, from a browser installed in Bluestacks App Player?

Thank you

like image 486
gMendeZm Avatar asked Feb 02 '14 17:02

gMendeZm


People also ask

How do I find my xampp IP address?

To access the server from itself, use http://localhost/ or http://127.0.0.1/ . To access the server from a separate computer on the same network, use http://192.168.X.X where X.X is your server's local IP address. You can find the sever's local IP address (assuming it's Linux) by running hostname -I . 127.0.

Does BlueStacks have IP address?

As you can see, the BlueStacks doesn't get an IP and Port .


1 Answers

Type Win+R (To open Run) Open cmd type ipconfig You will get IP address in Ipv4 Address field. Note: The IP will reset on connection reset/restart

OR You can access localhost from Bluestacks by 10.0.2.2

like image 174
Lal Krishna Avatar answered Sep 24 '22 00:09

Lal Krishna