Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions platform/smallstep-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ To uninstall the Smallstep Agent from a Linux system:

## Manual install

1. Download the latest package from [packages.smallstep.com](https://packages.smallstep.com/stable/darwin/step-agent-plugin_latest.pkg)
1. Download the latest package from [packages.smallstep.com](https://packages.smallstep.com/stable/darwin/step-agent_latest.pkg)

2. Install the package on your endpoint (double-click the `.pkg` file, or use the built-in `installer` command)

Expand Down Expand Up @@ -399,13 +399,13 @@ To uninstall the Smallstep Agent from a macOS system:
## Manual install

1. Download the agent installer:
- For most systems: [step-agent-plugin_amd64_latest.msi](https://packages.smallstep.com/stable/windows/step-agent-plugin_amd64_latest.msi)
- For ARM64 systems: [step-agent-plugin_arm64_latest.msi](https://packages.smallstep.com/stable/windows/step-agent-plugin_arm64_latest.msi)
- For most systems: [step-agent_amd64_latest.msi](https://packages.smallstep.com/stable/windows/step-agent_amd64_latest.msi)
- For ARM64 systems: [step-agent_arm64_latest.msi](https://packages.smallstep.com/stable/windows/step-agent_arm64_latest.msi)

2. Install the agent silently:

```powershell
msiexec.exe /i "path\to\step-agent-plugin_amd64.msi" /quiet
msiexec.exe /i "path\to\step-agent_amd64_latest.msi" /quiet
```

## Registering the agent
Expand Down
12 changes: 6 additions & 6 deletions platform/smallstep-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Installers for macOS can be downloaded from [GitHub releases](https://github.com

Windows and Linux packages are available from the Smallstep package repository:

- https://packages.smallstep.com/stable/windows/step-agent-plugin_amd64_latest.msi
- https://packages.smallstep.com/stable/windows/step-agent-plugin_arm64_latest.msi
- https://packages.smallstep.com/stable/linux/step-agent-plugin_amd64_latest.deb
- https://packages.smallstep.com/stable/linux/step-agent-plugin_arm64_latest.deb
- https://packages.smallstep.com/stable/linux/step-agent-plugin_x86_64_latest.rpm
- https://packages.smallstep.com/stable/linux/step-agent-plugin_aarch64_latest.rpm
- https://packages.smallstep.com/stable/windows/step-agent_amd64_latest.msi
- https://packages.smallstep.com/stable/windows/step-agent_arm64_latest.msi
- https://packages.smallstep.com/stable/linux/step-agent_amd64_latest.deb
- https://packages.smallstep.com/stable/linux/step-agent_arm64_latest.deb
- https://packages.smallstep.com/stable/linux/step-agent_x86_64_latest.rpm
- https://packages.smallstep.com/stable/linux/step-agent_aarch64_latest.rpm

For Linux installation instructions, see [Deploy the Agent](./smallstep-agent.mdx#linux-installation).

Expand Down
30 changes: 15 additions & 15 deletions tutorials/connect-fleet-dm-to-smallstep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -429,13 +429,13 @@ The last step is to deploy the [Smallstep agent](../platform/smallstep-agent.mdx

You can deploy the agent using Fleet's [software deployment](https://fleetdm.com/guides/deploy-software-packages) feature:
1. Download the agent package:
- macOS: [step-agent-plugin_latest.pkg](https://packages.smallstep.com/stable/darwin/step-agent-plugin_latest.pkg)
- Windows (x64): [step-agent-plugin_latest_amd64.msi](https://packages.smallstep.com/stable/windows/step-agent-plugin_latest_amd64.msi)
- Windows (ARM64): [step-agent-plugin_latest_arm64.msi](https://packages.smallstep.com/stable/windows/step-agent-plugin_latest_arm64.msi)
- Linux (Debian/Ubuntu x64): [step-agent-plugin_amd64_latest.deb](https://packages.smallstep.com/stable/linux/step-agent-plugin_amd64_latest.deb)
- Linux (Debian/Ubuntu ARM64): [step-agent-plugin_arm64_latest.deb](https://packages.smallstep.com/stable/linux/step-agent-plugin_arm64_latest.deb)
- Linux (RHEL/Fedora x64): [step-agent-plugin_x86_64_latest.rpm](https://packages.smallstep.com/stable/linux/step-agent-plugin_x86_64_latest.rpm)
- Linux (RHEL/Fedora ARM64): [step-agent-plugin_aarch64_latest.rpm](https://packages.smallstep.com/stable/linux/step-agent-plugin_aarch64_latest.rpm)
- macOS: [step-agent_latest.pkg](https://packages.smallstep.com/stable/darwin/step-agent_latest.pkg)
- Windows (x64): [step-agent_amd64_latest.msi](https://packages.smallstep.com/stable/windows/step-agent_amd64_latest.msi)
- Windows (ARM64): [step-agent_arm64_latest.msi](https://packages.smallstep.com/stable/windows/step-agent_arm64_latest.msi)
- Linux (Debian/Ubuntu x64): [step-agent_amd64_latest.deb](https://packages.smallstep.com/stable/linux/step-agent_amd64_latest.deb)
- Linux (Debian/Ubuntu ARM64): [step-agent_arm64_latest.deb](https://packages.smallstep.com/stable/linux/step-agent_arm64_latest.deb)
- Linux (RHEL/Fedora x64): [step-agent_x86_64_latest.rpm](https://packages.smallstep.com/stable/linux/step-agent_x86_64_latest.rpm)
- Linux (RHEL/Fedora ARM64): [step-agent_aarch64_latest.rpm](https://packages.smallstep.com/stable/linux/step-agent_aarch64_latest.rpm)
2. In Fleet, go to **Software**, choose **Custom Package**, and add the package for distribution

Alternatively, you can use a separate software management system such as [Munki](https://github.com/munki/munki) to deploy the agent. See the [Smallstep Agent manual installation guide](../platform/smallstep-agent.mdx#macos-installation) for detailed instructions.
Expand Down Expand Up @@ -539,35 +539,35 @@ In the same team YAML file, add the Smallstep agent packages:
```yaml
software:
packages:
- url: https://packages.smallstep.com/stable/darwin/step-agent-plugin_latest.pkg
- url: https://packages.smallstep.com/stable/windows/step-agent-plugin_latest_amd64.msi
- url: https://packages.smallstep.com/stable/linux/step-agent-plugin_amd64_latest.deb
- url: https://packages.smallstep.com/stable/darwin/step-agent_latest.pkg
- url: https://packages.smallstep.com/stable/windows/step-agent_amd64_latest.msi
- url: https://packages.smallstep.com/stable/linux/step-agent_amd64_latest.deb
post_install_script:
path: ../lib/smallstep-agent-setup.sh
- url: https://packages.smallstep.com/stable/linux/step-agent-plugin_x86_64_latest.rpm
- url: https://packages.smallstep.com/stable/linux/step-agent_x86_64_latest.rpm
post_install_script:
path: ../lib/smallstep-agent-setup.sh
```

If your Linux fleet includes multiple architectures, add entries for each variant and use `labels_include_any` to target the correct package to each host:

```yaml
- url: https://packages.smallstep.com/stable/linux/step-agent-plugin_amd64_latest.deb
- url: https://packages.smallstep.com/stable/linux/step-agent_amd64_latest.deb
post_install_script:
path: ../lib/smallstep-agent-setup.sh
labels_include_any:
- Ubuntu Linux
- url: https://packages.smallstep.com/stable/linux/step-agent-plugin_arm64_latest.deb
- url: https://packages.smallstep.com/stable/linux/step-agent_arm64_latest.deb
post_install_script:
path: ../lib/smallstep-agent-setup.sh
labels_include_any:
- Ubuntu Linux
- url: https://packages.smallstep.com/stable/linux/step-agent-plugin_x86_64_latest.rpm
- url: https://packages.smallstep.com/stable/linux/step-agent_x86_64_latest.rpm
post_install_script:
path: ../lib/smallstep-agent-setup.sh
labels_include_any:
- Red Hat Linux
- url: https://packages.smallstep.com/stable/linux/step-agent-plugin_aarch64_latest.rpm
- url: https://packages.smallstep.com/stable/linux/step-agent_aarch64_latest.rpm
post_install_script:
path: ../lib/smallstep-agent-setup.sh
labels_include_any:
Expand Down
2 changes: 1 addition & 1 deletion tutorials/connect-iru-to-smallstep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ There are two ways to install the agent:

#### Upload the Agent Package

1. Download the latest package from [packages.smallstep.com](https://packages.smallstep.com/stable/darwin/step-agent-plugin_latest.pkg)
1. Download the latest package from [packages.smallstep.com](https://packages.smallstep.com/stable/darwin/step-agent_latest.pkg)
2. In the Iru sidebar, choose **Library**
3. Choose **Add Library Item**, then select **Custom App**, and click **Add and Configure**
4. Set a title (e.g., `Smallstep Agent`)
Expand Down
2 changes: 1 addition & 1 deletion tutorials/connect-jamf-pro-to-smallstep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ There's two ways to install the agent:

In this step, you’ll upload the Smallstep agent package to Jamf Pro’s software distribution network.

1. Download the latest package from [packages.smallstep.com](https://packages.smallstep.com/stable/darwin/step-agent-plugin_latest.pkg)
1. Download the latest package from [packages.smallstep.com](https://packages.smallstep.com/stable/darwin/step-agent_latest.pkg)
2. In Jamf Pro, choose ⚙️ **Settings**
3. Under the **Computer Management** tab, Choose **Packages**
4. Add a new Package
Expand Down
2 changes: 1 addition & 1 deletion tutorials/connect-mosyle-to-smallstep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ There are two ways to install the agent:

#### Upload the Agent Package

1. Download the latest package from [packages.smallstep.com](https://packages.smallstep.com/stable/darwin/step-agent-plugin_latest.pkg)
1. Download the latest package from [packages.smallstep.com](https://packages.smallstep.com/stable/darwin/step-agent_latest.pkg)
2. In Mosyle, choose **Management** from the top navigation
3. Use the platform dropdown in the left sidebar to select **macOS**
4. In the left sidebar, under **Management Profiles**, choose **Install PKG**
Expand Down
4 changes: 2 additions & 2 deletions tutorials/connect-workspace-one-to-smallstep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ Within a few minutes after adding the connection, you should see all of your Wor

In this step, we’ll add the Smallstep Agent to Workspace One UEM for distribution to devices.

- [Download the Smallstep Agent for x64](https://packages.smallstep.com/stable/windows/step-agent-plugin_latest_amd64.msi)
- [Download the Smallstep Agent for Arm64](https://packages.smallstep.com/stable/windows/step-agent-plugin_latest_arm64.msi)
- [Download the Smallstep Agent for x64](https://packages.smallstep.com/stable/windows/step-agent_amd64_latest.msi)
- [Download the Smallstep Agent for Arm64](https://packages.smallstep.com/stable/windows/step-agent_arm64_latest.msi)

1. In Workspace One UEM,
- Go to Resources → Native Apps.
Expand Down
Loading