# การติดตั้ง

![](/files/-Mi1WAjLYOsClYyKVee8)

iWallet ทำงานในลักษณะของ Web Application ซึ่งจะต้องมีคอมพิวเตอร์เปิดไว้ตลอดเวลา เพื่อใช้ในการ Run Bot&#x20;

ตอนนี้ รองรับเฉพาะการติดตั้งแบบ Docker เท่านั้น ซึ่งผู้ใช้งานจะต้องมีความรู้และประสบการณ์ในการใช้งาน Docker เบื้องต้นเป็นอยู่แล้ว

สำหรับผู้ที่ไม่เคยใช้งาน Docker สามารถเรียนรู้พื้นฐาน Docker ได้ที่&#x20;

* [พื้นฐาน Docker โดย Jittagornp.me](https://docs.google.com/presentation/d/1NXArkIDFIJMmcvXY63cc5z7jIsbx8SDZqt76RqeuGwU/edit?usp=sharing)

## Spec เครื่องคอมพิวเตอร์ที่ใช้ในการ Run Bot

อย่างน้อยต้อง

* ติดตั้ง Docker ได้
* CPU อย่างน้อย 1 Core หรือ ถ้าใช้ Cloud ก็อย่างน้อย 1 vCPU
* RAM อย่างน้อย 1 GB (1,024 MB)
* พื้นที่ Harddisk สำหรับเก็บข้อมูล + Log อย่างน้อย 10 GB
* เข้าถึง Internet (ออก Internet) ได้

## การติดตั้ง

> แนะนำให้อ่านเอกสารทั้งหมดก่อนคร่าว ๆ แล้วค่อยลองติดตั้งและใช้งานจริง อย่าลืมอ่านหมายเหตุ คำแนะนำ และข้อควรระวังต่าง ๆ ด้วย

* [การโหลด Image](/installation/load-image.md)
* [การสร้าง Wallet](/installation/generate-wallet.md)
* [การตั้งค่า](/installation/settings.md)
* [ตัวอย่าง Token และ Swap Router](/installation/token-and-swap-router.md)
* [การ Run Bot](/installation/run-bot.md)
* [Two-Factor Authentication (2FA)](/installation/two-factor-authen.md)
* [LINE Notify](/installation/line-notify.md)
* [โครงสร้าง File และ Directory](/installation/file-and-directory.md)


---

# 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://iwallet.jittagornp.me/installation.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.
