# Archi Steam Farm на Linux сервере

## Что это такое?

**Archi Steam Farm (ASF)** это програма для добывания карточек в разных играх​ путём набивания часов. Данная вещь так же будет полезна для тех кто хочет нафармить десятки, сотни и тысячи часов игры в любой игре, прилагая минимальные усилия настроив бота на сервере линукса, прочитав этот короткий гайд, или скачать на сервер с Windows. Если у вас нету сервера на Windows, то вы его можете заказать за 350р/мес на [Mazeram.com](https://mazeram.com/ru/)

## Установка ASF

### Короткая версия

```
sudo apt-get update
sudo apt-get upgrade
sudo apt-get purge libssl1.0.0
sudo apt-get install libcurl3 libicu57 libkrb5-3 liblttng-ust0 libssl1.0.2 zlib1g -y
cd ~/
mkdir ASF
cd ASF
sudo wget https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/4.2.0.6/ASF-linux-x64.zip
sudo apt-get install unzip
unzip ASF-linux-x64.zip
rm ASF-linux-x64.zip
chmod +x ArchiSteamFarm
./ArchiSteamFarm
```

### Настройка бота

{% tabs %}
{% tab title="Terminal" %}

```
cd ASF
cd config/
vim/nano yourbotname.json
```

{% endtab %}

{% tab title="yourbotname.json" %}

```
{
"_comment": "Config By GussiStore"
"AutoSteamSaleEvent": true,
"BotBehaviour": 8,
"CustomGamePlayedWhileFarming": "https://vk.com/gussistore",
"CustomGamePlayedWhileIdle": "https://vk.com/gussistore",
"Enabled": true,
"GamesPlayedWhileIdle": [
730
],
"LootableTypes": [
1,
2,
3,
5,
6,
7,
8
],
"SendOnFarmingFinished": true,
"SendTradePeriod": 8,
"SteamUserPermissions": {
"YourSteamID": 3
},
"SteamLogin": "YourLogin",
"SteamPassword": "YourPass",
"AutoDiscoveryQueue": true,
"Name": "Yourbotname"
}

```

{% endtab %}
{% endtabs %}


---

# 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://wiki.ted.ge/archi-steam-farm-na-linux-servere.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.
