> For the complete documentation index, see [llms.txt](https://docs.liman.dev/sistem-yonetimi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liman.dev/sistem-yonetimi/kurulum/kuruluma-giris/sanal-sunucu-ayarlari.md).

# Sanal Sunucu Ayarları

VirtualBox'ı kurduktan sonra aşağıdaki adımlar takip edilerek bir sanal sunucu kurulabilir.

* **Sanal sunucuyu oluşturmak**

Sağ üstte yer alan mavi renkli Yeni butonuna tıklanarak oluşturulacak sunucunun temel özellikleri seçilir.

![VirtualBox Yeni Sunucunun Temel Ayarları](/files/-MgAQYjxfqoqMKKLAmJg)

Sonraki adımda sunucuya verilecek olan RAM miktarı belirtilmelidir. Başlangıç için fazla RAM tüketilmeyeceğinden, 1GB olarak bırakılabilir.

![VirtualBox Yeni Sunucunun RAM Miktarı](/files/-MgAQs22YZK25dhUzU6_)

![VirtualBox Varsayılan Ayarlar](/files/-MgAR5WIrYWUd86qqAYb)

![VirtualBox Varsayılan Ayarlar](/files/-MgAR94KlGBgDZNFMVdh)

![VirtualBox Varsayılan Ayarlar](/files/-MgARDhLnt4iBMHQey1c)

Varsayılan ayarları geçtikten sonra son olarak sunucunun diskte kaplayacağı yer belirtilir ve sunucu oluşturulur.

![VirtualBox Sunucu Disk Boyutu](/files/-MgARNp2WntX6UswwoQo)

Sunucuyu temel ayarlarla oluşturduktan sonra bazı ağ ve depolama ayarları yapılması gerekmektedir. Sunucuya bir kez tıklayıp sağ üstte bulunan turuncu ayarlar butonuna tıklanır. Sol menüde **Ağ** seçilir ve NAT seçeneği **Köprü bağdaştırıcısı** olarak değiştirilir.

![VirtualBox Ağ Ayarları](/files/-MgARn6Pe8wfznbVSmbl)

Ardından depolama sekmesinden indirilen **Pardus ISO** seçilir.

![VirtualBox ISO Dosyasının Sisteme Eklenmesi](/files/-MgAS1JgJyRFIIue3f-w)

Sol üstte yer alan **Ekle** butonuna tıklanır.&#x20;

![VirtualBox ISO Dosyasının Sisteme Eklenmesi](/files/-MgAS7QoN6LUv6bPISwW)

Ardından indirilen **.iso** dosyası seçilerek sisteme eklenir.

![VirtualBox ISO Dosyasının Sisteme Eklenmesi](/files/-MgASK8GNBspCdsLcplu)

Tamam butonu ile ayarlar kaydedilir.

![VirtualBox Ağ ve Disk Ayarlarının Kaydedilmesi](/files/-MgAShFbe3PECJ90GzCR)

Bu adımlar kurulacak olan GNU/Linux dağıtımlarına göre farklılık gösterebilir. Ubuntu için gerekli ayarlardan Ubunu 20.04 Sunucu Kurulumu adımında bahsedilecektir.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.liman.dev/sistem-yonetimi/kurulum/kuruluma-giris/sanal-sunucu-ayarlari.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
