Requesting a license

You can request a license for Helix Core (P4D) - Version Control at https://www.perforce.com/contact-us by indicating:

  • the number of users, and

  • an IP address and port number of the machine that is, or will be, hosting your Helix Core Server

Provide your IP address

Ask your IT team for the static internal IP address and port for the Helix Core Server to communicate with its clients, such as P4V.

If the server's IP address might change over the term of the license term, request a license for the Fully Qualified Domain Name (FQDN) and configure the DNS on your network.

If you already have the server running the Helix Core Service, provide the IP address by running a command on that server machine:

Windows

Linux

Run the ipconfig/all command.

Provide the IPv4 Address.

Windows IP Configuration
...

Ethernet adapter Ethernet:
Connection-specific DNS Suffix  . : ...
Description . . . . . . . . . . . : ...
Physical Address. . . . . . . . . : ...
DHCP Enabled. . . . . . . . . . . : ...
Autoconfiguration Enabled . . . . : ...
Link-local IPv6 Address . . . . . : ffff::a0a:640b(Preferred)
IPv4 Address. . . . . . . . . . . : 10.10.100.11(Preferred)
...

Run the ifconfig command from the command line to find the correct IP, or use the ip command to get a list of IP addresses.

For example:

$ ip -family inet -brief a

might output:

lo      UNKNOWN 127.0.0.1/8
enp0s3  UP      10.90.1.85/24

Provide the line that contains en and looks similar to this:

enp0s3  UP      10.90.1.85/24

Provide your port number

If you already have the server running the Helix Core Service, provide the port number by running a command on that server machine:

Windows

Linux

Run the netstat -a command and provide the Port number associated with the p4s.exe executable. For example,

TCP 0.0.0.0:1666 0.0.0.0:0 LISTENING 4 [p4s.exe]

Install net-tools and run netstat -tulpn | grep p4 and provide the line that look similar to this:

tcp 0 0 0.0.0.0:3614 0.0.0.0:* LISTEN 1842424/p4d.20201

Additional information

You might want to see the following: