> For the complete documentation index, see [llms.txt](https://docs.krnm.hu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.krnm.hu/jatekszerverek/proxy.md).

# Proxy

### Szeretnéd, ha a szerveredhez kapcsolódó webes felületek (pl. `http://123.456.78.9:8123` helyett egy professzionális címet (pl. `map.szerverem.hu`) használhatnál? A Proxy menüpontban ezt könnyedén beállíthatod.

#### **A létrehozás lépései**

1. **Domain megadása:** Írd be a választott domain nevedet (pl. `domainem.hu` vagy egy aldomain, mint a `webshop.domainem.hu`).
2. **Kiosztás kiválasztása:** Válaszd ki, melyik belső portra mutasson a proxy. Ha csak egy portod van, a rendszer automatikusan azt fogja használni.
3. **Létrehozás:** Kattints a létrehozás gombra a folyamat elindításához.

#### **DNS beállítások (Fontos!)**

**A létrehozás után a saját domain kezelődnél (pl. ahol a domaint vetted) létre kell hoznod egy A rekordot, amely a szervergép IP-címére mutat.**

* **Hogyan tudd meg az IP-t?** **Használj bármilyen online DNS Lookup oldalt**. **Írd be a szervered** alapértelmezett címét (pl. `intel0.kranem.hu`) **port nélkül**, és **a kapott számsort (IP-címet) használd az A rekordhoz.**

#### **SSL és Cloudflare használata**

**Mivel a panel közvetlenül nem biztosít SSL tanúsítványt, a biztonságos (HTTPS) kapcsolat eléréséhez erősen javasoljuk a Cloudflare használatát:**

* **SSL mód:** A Cloudflare felületén az SSL/TLS beállításoknál válaszd a Flexible módot.
* **Eredmény:** Így a weboldalad nem fogja azt jelezni a látogatóknak, hogy a kapcsolat "Nem biztonságos", és megkapja a szükséges titkosítást.

> ***Megjegyzés:** Amennyiben egy beállított proxyra már nincs szükséged, bármikor egyszerűen törölheted a listából.*


---

# 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.krnm.hu/jatekszerverek/proxy.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.
