Starting MarkLogic Server
- Last Updated: April 21, 2026
- 1 minute read
- MarkLogic Server
- Version 12.0
- Documentation
To start MarkLogic Server, follow the steps for the corresponding platform:
| Platform |
Steps |
|---|---|
| Windows 8 and Later |
|
| Windows 7 |
Select Start > Programs > MarkLogic Server > Start MarkLogic Server. Note: |
| Red Hat Linux 8 |
Enter this command:
|
| Red Hat Linux 9 |
Enter this command:
|
Starting MarkLogic Server starts all of the app servers that are configured on your MarkLogic Server.
Rebooting the machine automatically starts MarkLogic Server unless it is installed in an on-premises Linux environment.
In an on-premises Linux environment, the ability for MarkLogic Server to start on reboot is disabled by default:
-
To enable start on reboot, enter this command:
sudo systemctl enable MarkLogic -
To disable start on reboot, enter this command:
sudo systemctl disable MarkLogic