Connect from LAN or remote

kakkuk

New member
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!
 
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.
 
Punkode said:
then on the secondary machine I log in via the IP address.
In all my tests I have never seen or experienced an error like:
Punkode said:
Access violation at adress 009068a5. Read of adress 0000000C
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.
 
http


php exstension2

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.
secondario

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


blocco del primario2

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

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

I also add these settings maybe they are useful

imp router
 

Attachments

  • php exstension.png
    php exstension.png
    33.9 KB · Views: 0
  • blocco del primario.png
    blocco del primario.png
    78.3 KB · Views: 0
Last edited:
err sviluppo

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.
 
Last edited:
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
 
Punkode said:
It’s really unprofessional for me to keep the desktop program open and then use it via the browser pages
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.
 
Punkode said:
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 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
 
Last edited:
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.
err
 
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
 
Back
Top