Release and license information: adding or updating
License by standard users
Helix Core Server is licensed according to how many standard
users it supports. The types of
users are standard
users, operator
users, and service
users. (See Types of users in Helix Core Command-Line (P4) Reference.)
-
A
standard
user is a traditional user. Standard users are the default, and each standard user consumes one license. -
An
operator
user is intended for human or automated system administrators. Anoperator
user does not require a license but is restricted to a limited set of commands. -
A
service
user is for server-to-server authentication, whether in the context of remote depots (see Remote depots and multi-server development) or in distributed environments. A service user does not require a license, but is restricted to automated inter-server communication processes in replicated and multi-server environments.
Limits for unlicensed use depend on the release
2019.2 patch 14, 2020.1 (patch 8), 2020.2 (patch 6), 2021.1 (patch 1), and later | 2016.1 and later but prior to 2019.2 patch 14, 2020.1 (patch 8), 2020.2 (patch 6), and 2021.1 (patch 1) | prior to 2016.1 |
Unlimited number of files for 5 users and 20 client workspaces, or Unlimited number of users and workspaces for up to 1,000 files |
Unlimited number of files for 5 users and 20 client workspaces, or Unlimited number of users and workspaces for up to 1,000 files |
Unlimited number of files for 20 users and 20 client workspaces, or Unlimited number of users and workspaces for up to 1,000 files |
Three repos for Git Connector The component of Helix Core Server enables you mirror, cache, or replicate a Git repository into a Helix Core Server repo in a graph depot. See hybrid workspace., which leverages the power and scale of Helix Server for large binary assets while allowing you to manage Git repos natively. |
Licensing for replica, edge and standby servers:
Replica servers that are not going to be used for failover and edge servers do not require their own license if they have Helix Core Server (P4D) version 2013.2 or later.
Standby servers and replicas that might be required to take over from a master server do require their own license file. This can be obtained by filling out the form at https://www.perforce.com/support/duplicate-server-request.
License information
You can update an existing license file without stopping
the Helix Core Server
by using the p4 license
command. See
Adding or updating the license file.
- If the service is running, any user can use
p4 info
to view basic licensing information.
We recommend that you hide sensitive information from unauthorized users of p4 info
by setting the dm.info.hide configurable.
- Administrators
can use
p4 license -u
to obtain more detailed information about how many users and files are in use. - If the service is down, you can also obtain licensing information by
running
p4d -V
from the server root directory where thelicense
file resides, or by specifying the server root directory either on the command line (p4d -V -r
) or in theserver_root
P4ROOT
environment variable.
The server version is also displayed when you invoke p4d
-V
or p4 -V
.
Adding or updating the license file
When you receive your license file, its name might include the license host, an IP address or MAC address, or other identifying information.
Rename the new license file to license
, then copy it into the P4ROOT directory.
If you are licensed for Helix Core version 2021.1 patch 1 or greater, Git Connector licensing is included at no extra charge.
Otherwise, if you have purchased Git Connector in addition to Helix Core, you will receive:
- The email for Git Connector, which contains the license file that enables both Helix Core and Git Connector. You will install this license file.
- The email for Helix Core, contains a license file that does NOT enable Git Connector. Do NOT install this license file, but do keep it for your records.
To add or update the license file, use one of the following: | Valid for ... |
---|---|
Copy the license file to the P4ROOT directory. See License file in the P4ROOT directory |
|
Issue the p4 license command. See p4 license command |
Server |
Use P4Admin. See Helix Visual Client (P4V) Administration tool |
Server |
License file in the P4ROOT directory
- Copy the new license file over any existing license in the
P4ROOT
directory. - Determine whether you need to restart the server or not:
Stop and restart the server if ... | No server restart required if ... |
---|---|
Any of the following are true:
|
All of the following are true:
|
If you need to stop and restart the server
Windows |
Linux/UNIX/Mac |
|
---|---|---|
To stop the server |
p4 -u User -p Server:Port admin stop |
|
To restart the server |
Open an administrator command prompt and enter |
Run the server startup script you usually use. |
p4 license command
MAC Address
|
The MAC address must use the colon ( |
PV6 Address |
The IPV6 address must be enclosed in square brackets. For example, This is to avoid confusion with the P4PORT values that also use colons. For example, For more information, see the Knowledge Base article, "Perforce Helix Core Server IPV6 Support". |
Steps to install the new license
If a valid license file is already in the server root directory, as a super
user, you can update it.
-
Display your current license with
p4 license -o
. -
Install your new license with
cat license.txt | p4 license -i
orp4 license -i < license.txt
.
-
If the server IP address, MAC address, or port number has changed in the license file, the p4 license command will not work. For example, if the IP address/MAC address changed in the new license file, you will receive the following message: "
Server license IPaddress changed from OldIPAddress to NewIPAddress, cannot proceed.
" In this case, stop and restart the server according to the instructions at If you need to stop and restart the server. -
If p4 info does not indicate a license file update, stop and restart the server, then check the log file.
-
Hide sensitive information from unauthorized users of
p4 info
by setting the dm.info.hide configurable.
Helix Visual Client (P4V) Administration tool
If the IP address or port number has not changed,
-
Launch P4V as a Helix Server superuser.
-
Choose Tools > Administration, which launches the Administration tool in a new window.
-
On the Home tab, click Load new license file and browse to the license file on your local disk.
-
After successful installation, verify that the Home tab is updated with the new license information.
For more information, see the Support Knowledgebase article, "Moving a Helix Core Server".
License error about 'ExtraCapabilities'
If your license causes an error message like this:
ERROR: Error in license specification. Error detected at line 31. Unknown field name 'ExtraCapabilities'.
upgrade your Helix Core Server to one of the following (or later) versions:
-
2019.2 patch 14 (2019.2/2136041)
-
2020.1 patch 8 (2020.1/2138914)
-
2020.2 patch 6 (2020.2/2152297)
-
2021.1 patch 1 (2021.1/2156517)
-
2021.2 (2021.2/2201121)
If you are unable to upgrade at this point, you can use a 'Legacy' license without 'ExtraCapabilities'. You might already have this second license file. If not, Request Support.