Connect from LAN or remote

I’m using Exeoutput to create an application for warehouse management. I would like to allow personnel to connect to the application remotely, either via an IP address or localhost, after the application is running.

I’ve developed the application using MySQL and Adminer, and I’ve created an API for inserting and updating data in the MySQL database. I want users to be able to connect to the API endpoints like https://<server_ip>/add or https://<server_ip>/insert.
sample: https://heserve or https://192.168.1.100 like this.

Is it possible to achieve this with Exeoutput? If so, could you please provide detailed instructions on how to set this up?

Thank you!

1 Like

Try this on host machine:

Use CMD and then “ipconfig” to get the host machine local ip. In my case 192.168.4.50:7790

I can reach the IP from any machine on the same network.

2 Likes

Uploading: 17254825317875120777481900511852.jpg…

Hi even following your directions continue and have problems. Let me explain, on the main machine I start the program from the exe, let’s say portable, then on the secondary machine I log in via the IP address.

when the secondary machine enters the program via browser, in the main machine the program stops and this message appears which I send you as a screenshot. I really need help.

No image / screenshot in post

Sorry this errore Is

Access violation at adress 009068a5. Read of adress 0000000C

In all my tests I have never seen or experienced an error like:

To get best assistance you should provide complete info like what Windows version, PHP versions and real screenshots. Your information is not enough for me to assist you. Very cryptic descriptions of issue.

It may be best for admin to assist you.

Without more info about what your app is doing, it will be difficult to help out.