--- title: Debian Install description: How to install `veilid-server` and `veilid-cli` on Debian based systems weight: 3 layout: subpage --- ### Step 1 Add the GPG keys to your operating systems keyring. _Explanation_: The wget command downloads the public key, and the sudo gpg command adds the public key to the keyring.
### Step 2 Identify your architecture _Explanation_: The following command will tell you what type of CPU your system is running
### Step 3 Add Veilid to your list of available software. _Explanation_: Using the command in Step 2 you will need to run one of the following: - For **AMD**64 based systems run this command:
- For **ARM**64 based systems run this command:
/dev/null'>
_Explanation_: Each of the above commands will create a new file called `veilid.list` in the `/etc/apt/sources.list.d/`. This file contains instructions that tell the operating system where to download Veilid. ### Step 4 Refresh the package manager. _Explanation_: This tells the `apt` package manager to rebuild the list of available software using the files in `/etc/apt/sources.list.d/` directory
#### Step 5 Install Veilid. _Explanation_: With the package manager updated, it is now possible to install Veilid!

The remaining steps are optional. ### Step 6 Start `veilid-server.service` manually
### Step 7 Set up `veilid-server.service` to start at boot