Solved Installing Problems v20 (HTTPPort).

Status
Not open for further replies.

prsoares

Silver Partner
Joined
Apr 28, 2025
Messages
4
Reaction score
0
Hello everyone,

I'm trying to set up a home lab and am having trouble installing the 4SC Free 3CX that my company provides. I'm using an old Windows 11 laptop as the server. I've already downloaded the 3CX .exe and managed to install it through the web browser. However, when I try to upload the configuration file during the installation process, I receive the following message: "The port (HttpPort) you selected is in use. Choose another free port or stop and permanently terminate the process that is currently using this port."

I assume this message refers to the laptop's HTTP port and not the router's, correct? Since I'm performing the installation directly on the server. Additionally, when setting up the configuration file, there isn't an option to choose which port I want to use as the HTTP port. How can I select a different one in this situation? I'm considering checking if port 443 is currently in use on my laptop, but I'm unsure how to do that or if it will even resolve the issue.

Any help from the community would be greatly appreciated. Thanks!
 
When you create your installation file you have an option to download too.

open the XML file and change the values for:

<code>HttpsPort</code>
<answer>443</answer>
</option>
<option>
<code>HttpPort</code>
<answer>80</answer>


Alternatively, you could use CMD
netstat -ano -p tcp |find "443"


check Task Manager and find the process ID to match.
 
  • Like
Reactions: Alejandro_3CX
Thank you so much. I'll try this later and update to you.
 
[Solved]

Dear Alphabetic, thank you for your help. It worked perfectly.
 
Status
Not open for further replies.

Members Online Now

Forum statistics

Threads
111,832
Messages
589,286
Members
164,662
Latest member
DejanMDS