How to install Rundeck on Windows 10
Rundeck is an open-source tool used for system automation and orchestration. This tutorial will guide you through the installation process of Rundeck on Windows 10.
Prerequisites
Before proceeding with the installation process, make sure you have the following:
- A Windows 10 System
- Java 8 or higher installed
- Administrative rights on your computer
- 2GB of RAM and 2 CPU cores
Installation steps
- Download the latest Rundeck version from the Rundeck Download page.
- In the downloads folder, extract the .zip file containing Rundeck's files.
- Create a folder named "rundeck" in C:\ to store Rundeck's files.
- Copy all the files from the extracted Rundeck folder to the new "rundeck" folder created in step 3.
- In the "rundeck" folder, open the
winrm-plugin.propertiesfile (found inC:\rundeck\server\config\) and uncomment the following line:
# winrmAuthScheme=Basic
Change it to:
winrmAuthScheme=Negotiate
- Open the Command Prompt as an administrator, then navigate to the Rundeck folder (
C:\rundeck\). - Run the following command in the command prompt:
rdlauncher install
- Once installed, start the Rundeck service by running the following command in the command prompt:
rundeckd start
- Open a web browser and navigate to
http://localhost:4440/to verify if Rundeck is running successfully.
Congratulations! You have successfully installed Rundeck on Windows 10.