2018-11-08 19:23:39 +05:30
---
2022-07-23 23:45:48 +05:30
stage: Systems
2021-02-22 17:27:13 +05:30
group: Distribution
info: "To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments"
2018-11-08 19:23:39 +05:30
description: 'Learn how to install, configure, update, and maintain your GitLab instance.'
---
2021-03-11 19:13:27 +05:30
# Administrator documentation **(FREE SELF)**
2018-03-17 18:26:18 +05:30
2021-04-29 21:17:54 +05:30
If you use GitLab.com, only GitLab team members have access to administration tools and settings.
If you use a self-managed GitLab instance, learn how to administer it.
Only administrator users can access GitLab administration tools and settings.
## Available distributions
2018-03-17 18:26:18 +05:30
2019-07-07 11:18:12 +05:30
GitLab has two product distributions available through [different subscriptions ](https://about.gitlab.com/pricing/ ):
2018-03-17 18:26:18 +05:30
2019-12-04 20:38:33 +05:30
- The open source [GitLab Community Edition (CE) ](https://gitlab.com/gitlab-org/gitlab-foss ).
- The open core [GitLab Enterprise Edition (EE) ](https://gitlab.com/gitlab-org/gitlab ).
2019-07-07 11:18:12 +05:30
2019-09-30 21:07:59 +05:30
You can [install either GitLab CE or GitLab EE ](https://about.gitlab.com/install/ce-or-ee/ ).
2021-04-29 21:17:54 +05:30
However, the features you have access to depend on your chosen subscription.
2019-07-07 11:18:12 +05:30
2021-03-11 19:13:27 +05:30
GitLab Community Edition installations have access only to Free features.
2018-03-17 18:26:18 +05:30
## Installing and maintaining GitLab
Learn how to install, configure, update, and maintain your GitLab instance.
### Installing GitLab
2021-03-11 19:13:27 +05:30
- [Install ](../install/index.md ): Requirements, directory structures, and installation methods.
2020-05-24 23:13:21 +05:30
- [Reference architectures ](reference_architectures/index.md ): Add additional resources to support more users.
2022-06-21 17:19:12 +05:30
- [Installing GitLab on Amazon Web Services (AWS) ](../install/aws/index.md ): Set up GitLab on Amazon AWS.
2021-03-08 18:12:59 +05:30
- [Geo ](geo/index.md ): Replicate your GitLab instance to other geographic locations as a read-only fully operational version.
- [Disaster Recovery ](geo/disaster_recovery/index.md ): Quickly fail-over to a different site with minimal effort in a disaster situation.
2022-05-07 20:08:51 +05:30
- [Add License ](../user/admin_area/license.md ): Add a license at install time to unlock features that are in paid tiers of GitLab.
2018-03-17 18:26:18 +05:30
### Configuring GitLab
2021-11-18 22:05:49 +05:30
- [Adjust your instance's time zone ](timezone.md ): Customize the default time zone of GitLab.
2022-06-21 17:19:12 +05:30
- [System hooks ](system_hooks.md ): Notifications when users, projects and keys are changed.
2021-09-30 23:02:18 +05:30
- [Security ](../security/index.md ): Learn what you can do to further secure your GitLab instance.
- [Usage statistics, version check, and Service Ping ](../user/admin_area/settings/usage_statistics.md ): Enable or disable information about your instance to be sent to GitLab, Inc.
2019-07-07 11:18:12 +05:30
- [Global user settings ](user_settings.md ): Configure instance-wide user permissions.
2018-03-17 18:26:18 +05:30
- [Polling ](polling.md ): Configure how often the GitLab UI polls for updates.
- [GitLab Pages configuration ](pages/index.md ): Enable and configure GitLab Pages.
2021-02-22 17:27:13 +05:30
- [GitLab Pages configuration for GitLab source installations ](pages/source.md ):
Enable and configure GitLab Pages on [source installations ](../install/installation.md#installation-from-source ).
2019-12-26 22:10:19 +05:30
- [Uploads administration ](uploads.md ): Configure GitLab uploads storage.
2021-01-03 14:25:43 +05:30
- [Environment variables ](environment_variables.md ): Supported environment
variables that can be used to override their default values to configure
GitLab.
2021-09-04 01:27:46 +05:30
- [File hooks ](file_hooks.md ): With custom file hooks, GitLab administrators can
2021-02-22 17:27:13 +05:30
introduce custom integrations without modifying GitLab source code.
2018-10-15 14:42:47 +05:30
- [Enforcing Terms of Service ](../user/admin_area/settings/terms.md )
2022-03-02 08:16:31 +05:30
- [Customer experience improvement and third-party offers ](../user/admin_area/settings/third_party_offers.md )
2021-02-22 17:27:13 +05:30
- [Compliance ](compliance.md ): A collection of features from across the
application that you may configure to help ensure that your GitLab instance
and DevOps workflow meet compliance standards.
- [Diff limits ](../user/admin_area/diff_limits.md ): Configure the diff rendering
size limits of branch comparison pages.
- [Merge request diffs storage ](merge_request_diffs.md ): Configure merge
requests diffs external storage.
- [Broadcast Messages ](../user/admin_area/broadcast_messages.md ): Send messages
to GitLab users through the UI.
2022-07-23 23:45:48 +05:30
- [Elasticsearch ](../integration/advanced_search/elasticsearch.md ): Enable Elasticsearch to
2021-04-29 21:17:54 +05:30
empower Advanced Search. Use when you deal with a huge amount of data.
- [External Classification Policy Authorization ](../user/admin_area/settings/external_authorization.md )
2022-05-07 20:08:51 +05:30
- [Add a license ](../user/admin_area/license.md ): Add a license to unlock
2021-03-08 18:12:59 +05:30
features that are in paid tiers of GitLab.
2021-02-22 17:27:13 +05:30
- [Admin Area ](../user/admin_area/index.md ): for self-managed instance-wide
configuration and maintenance.
- [S/MIME Signing ](smime_signing_email.md ): how to sign all outgoing notification
emails with S/MIME.
- [Enabling and disabling features flags ](feature_flags.md ): how to enable and
disable GitLab features deployed behind feature flags.
2021-03-11 19:13:27 +05:30
- [Application settings cache expiry interval ](application_settings_cache.md )
2022-01-26 12:08:38 +05:30
- [Database Load Balancing ](postgresql/database_load_balancing.md ): Distribute database queries among multiple database servers.
- [Omnibus support for log forwarding ](https://docs.gitlab.com/omnibus/settings/logs.html#udp-log-shipping-gitlab-enterprise-edition-only ).
2021-02-22 17:27:13 +05:30
#### Customizing GitLab appearance
2018-03-17 18:26:18 +05:30
2019-12-26 22:10:19 +05:30
- [Header logo ](../user/admin_area/appearance.md#navigation-bar ): Change the logo on all pages and email headers.
- [Favicon ](../user/admin_area/appearance.md#favicon ): Change the default favicon to your own logo.
- [Branded login page ](../user/admin_area/appearance.md#sign-in--sign-up-pages ): Customize the login page with your own logo, title, and description.
- ["New Project" page ](../user/admin_area/appearance.md#new-project-pages ): Customize the text to be displayed on the page that opens whenever your users create a new project.
2021-03-08 18:12:59 +05:30
- [Additional custom email text ](../user/admin_area/settings/email.md#custom-additional-text ): Add additional custom text to emails sent from GitLab.
2018-03-17 18:26:18 +05:30
### Maintaining GitLab
2021-03-11 19:13:27 +05:30
- [Rake tasks ](../raketasks/index.md ): Perform various tasks for maintenance, backups, automatic webhooks setup, and more.
2018-03-17 18:26:18 +05:30
- [Backup and restore ](../raketasks/backup_restore.md ): Backup and restore your GitLab instance.
2020-05-24 23:13:21 +05:30
- [Operations ](operations/index.md ): Keeping GitLab up and running (clean up Redis sessions, moving repositories, Sidekiq MemoryKiller, Puma).
2018-03-17 18:26:18 +05:30
- [Restart GitLab ](restart_gitlab.md ): Learn how to restart GitLab and its components.
2020-01-01 13:55:28 +05:30
- [Invalidate Markdown cache ](invalidate_markdown_cache.md ): Invalidate any cached Markdown.
2021-01-03 14:25:43 +05:30
- [Instance review ](instance_review.md ): Request a free review of your GitLab instance.
2018-03-17 18:26:18 +05:30
#### Updating GitLab
- [GitLab versions and maintenance policy ](../policy/maintenance.md ): Understand GitLab versions and releases (Major, Minor, Patch, Security), as well as update recommendations.
2021-03-11 19:13:27 +05:30
- [GitLab in maintenance mode ](maintenance_mode/index.md ): Put GitLab in maintenance mode.
- [Update GitLab ](../update/index.md ): Update guides to upgrade your installation to a new version.
- [Upgrading without downtime ](../update/index.md#upgrading-without-downtime ): Upgrade to a newer major, minor, or patch version of GitLab without taking your GitLab instance offline.
2018-03-17 18:26:18 +05:30
### Upgrading or downgrading GitLab
2021-04-29 21:17:54 +05:30
- [Upgrade from GitLab CE to GitLab EE ](../update/index.md#upgrading-between-editions ): Learn how to upgrade GitLab Community Edition to GitLab Enterprise Editions.
2021-03-11 19:13:27 +05:30
- [Downgrade from GitLab EE to GitLab CE ](../downgrade_ee_to_ce/index.md ): Learn how to downgrade GitLab Enterprise Editions to Community Edition.
2018-03-17 18:26:18 +05:30
### GitLab platform integrations
2021-11-11 11:23:49 +05:30
- [Mattermost ](../integration/mattermost/index.md ): Integrate with [Mattermost ](https://mattermost.com ), an open source, private cloud workplace for web messaging.
2021-04-29 21:17:54 +05:30
- [PlantUML ](integration/plantuml.md ): Create diagrams in AsciiDoc and Markdown documents
2020-05-24 23:13:21 +05:30
created in snippets, wikis, and repositories.
2021-12-11 22:18:48 +05:30
- [Web terminals ](integration/terminal.md ): Provide terminal access to your applications deployed to Kubernetes from GitLab CI/CD [environments ](../ci/environments/index.md#web-terminals-deprecated ).
2018-03-17 18:26:18 +05:30
## User settings and permissions
2019-12-04 20:38:33 +05:30
- [Creating users ](../user/profile/account/create_accounts.md ): Create users manually or through authentication integrations.
2019-12-26 22:10:19 +05:30
- [Libravatar ](libravatar.md ): Use Libravatar instead of Gravatar for user avatars.
2022-07-23 23:45:48 +05:30
- [Sign-up restrictions ](../user/admin_area/settings/sign_up_restrictions.md ): block email addresses of specific domains, or allow only specific domains.
2021-10-27 15:23:28 +05:30
- [Access restrictions ](../user/admin_area/settings/visibility_and_access_controls.md#configure-enabled-git-access-protocols ): Define which Git access protocols can be used to talk to GitLab (SSH, HTTP, HTTPS).
2021-09-30 23:02:18 +05:30
- [Authentication and Authorization ](auth/index.md ): Configure external authentication with LDAP, SAML, CAS, and additional providers.
2021-04-29 21:17:54 +05:30
- [Sync LDAP ](auth/ldap/index.md )
- [Kerberos authentication ](../integration/kerberos.md )
2019-07-31 22:56:46 +05:30
- See also other [authentication ](../topics/authentication/index.md#gitlab-administrators ) topics (for example, enforcing 2FA).
2022-06-21 17:19:12 +05:30
- [Email users ](../user/admin_area/email_from_gitlab.md ): Email GitLab users from GitLab.
2021-04-17 20:07:23 +05:30
- [User Cohorts ](../user/admin_area/user_cohorts.md ): Display the monthly cohorts of new users and their activities over time.
2021-04-29 21:17:54 +05:30
- [Audit events ](audit_events.md ): View the changes made on the GitLab server for:
2021-03-08 18:12:59 +05:30
- Groups and projects.
- Instances.
- [Auditor users ](auditor_users.md ): Users with read-only access to all projects, groups, and other resources on the GitLab instance.
2018-03-27 19:54:05 +05:30
- [Incoming email ](incoming_email.md ): Configure incoming emails to allow
2022-01-26 12:08:38 +05:30
users to [reply by email ](reply_by_email.md ), create [issues by email ](../user/project/issues/managing_issues.md#by-sending-an-email ) and
2021-09-30 23:02:18 +05:30
[merge requests by email ](../user/project/merge_requests/creating_merge_requests.md#by-sending-an-email ), and to enable [Service Desk ](../user/project/service_desk.md ).
2018-03-27 19:54:05 +05:30
- [Postfix for incoming email ](reply_by_email_postfix_setup.md ): Set up a
basic Postfix mail server with IMAP authentication on Ubuntu for incoming
emails.
2021-06-08 01:23:25 +05:30
- [Abuse reports ](../user/admin_area/review_abuse_reports.md ): View and resolve abuse reports from your users.
2021-03-08 18:12:59 +05:30
- [Credentials Inventory ](../user/admin_area/credentials_inventory.md ): With Credentials inventory, GitLab administrators can keep track of the credentials used by their users in their GitLab self-managed instance.
2018-03-17 18:26:18 +05:30
## Project settings
- [Issue closing pattern ](issue_closing_pattern.md ): Customize how to close an issue from commit messages.
2021-02-22 17:27:13 +05:30
- [Gitaly ](gitaly/index.md ): Configuring Gitaly, the Git repository storage service for GitLab.
- [Default labels ](../user/admin_area/labels.md ): Create labels that are automatically added to every new project.
2022-06-21 17:19:12 +05:30
- [Restrict the use of public or internal projects ](../user/public_access.md#restrict-use-of-public-or-internal-projects ): Restrict the use of visibility levels for users when they create a project or a snippet.
2021-03-08 18:12:59 +05:30
- [Custom project templates ](../user/admin_area/custom_project_templates.md ): Configure a set of projects to be used as custom templates when creating a new project.
2019-12-04 20:38:33 +05:30
## Package Registry administration
2021-03-11 19:13:27 +05:30
- [Container Registry ](packages/container_registry.md ): Configure GitLab to act as a registry for containers.
- [Package Registry ](packages/index.md ): Enable GitLab to act as a registry for packages.
2021-01-29 00:20:46 +05:30
- [Dependency Proxy ](packages/dependency_proxy.md ): Configure the Dependency Proxy, a local proxy for frequently used upstream images/packages.
2018-03-17 18:26:18 +05:30
### Repository settings
2021-04-29 21:17:54 +05:30
- [Repository checks ](repository_checks.md ): Check your repository for data corruption.
2018-03-17 18:26:18 +05:30
- [Repository storage paths ](repository_storage_paths.md ): Manage the paths used to store repositories.
2019-12-04 20:38:33 +05:30
- [Repository storage types ](repository_storage_types.md ): Information about the different repository storage types.
2020-04-22 19:07:51 +05:30
- [Repository storage Rake tasks ](raketasks/storage.md ): A collection of Rake tasks to list and migrate existing projects and attachments associated with it from Legacy storage to Hashed storage.
2021-03-08 18:12:59 +05:30
- [Limit repository size ](../user/admin_area/settings/account_and_limit_settings.md ): Set a hard limit for your repositories' size.
2019-12-04 20:38:33 +05:30
- [Static objects external storage ](static_objects_external_storage.md ): Set external storage for static objects in a repository.
2018-03-17 18:26:18 +05:30
2021-11-11 11:23:49 +05:30
## CI/CD settings
2018-03-17 18:26:18 +05:30
2021-11-11 11:23:49 +05:30
- [Enable or disable GitLab CI/CD ](cicd.md#disable-gitlab-cicd-in-new-projects ): Set new projects in your instance to have GitLab CI/CD enabled or disabled by default.
2021-03-11 19:13:27 +05:30
- [GitLab CI/CD administration settings ](../user/admin_area/settings/continuous_integration.md ): Enable or disable Auto DevOps site-wide and define the artifacts' max size and expiration time.
2021-04-29 21:17:54 +05:30
- [External Pipeline Validation ](external_pipeline_validation.md ): Enable, disable, and configure external pipeline validation.
2018-03-17 18:26:18 +05:30
- [Job artifacts ](job_artifacts.md ): Enable, disable, and configure job artifacts (a set of files and directories which are outputted by a job when it completes successfully).
2019-12-21 20:55:43 +05:30
- [Job logs ](job_logs.md ): Information about the job logs.
2021-09-04 01:27:46 +05:30
- [Register runners ](../ci/runners/runners_scope.md ): Learn how to register and configure runners.
2022-03-02 08:16:31 +05:30
- [Shared runners quota of CI/CD minutes ](../ci/pipelines/cicd_minutes.md ): Limit the usage of CI/CD minutes for shared runners.
2021-11-11 11:23:49 +05:30
- [Enable or disable Auto DevOps ](../topics/autodevops/index.md#enable-or-disable-auto-devops ): Enable or disable Auto DevOps for your instance.
2018-03-17 18:26:18 +05:30
2020-01-01 13:55:28 +05:30
## Snippet settings
2020-10-24 23:57:45 +05:30
- [Setting snippet content size limit ](snippets/index.md ): Set a maximum content size limit for snippets.
## Wiki settings
- [Setting wiki page content size limit ](wikis/index.md ): Set a maximum content size limit for wiki pages.
2020-01-01 13:55:28 +05:30
2018-03-17 18:26:18 +05:30
## Git configuration options
2021-03-11 19:13:27 +05:30
- [Server hooks ](server_hooks.md ): Server hooks (on the file system) for when webhooks aren't enough.
2020-04-22 19:07:51 +05:30
- [Git LFS configuration ](lfs/index.md ): Learn how to configure LFS for GitLab.
2018-03-17 18:26:18 +05:30
- [Housekeeping ](housekeeping.md ): Keep your Git repositories tidy and fast.
2018-12-05 23:21:45 +05:30
- [Configuring Git Protocol v2 ](git_protocol.md ): Git protocol version 2 support.
2018-03-17 18:26:18 +05:30
## Monitoring GitLab
- [Monitoring GitLab ](monitoring/index.md ):
- [Monitoring uptime ](../user/admin_area/monitoring/health_check.md ): Check the server status using the health check endpoint.
2022-07-23 23:45:48 +05:30
- [IP allowlist ](monitoring/ip_whitelist.md ): Monitor endpoints that provide health check information when probed.
2021-02-22 17:27:13 +05:30
- [Monitoring GitHub imports ](monitoring/github_imports.md ): The GitLab GitHub Importer displays Prometheus metrics to monitor the health and progress of the importer.
2018-03-17 18:26:18 +05:30
### Performance Monitoring
- [GitLab Performance Monitoring ](monitoring/performance/index.md ):
- [Enable Performance Monitoring ](monitoring/performance/gitlab_configuration.md ): Enable GitLab Performance Monitoring.
- [GitLab performance monitoring with Prometheus ](monitoring/prometheus/index.md ): Configure GitLab and Prometheus for measuring performance metrics.
- [GitLab performance monitoring with Grafana ](monitoring/performance/grafana_configuration.md ): Configure GitLab to visualize time series metrics through graphs and dashboards.
- [Performance Bar ](monitoring/performance/performance_bar.md ): Get performance information for the current page.
## Troubleshooting
2021-04-29 21:17:54 +05:30
- [Debugging tips ](troubleshooting/debug.md ): Tips to debug problems when things go wrong.
2018-03-17 18:26:18 +05:30
- [Log system ](logs.md ): Where to look for logs.
- [Sidekiq Troubleshooting ](troubleshooting/sidekiq.md ): Debug when Sidekiq appears hung and is not processing jobs.
2019-12-21 20:55:43 +05:30
- [Troubleshooting Elasticsearch ](troubleshooting/elasticsearch.md )
2020-04-22 19:07:51 +05:30
- [Navigating GitLab via Rails console ](troubleshooting/navigating_gitlab_via_rails_console.md )
2020-03-13 15:44:24 +05:30
- [GitLab application limits ](instance_limits.md )
2022-06-21 17:19:12 +05:30
- [Responding to security incidents ](../security/responding_to_security_incidents.md )
2019-12-04 20:38:33 +05:30
### Support Team Docs
2021-04-29 21:17:54 +05:30
The GitLab Support Team has collected a lot of information about troubleshooting GitLab.
The following documents are used by the Support Team or by customers
2019-12-04 20:38:33 +05:30
with direct guidance from a Support Team member. GitLab administrators may find the
2021-04-29 21:17:54 +05:30
information useful for troubleshooting. However, if you are experiencing trouble with your
2019-12-04 20:38:33 +05:30
GitLab instance, you should check your [support options ](https://about.gitlab.com/support/ )
before referring to these documents.
2021-02-22 17:27:13 +05:30
WARNING:
2021-04-29 21:17:54 +05:30
The commands in the following documentation might result in data loss or
other damage to a GitLab instance. They should be used only by experienced administrators
2019-12-04 20:38:33 +05:30
who are aware of the risks.
2021-04-29 21:17:54 +05:30
- [Diagnostics tools ](troubleshooting/diagnostics_tools.md )
- [Linux commands ](troubleshooting/linux_cheat_sheet.md )
2019-12-04 20:38:33 +05:30
- [Troubleshooting Kubernetes ](troubleshooting/kubernetes_cheat_sheet.md )
2019-12-21 20:55:43 +05:30
- [Troubleshooting PostgreSQL ](troubleshooting/postgresql.md )
2019-12-04 20:38:33 +05:30
- [Guide to test environments ](troubleshooting/test_environments.md ) (for Support Engineers)
2019-12-21 20:55:43 +05:30
- [GitLab Rails console commands ](troubleshooting/gitlab_rails_cheat_sheet.md ) (for Support Engineers)
2020-03-13 15:44:24 +05:30
- [Troubleshooting SSL ](troubleshooting/ssl.md )
2021-04-29 21:17:54 +05:30
- Related links:
2021-09-30 23:02:18 +05:30
- [GitLab Developer Documentation ](../development/index.md )
2019-12-04 20:38:33 +05:30
- [Repairing and recovering broken Git repositories ](https://git.seveas.net/repairing-and-recovering-broken-git-repositories.html )
2022-07-23 23:45:48 +05:30
- [Testing with OpenSSL ](https://www.feistyduck.com/library/openssl-cookbook/online/testing-with-openssl/index.html )
2020-11-24 15:15:51 +05:30
- [`strace` zine ](https://wizardzines.com/zines/strace/ )
2020-03-13 15:44:24 +05:30
- GitLab.com-specific resources:
- [Group SAML/SCIM setup ](troubleshooting/group_saml_scim.md )