The Terraform code in this repo will deploy an Oracle Cloud (OCI) Virtual Machine for the KopiCloud AD API with Windows Server 2022 and SQL Server 2022 Express.
The code will create the network resources (VCN, Subnet, Internet Gateway, Routes).
-
By default, the download and installation of SQL Server Management Studio is disabled because it will take lots of time.
-
The default Windows username is opc, and you can get the password from the Terraform output.
api_admin_password = "B21AqTpHlai[5"
api_admin_user = "opc"
api_public_ip = "xxx.xxx.xxx.xxx"
Read the document How to Configure the Terraform Provider for OCI (Oracle Cloud Infrastructure) with API Key Authentication to configure credentials.
-
Get a License - Generate a free trial license (no credit card required) or purchase a license here.
-
Install KopiCloud AD API using the code in this repo.
-
Join the machine to the AD Domain to manage using the API.
-
Create a Service Account in Active Directory with Domain Administrators permissions for the KopiCloud AD API.
-
Run the KopiCloud AD API Config tool located in the folder C:\KopiCloud-AD-API-Config to finish the setup of API.
Note: You cannot log in to the KopiCloud AD API Portal using the Service Account for security reasons.
KopiCloud AD API Official Web Site: https://www.kopicloud-ad-api.com
KopiCloud AD API Documentation: https://help.kopicloud-ad-api.com