Running Bitbucket Server with a dedicated user
Bitbucket installation guide
On this page
Related content
- Upgrade a Bitbucket cluster through the API without downtime
- Upgrade a Bitbucket cluster on AWS without downtime
- Upgrade Bitbucket without downtime
- Bitbucket Data Center upgrade guide
- Install Bitbucket Data Center
- Adding and removing Data Center nodes
- Clustering with Bitbucket
- How to replace a Bitbucket Mesh node in Bitbucket Data Center
- Bitbucket Server upgrade guide
- Set up a Bitbucket Data Center cluster
For production installations, we recommend that you create a new dedicated user that will run Bitbucket Server on your system. This user:
- Should be local.
- Should not have admin privileges.
- Should be a non-privileged user with read, write, modify and execute access (called "Full control" permission on Windows) on the Bitbucket Server install directory and home directory.
Learn more about how to run Bitbucket as a Linux service
Here is an example of how to create a dedicated user to run Bitbucket Server on Linux:
$ sudo /usr/sbin/useradd --create-home --home-dir /opt/atlassian/bitbucket --shell /bin/bash atlbitbucket
Last modified on Jul 25, 2022
Related content
- Upgrade a Bitbucket cluster through the API without downtime
- Upgrade a Bitbucket cluster on AWS without downtime
- Upgrade Bitbucket without downtime
- Bitbucket Data Center upgrade guide
- Install Bitbucket Data Center
- Adding and removing Data Center nodes
- Clustering with Bitbucket
- How to replace a Bitbucket Mesh node in Bitbucket Data Center
- Bitbucket Server upgrade guide
- Set up a Bitbucket Data Center cluster
Powered by Confluence and Scroll Viewport.