You can run the Octopus Server using a Managed Service Account (MSA):
- Install the Octopus Server and make sure it is running correctly using one of the built-in Windows service accounts or a custom account.
- Reconfigure the Octopus Server Windows service to use the MSA, either manually using the Service snap-in, or using
sc.exe config "OctopusDeploy" obj= Domain\Username$. - Restart the Octopus Server Windows service.
Learn about using Managed Service Accounts.