# Templates Overview

Our list of pre-built templates is ever-growing. See the current list below. \
Check back soon, we're constantly adding new templates.

### Templates

#### Linux (LXC)

| Name          | Type | Description                | antsle One | nano |
| ------------- | ---- | -------------------------- | ---------- | ---- |
| CentOS-7.1    | LXC  | CentOS 7.1                 | yes        | yes  |
| Debian8.5     | LXC  | Debian 8.5 Jessie          | yes        | no   |
| debian        | LXC  | Debian 8.2 Jessie          | yes        | no   |
| Debian-10     | LXC  | Debian 10 Buster           | yes        | yes  |
| Debian-11     | LXC  | Debian 11 Bullseye         | yes        | yes  |
| Fedora        | LXC  | Fedora LXC Version 28      | yes        | no   |
| Kali          | LXC  | Kali 2016.1                | yes        | no   |
| Kali2020      | LXC  | Kali 2020                  | yes        | yes  |
| LEMP Stack    | LXC  | LEMP Stack                 | yes        | yes  |
| Nagios Core   | LXC  | Nagios Core                | yes        | yes  |
| NextCloud     | LXC  | Nextcloud                  | yes        | yes  |
| Raspbian-10   | LXC  | Raspbian 10                | no         | yes  |
| Sandstorm     | LXC  | Sandstorm                  | yes        | no   |
| ubuntu-xenial | LXC  | Ubuntu 16.04 Xenial Xenus  | yes        | no   |
| Ubuntu-18.04  | LXC  | Ubuntu 18.04 Bionic Beaver | yes        | no   |
| Ubuntu 19.10  | LXC  | Ubuntu 19.10  Eoan Ermine  | yes        | yes  |
| Ubuntu 20.04  | LXC  | Ubuntu 20.04  Focal Fossa  | yes        | yes  |

#### Linux (KVM)

| Name         | Type | Description                | antsle One | nano |
| ------------ | ---- | -------------------------- | ---------- | ---- |
| CentOS-7     | KVM  | CentOS 7.2                 | yes        | yes  |
| Debian 10    | KVM  | Debian 10 Buster           | yes        | no   |
| Debian-11    | KVM  | Debian 11 Bullseye         | yes        | yes  |
| Fedora 28    | KVM  | Fedora KVM Version 28      | yes        | no   |
| Fedora 31    | KVM  | Fedora KVM Version 31      | no         | yes  |
| Kali         | KVM  | Kali 2016.1                | yes        | no   |
| Kali 2020    | KVM  | Kali 2020.2                | yes        | no   |
| Kali 2021    | KVM  | Kali 2021.2                | no         | yes  |
| OPNsense-21  | KVM  | OPNsense 21                | yes        | no   |
| Ubuntu-16.04 | KVM  | Ubuntu 16.04 Xenial Xenus  | yes        | no   |
| Ubuntu-18.04 | KVM  | Ubuntu 18.04 Bionic Beaver | yes        | yes  |
| Ubuntu 20.04 | KVM  | Ubuntu 20.04 Focal Fossa   | yes        | yes  |

#### Windows

| Name          | Type | Description                                                                                                                                                 |
| ------------- | ---- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Win2019StdGui | KVM  | Windows Server 2019 - Out of Box Desktop Experience. Includes virtio NIC and storage drivers. RDP enabled. The template does not include a Windows license. |
| Win2016StdGui | KVM  | Windows Server 2016 - Out of Box Desktop Experience. Includes virtio NIC and storage drivers. RDP enabled. The template does not include a Windows license. |
| Win2016       | KVM  | Windows Server 2016 Desktop Experience. The template does not include a Windows license.                                                                    |
| Win2012R2     | KVM  | Windows Server 2012 R2 Desktop Experience. The template does not include a Windows license.                                                                 |
| Win2012       | KVM  | Windows Server 2012 Desktop Experience. The template does not include a Windows license.                                                                    |
| Win10         | KVM  | Windows 10 Desktop Experience. You can access the Windows GUI via RDP. The template does not include a Windows license.                                     |
| Win10StdGui   | KVM  | Windows 10 Desktop Experience.  You can access the Windows GUI via RDP. The template does not include a Windows license.                                    |
| Win11StdGui   | KVM  | Windows 11 was built with TPM requirements bypassed. You can access the Windows GUI via RDP. The template does not include a Windows license.               |

Note: Currently Windows is not supported on the Nano.

### Default Passwords

#### Password to Antman

The default credentials to login to AntMan are

```
Username: root
Passowrd: antsle
```

If you change the password, it will be the same for both antman access as well as SSH access to the edgeLinux command line.

#### Password by Template

| Template                                                | Username                                                         | Password                                |
| ------------------------------------------------------- | ---------------------------------------------------------------- | --------------------------------------- |
| Windows 10                                              | antsle                                                           | antsleWin12                             |
| Windows 2016StdGui                                      | <p>You are prompted</p><p>for a password on</p><p>first boot</p> |                                         |
| Windows 2019StdGui                                      | <p>You are prompted</p><p>for a password on</p><p>first boot</p> |                                         |
| All other Windows                                       | Administrator                                                    | antsleWin12                             |
| Ubuntu KVM                                              | ubuntu                                                           | antsle (su and sudo with same password) |
| Kali2020 KVM                                            | antsle                                                           | antsle                                  |
| <p>All other templates</p><p>(Including Ubuntu LXC)</p> | root                                                             | antsle                                  |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.antsle.com/templates/templates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
