Modifying the Global Configuration
How to modify the Global Anka Virtualization configuration
Viewing the configuration
View all default configuration settings for Anka installation on the host with anka config command:
You can see a value for a specific configuration parameter with
anka config $PARAM_NAME.
- The default VM username is anka
- The default VM password is admin
- The default storage locations for Anka VM Templates & Tags are:- vm_lib_dir - /Users/XXX/Library/Application Support/Veertu/Anka/vm_lib/
- state_lib_dir - /Users/XXX/Library/Application Support/Veertu/Anka/state_lib/
- img_lib_dir - /Users/XXX/Library/Application Support/Veertu/Anka/img_lib/
 
- vm_lib_dir - 
- The log directory is /Users/XXX/Library/Logs/Anka/and log file isanka.log.
Changing the default Anka VM storage location
Depending on how many Anka VMs you have, the disk usage might be too much for the default storage location. There are three configuration parameters to control location for storing Anka VMs.
Anka 3.x and greater requires a APFS volume.
It’s recommended to keep the vm_lib_dir on the local disk as it contains file locks.
Assuming you want to store your Templates on /Volumes/ExternalDrive/, perform these steps:
- anka config img_lib_dir /Volumes/ExternalDrive/image_lib
- anka config state_lib_dir /Volumes/ExternalDrive/state_lib
- anka config vm_lib_dir /Volumes/ExternalDrive/vm_lib
- Go under System Preferences > Security & Privacy > Full Disk Access and add ankahv. Make sure the slider button is enabled too!