/*! \page install_multiuseruser_page Pick Your User Accounts \section multiuser_users Overview Before you get into configuring any computers, you should have an understanding about what user accounts will be used. User account permissions are one of the most common challenges people have when setting up a cluster. There are two major decisions to make about users: - The user for Autopsy. - The user for the Solr service. These users are important because they will need access to the shared storage without needing to be prompted for a password. Other services, such as PostgreSQL and ActiveMQ, can run as the default service account because they use only local storage. The choice you make here will depend on what type of shared storage platform you are using and what kind of Windows-based infrastructure you have. \subsection multiuser_users_autopsy Autopsy User The user account that Autopsy runs as will need access to the shared storage. There are three general options: - Domain Accounts: If the cluster is on a Windows domain, then Autopsy can be run with a domain account. - If your shared storage is a Windows file share, then users should be able to access it without needing a password. - If your shared storage is another platform, then you'll likely need to force Windows to store the shared storage credentials (as described below). - Unique Local Accounts: Some clusters are not on a Windows domain and have unique accounts for each analyst / user. - If your shared storage is a Windows file share, then users will not need to enter their password IF the same user name and password exists on the file share server. - Otherwise, you'll need to force Windows to store the credentials. - Shared Local Account: Lastly, some clusters use a single local account, such as one named "autopsy" for all users. This is not recommended because Autopsy uses the login name to track who did certain actions, such as tagging files. - The same password rules apply here as with the previous scenario. Either have the same password on all systems or force Windows to store the passwords. \subsection multiuser_users_solr Solr Service Solr will run as a Windows service and may need access to shared storage if it does not have enough local storage. Solr performs best when it has fast access to storage, so keeping the indexes on local SSD drives is best. But, some clusters will need to store the indexes on the same shared storage that are used for images and other case outputs. NOTE: Autopsy 4.17.0 and prior required that indexes were stored on the shared storage drives. Autopsy 4.18.0 and beyond (which now use Solr 8) can use either local or shared storage. If you are using local storage for Solr, then you can run the Solr service as "LocalService". If you are going to use network storage for Solr, then you have three options: - NetworkService: If you are on a domain, you may be able to run Solr as the "NetworkService" account. This account has access to the network, but the challenge can be granting access for this account to the shared storage. - If your shared storage is a Windows file share, you'll need to grant access to the computer account running Solr as follows: