Running Bitbucket Data Center with a dedicated user
Bitbucket installation guide
On this page
Related content
- Give Access to Unlicensed Users from Jira Service Management
- Enabling unlicensed access to Confluence Cloud spaces via API
- Methods to allow unlicensed users to read Confluence Cloud content
- Confluence Groups
- Jira IssueFilter macro access requirements for customers of a service management portal
- Configuring Jira Integration in the Setup Wizard
- How to remove users without 'Can Use' permission from Confluence People Directory
- Managing Site-Wide Permissions and Groups
- Understanding Permission in Confluence
- Restrict External Users/Groups to Certain Confluence Space(s)
For production installations, we recommend that you create a new dedicated user that will run Bitbucket Data Center 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 Data Center 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 Data Center on Linux:
$ sudo /usr/sbin/useradd --create-home --home-dir /opt/atlassian/bitbucket --shell /bin/bash atlbitbucket
Last modified on Oct 6, 2023
Related content
- Give Access to Unlicensed Users from Jira Service Management
- Enabling unlicensed access to Confluence Cloud spaces via API
- Methods to allow unlicensed users to read Confluence Cloud content
- Confluence Groups
- Jira IssueFilter macro access requirements for customers of a service management portal
- Configuring Jira Integration in the Setup Wizard
- How to remove users without 'Can Use' permission from Confluence People Directory
- Managing Site-Wide Permissions and Groups
- Understanding Permission in Confluence
- Restrict External Users/Groups to Certain Confluence Space(s)
Powered by Confluence and Scroll Viewport.