Skip To Content

Configure a single-machine deployment

If your organization requires a small-scope deployment of ArcGIS Server, you can deploy it on only one machine. This type of deployment is also useful for development or testing purposes.

These are the steps you'll follow to get ArcGIS Server running on one machine:

  1. Install ArcGIS Server.
  2. Log in to Manager and create a site.
  3. Install and configure the Web Adaptor.
  4. Connect to the GIS server in ArcGIS Desktop.
  5. Grant permissions to data directories.
  6. Publish services.
  7. Use the services.

Install ArcGIS Server

After installing any prerequisites as detailed in the system requirements, begin installing the ArcGIS Server software. The most common configuration for a single-machine deployment is to install all components.

The ArcGIS Server Installation Guide contains detailed information about the software installation process. It also contains a list of system requirements and prerequisites for ArcGIS Server. You can open the guide by clicking the Install Guide button on the first panel of the setup.

During installation, you will be prompted to provide a name and password for the ArcGIS Server account. You can choose an existing account, or you can create a default account on the local machine during set up. Remember that the account you specify does not have to be part of the Administrators group. For production systems, it's recommended that you use an existing 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. To learn more about the ArcGIS Server account and best practices for configuring it, see The ArcGIS Server account.

Log in to Manager and create a site

ArcGIS Server Manager is a web application you can use to administer ArcGIS Server. The first time you log in to Manager, you're helped through the process of creating an ArcGIS Server site. See Log in to Manager and Create a new site for more information.

Install and configure the Web Adaptor

If you are preparing your site for a production deployment, install ArcGIS Web Adaptor. 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 you want to use for incoming requests. It also prevents outside users from accessing Manager and the Administrator Directory. For more information, see About the ArcGIS Web Adaptor.

Connect to the GIS server in ArcGIS Desktop

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

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

Grant permissions to data directories

Any data referenced by its services must be read by ArcGIS Server. The data is read using the ArcGIS Server account you specified when you installed the software.

The items you publish are copied to the server where the ArcGIS Server account has been granted access. Usually, these items reference other data sources; for example, a map often references multiple feature classes and raster datasets that comprise its layers. If you do not want all of this other data to be copied to the server automatically, explicitly grant the ArcGIS Server account permissions to read the data, and register the location with ArcGIS Server (see Register data below).

  1. If the folder is shared, grant at least read share permissions to the ArcGIS Server account for the folder.

  2. Grant at least read file permissions to the ArcGIS Server account for the folder.

If your data is accessed through an enterprise geodatabase, ensure that your user name and password are saved in the database connection. For detailed help with accessing enterprise geodatabases through ArcGIS Server services, see Make your data accessible to ArcGIS Server. This topic also explains what to do if your data is stored on a machine where no other ArcGIS Server components are installed.

Register data

Whenever you set up an ArcGIS Server site, consider registering a set of data locations with the server. Data registration provides the server a list of locations that the server administrator has verified the GIS server can access. Data registration also allows the GIS server to adjust data paths as you publish across machines. If you publish a service that references data from an unregistered location, the data is copied to the server during the publishing operation. To learn more, see About registering your data with ArcGIS Server.

Publish services

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

Most types of services begin in ArcGIS Desktop, where you author the underlying GIS resource for the service. This can be a map, locator, toolbox, mosaic dataset, and so on. ArcGIS Desktop contains toolbars and other user interface components to help you publish these resources to the server.

Use the services

Once you add services to your GIS server, you can use them in many types of applications. These include ArcGIS Online, the ArcGIS Enterprise portal, and applications you create with the ArcGIS API for JavaScript. Alternatively, you can view services in ArcGIS Desktop (ArcMap, ArcGIS Pro, ArcCatalog, and ArcGlobe). Mobile devices, such as the iPhone, Android-based devices, and Windows Phone, can also use your GIS services.