Skip To Content

Install ArcGIS Server on one machine

The following steps guide you through the ArcGIS Server installation process on one machine. If you're installing ArcGIS Server on multiple machines, see the instructions in Install ArcGIS Server on multiple machines.

Note:

Upgrading to 10.7.1? For more information, see Existing ArcGIS Server users.

Prepare ArcGIS Server for installation

  1. Obtain an authorization file for the machine on which you're installing ArcGIS Server.
  2. Verify that your site meets the system requirements. For more information, see System requirements.
  3. Log in as a user with administrative privileges.
  4. Close all applications on your computer.
  5. Browse to the downloaded folder containing the ArcGIS Server setup or insert the ArcGIS Server media into the appropriate drive to automatically launch the setup program.

You're now ready to proceed with the ArcGIS Server installation.

Install ArcGIS Server

  1. The setup program should launch automatically after the download has completed. If the setup program does not launch automatically, browse to the location of the downloaded setup files and double-click Setup.exe.

  2. During the installation, read the master agreement and accept it, or exit if you do not agree with the terms.

  3. The setup program displays the features that will be installed.

    Select features for installation

    If you see the following dialog box after the Select Features dialog box, Microsoft .NET Framework 4.5 was not found on your machine. The .NET Extension Support feature requires Microsoft .NET Framework 4.5. The .NET Extension Support feature is required for server object extension (SOE) and server object interceptor (SOI) development and use. If you intend to develop or use SOEs or SOIs, follow the instructions on the dialog box to install the .NET Extension Support feature.

    Legacy:

    In earlier versions, the ArcGIS Server setup required Microsoft .NET Framework 3.5 Service Pack 1 (SP1) to install the .NET Extension Support feature.

    Missing Dependencies dialog box

  4. If Python 2.7.16 or Numerical Python 1.9.3 is not installed on your machine, the setup automatically installs them for you. The default installation location is C:\Python27\.

    Python Destination dialog box

  5. Specify the account to be used by ArcGIS Server to perform a variety of functions in support of the geographic information system (GIS) server. You are presented with two options: Specify the account name and password and I have a configuration file with the account information generated by a previous run of this setup.

    • The first option Specify the account name and password allows you to directly specify the account name and password. The account used can be a local or domain account. Keep in mind the account you specify does not have to be part of the Administrators group. If you use a local operating system account, the account is created for you if it does not already exist. The default account name is arcgis. For more information, see The ArcGIS Server account.

      Note:

      For production systems, it's recommended you use a preexisting account that resides in your domain or active directory and follows your organization's security policy. Creating a local account during the installation is primarily for the convenience of quickly installing ArcGIS Server.

      Specify the

      If you enter a domain account, it must already exist on the domain and must be entered using the following format:

      Using a domain account

    • If you have a server configuration file generated by previously running the ArcGIS Server setup, choose the I have a configuration file option. Browse to the location of the server configuration file. The ArcGIS Server account is automatically configured with account information stored in the configuration file.

      Import a server configuration file

  6. If you selected Specify the account name and password and manually entered the ArcGIS Server account information, the next dialog box presents you with the option to export a server configuration file. If you do not want to export a configuration file, click Next and accept the default Do not export configuration file option. If you want to export a server configuration file for future installations, select Export configuration file. Browse to a secure folder and enter a name for the configuration file. The ArcGIS Server account information is exported to the specified server configuration file.

    Note:

    There are several reasons you may want to export a server configuration file:

    • Create the same ArcGIS Server account when installing on multiple machines.
    • Store the account for use when upgrading to a newer version.
    • Perform a silent installation where the user name and password are encrypted.

    Export a server configuration file

    Caution:

    When exporting a server configuration file to a network share, the Local System account on the machine where ArcGIS Server is being installed must have write permissions to the network share. For example, if you're installing ArcGIS Server on a machine named Quick, the Local System account on Quick must have write permission to the network share. If the permissions are not set, the server configuration file may not be exported successfully. If you are unsure how to correctly set permissions for the network share, contact your system administrator or export the server configuration file locally and copy it to the network share.

  7. To complete the installation, follow the directions on the screen.

  8. After the installation completes, the Software Authorization Wizard is launched. For more information, see Authorize ArcGIS Server.

    Note:

    If the machine you've installed ArcGIS Server on has multiple network interface controller (NIC) cards or DNS entries, you may want to specify which NIC card should handle network communication for the server. To do so, follow this workflow.

  9. After completing authorization, ArcGIS Server Manager should already be open. You can now log in to Manager and create a new site. For more information, see Creating a new site.

  10. If you're preparing your site for a production deployment, install ArcGIS Web Adaptor. The Web Adaptor provides a link between your enterprise web server and your ArcGIS Server site. It allows you to choose the port, address, and authentication settings for incoming requests. It also prevents outside users from accessing Manager and the Administrator Directory. For more information, see About ArcGIS Web Adaptor.

  11. Most of your work publishing services occurs in ArcGIS Desktop, where you create your maps, globes, geodatabases, and so on. To publish a service directly from ArcGIS Desktop, define a connection to your server using ArcCatalog or the Catalog window in ArcMap. Once you’ve done this, the connection information is saved on your machine, and you can reference it whenever you want to publish a service.

    If you make the connection with administrative privileges, you can also perform some server administration functions from ArcGIS Desktop. See Connect to ArcGIS Server from ArcGIS Desktop for instructions.

  12. Ensure that ArcGIS Server can access all the data referenced by its services. For more information, see Making your data accessible to ArcGIS Server.

  13. With a connection to the server established, you can begin publishing your GIS resources as services. To add a service, follow the directions in How to publish a service.

  14. Once you add services to your GIS server, you can use them in many types of applications. Alternatively, you can view services in desktop-based applications. See About creating web GIS applications to get started.

    Tip:

    Esri recommends using the serverScan.py script to check for security best practices with your ArcGIS Server following the upgrade.