iPXE Anywhere Web Service
3.6
3.6
  • Start Here - iPXE Anywhere Web Service
  • Introduction
    • iPXE Anywhere Web Service Overview
    • Release Notes
    • How it works
  • Planning
    • Permissions
    • Antivirus Exclusions
  • Installation
    • iPXE Anywhere Web Service Install
    • Install iPXE Anywhere Reports
  • Configuration
    • iPXE Web Service Configuration File
    • Configuring the iPXE Web Service
  • Operations
    • Custom scenarios
      • Trigger PowerShell script on uploaded logs
    • Troubleshooting
      • Troubleshooting iPXE Anywhere
      • Step-by-Step
Powered by GitBook
On this page
  • Installer Account Permissions
  • Machine Account Permissions
  1. Planning

Permissions

PreviousHow it worksNextAntivirus Exclusions

Last updated 1 year ago

The checks if the user account executing the installation has sufficient privileges to create the SQL database, but the user account does not actually create the database. The SQL database is created by the "2Pint Software iPXE Anywhere Web Service" at service startup.

Prior to installing the iPXE Anywhere Web Service, the following permissions are required:

Installer Account Permissions

  • Local administrator rights on the server which will be hosting the iPXE Anywhere Web Service

  • db_creator permissions for the SQL database Instance

  • db_datawriter permissions for the master database

Machine Account Permissions

After the installation wizard is complete, the "2Pint Software iPXE Anywhere Web Service" will start and attempt to connect to SQL. At service startup, the service will check for the iPXE Anywhere database, and if it does not exist it will attempt to create it. The service runs as the user context "NT AUTHORITY\SYSTEM" or the Local System Account.

  • If SQL is installed on the same machine as the iPXE Any Where Web Service, the account: NT AUTHORITY\SYSTEM must be granted dbcreator permissions. The service will also grant the local system account db_owner permissions to the iPXE Anywhere database.

  • If SQL is installed in a remote SQL server, the Domain Machine Account ($ComputerAccount) must be granted dbcreator permissions. The service will also grant the domain computer account db_owner permissions to the iPXE Anywhere database.

iPXE Anywhere Web Service installation wizard