> ## Documentation Index
> Fetch the complete documentation index at: https://help.freakhosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Install the Swiftly Framework in Counter-Strike 2

> Install the Swiftly framework on your CS2 server as a lightweight alternative for managing plugins, admin tools, and custom server-side modifications.

## High-Performance Modding

**Swiftly** is a state-of-the-art management and development framework engineered specifically for the Source 2 engine. It distinguishes itself by prioritizing execution speed, minimal memory overhead, and a highly streamlined API for plugin developers. For community owners who want to maximize their server's technical efficiency while implementing custom logic, Swiftly serves as a powerful, high-performance alternative to traditional frameworks.

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Intermediate
  </Card>

  <Card title="Time" icon="clock">
    8 Minutes
  </Card>
</CardGroup>

***

## Installation & Deployment Workflow

Follow these steps to correctly integrate the Swiftly framework into your server's technical stack.

<Steps>
  <Step title="Acquire Latest Assets">
    Navigate to the [official Swiftly repository](https://github.com/swiftly-solution/swiftly/releases) and download the distribution package labeled `Swiftly.Plugin.Linux`.
  </Step>

  <Step title="Initialize File Transfer">
    Log in to the [Game Panel](https://games.freakhosting.com) and **Stop** your server. Navigate to the **File Manager** and enter the `/game/csgo/addons/` directory.
  </Step>

  <Step title="Deploy Framework Files">
    Upload the contents of the Swiftly archive. Ensure the extraction creates a directory named `swiftly` directly within your `addons` folder.
  </Step>

  <Step title="Verify Initialization">
    **Start** your server. Open the **Console** tab and execute the command `sw credits`. If the installation is successful, the engine will return the current framework version and development team metadata.
  </Step>
</Steps>

***

## Strategic Management Features

Swiftly provides several advanced tools designed to improve the development and management lifecycle.

<Tabs>
  <Tab title="Instant Reloading">
    Unlike legacy frameworks, Swiftly enables real-time plugin updates. use the command `sw reload <plugin_name>` to apply logic changes or updated configurations instantly without requiring a full server reboot or disconnecting your players.
  </Tab>

  <Tab title="Resource Efficiency">
    The Swiftly core is designed to operate with negligible impact on server tickrate and frame times, making it the ideal choice for high-population servers running at 128-tick or 64-subtick intervals.
  </Tab>
</Tabs>

***

<Note>
  ### Developer Ecosystem

  Swiftly features a growing library of community plugins and a dedicated development portal. If you are interested in creating your own high-performance modules, we recommend consulting the official Swiftly documentation for API specifications and best practices.
</Note>

***

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>

***

<div align="center">
  **Last Updated:** January 2026 | **CS2:** Swiftly deployed and ready.
</div>
