# Mico Sunucu Pluginleri

Mico istemci üzerinde yapılacak görevler pluginler sayesinde uygulanmaktadır. Örneğin, powershell komutları çalıştırılmak isteniyorsa powershell plugin'i, dosya gönderilmek isteniyorsa file-transfer plugin'i kullanılır.

Miço sunucusu üzerine eklenen pluginler ve görevleri Mico istemcilerine otomatik olarak dağıtılacaktır.

| Plugin        | Açıklama      |
| ------------- | ------------- |
| osquery       | **öntanımlı** |
| powershell    | **öntanımlı** |
| bash          | **öntanımlı** |
| file-transfer | yüklenmeli    |
| msi           | yüklenmeli    |

## Mico Plugin Ekleme

Plugin zip dosyası Miço sunucusuna atılarak /opt/mico/plugins yolunda çıkarılır.

```
sudo tar -zxvf file-transfer.tar.gz -C /opt/mico/plugins/
sudo chown mico:mico -R /opt/mico/plugins/*
```

Sonrasında `systemctl restart mico` komutu ile server yeniden başlatılır. Yeni yüklenen pluginler bu şekilde yüklenmiş olur.&#x20;

Liman miço eklentisindeki Yeni Görev oluşturma ekranında plugin olarak listelenmeye başlar.&#x20;


---

# 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.liman.dev/liman-poc/envanter/mico-sunucu-pluginleri.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.
