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.



I insert the screenshots of the settings, I don’t know, I need more information on the settings used.

Tested on w10 and w11

Below I insert the screenshots of the error.

basically I open the program from the exe file on the main PC.
and it works.
then from the secondary computer connected to the LAN network I enter the IP of the main computer and the program opens on the browser.

at this point, however, the program on the main PC freezes.


And the program on the secondary (broswer) does not read the page after the first entry

I need help, if you need more information I’ll send it

I also add these settings maybe they are useful

First thing I would do is make sure dev tools is turned on:

Then open dev tools in your app. In console see what the error says. I may lead you to the problem area.

Another thing to try is different ports. Although port 7790 is unassigned (Service Name and Transport Protocol Port Number Registry), you never know :slight_smile:

First thing is try to get your info from dev console.

these are the errors it gives me,
I’ve already tried 3 different ports, it doesn’t work. Maybe I’ll try other numbers.
In the meantime, thanks,
if there are any other tests I’ll do them.

another element,
If I leave the program opened from the exe file I can use the browser from different PCs, including the one where the exe program is open, and the program works on the various browsers, only the program opened from the exe blocks.

It’s really unprofessional for me to keep the desktop program open and then use it via the browser pages

If I leave the program opened from the exe file I can use the browser from different PCs, including the one where the exe program is open, and the program works on the various browsers, only the program opened from the exe blocks.

It’s really unprofessional for me to keep the desktop program open and then use it via the browser pages

I am sorry, but not following what you are saying / meaning?

These types of errors can be very tricky to troubleshoot. Without physically using the software, really hard to give solid advise.

I have entered more information, it is possible to get help.
If you need more information I’m ready.
The problem is quite simple, if I enter via the IP address from the secondary computer’s browser, the program on the primary computer crashes.

It is the last step I need to complete the program and therefore purchase the license, the possibility of using the program on the LAN network

You can use the tray icon feature of ExeOutput to hide the main window, so that the EXE keeps running in the background and so the built-in HTTP server too.
Then, you can still use the popup menu of the tray icon to quit the app when finished.

It looks like your problem is too specific to offer a general solution. Do you think you could share your EXE and EXOP project files with us so that we can debug it?

If yes, you can zip them and upload them to https://wetransfer.com

This is a free file hosting service: after upload, they will give you a URL. Please send us this URL so that we can download the Zip archive.
Thanks.

here is the link to download the project.

If there is another way to use multiple computers on the LAN that would be fine with me. Even being able to install the program on all computers if you can then share files and databases.

Thank you

iI tried the same operation, opened the index file from another computer using the IP, and when I clicked on any link in the application, I got this error.

Exactly, what problem could it be?

We are debugging your app and found out the problem. Now, we are looking for a possible fix. Thank you for your patience.

1 Like

novelty? I wanted to say if the problem depends on my code I am available to change or replace anything that may cause problems. Thank you