Servers
- Windows
- Linux
For installing Axidian Privilege components, servers on Windows OS must:
- access one DNS server;
- be in the same domain and network;
- have the WinRM service running;
- have a hostname that matches the DNS name of the server, in lowercase and FQDN format.
Example: pam.my-company.local.
For hardware and software requirements, as well as networking for servers, see the System Requirements section.
Starting the WinRM Service
To perform service operations on management and access servers, start the WinRM service.
To start the service:
Run PowerShell as administrator.
Execute the command:
Enable-PSRemoting –Force
The command sets standard WinRM settings, changes the service startup type to automatic, and allows incoming network connections through Windows Firewall to ports 5985 and 5986.
Configuring the RDS Access Server
PAM users can open Web/Desktop sessions through the RDS access server. The connection is implemented using Microsoft Remote Desktop Services. When a user connects to the RDS access server, the Axidian Privilege application launches. The application checks user permissions, authenticates them, and logs the session. Applications are launched in RemoteApp mode.
To prepare the server for operation, enable the WinRM service, deploy the RDS role, and configure the firewall.
Before deploying a server with the RDS role, make sure that:
- no group policies related to remote access are applied to it;
- it does not have any of the RDS role components (RDCB, RDG, RDL, RDSH, RDVH, RDWA).
Deploying the Remote Desktop Services role
- Open Server Manager and in the Manage menu select Add Roles and Features.
- Select the Remote Desktop Services Installation type and click Next.
- Select the Standard deployment type and click Next.
- Select the Session-based desktop deployment type and click Next.
- Skip the Role Services step and click Next.
- Select the current server name on the RD Connection Broker, RD Web Access, RD Session Host and click Next.
- Select the Restart the destination server automatically if required option and click Deploy.
- After reboot, open Server Manager and wait for the process to complete.
Configuring a firewall rule
- Go to the Local server tab and click on the Windows Defender Firewall parameter value.
- Go to the Firewall & network protection window and click Advanced settings.
- Go to the Windows Defender Firewall with Advanced Security window and open the Inbound Rules tab.
- Click New Rule and configure the settings:
- Select the Port rule type and click Next.
- Specify the port in the Specific local ports field:
- 5985 — for connections via HTTP
- 5986 — for connections via HTTPS
- Select the Allow the connection option and click Next.
- Select all profiles and click Next.
- Enter the rule name in the Name field and click Finish.
To install Axidian Privilege components, servers on Linux OS must:
- access one DNS server;
- be in the same domain and network;
- have a hostname that matches the DNS name of the server, in lowercase and FQDN format.
Example: pam.my-company.local.
For hardware and software requirements, as well as networking for servers, see the System requirements section.