--- title: Lua Server SDK description: Where to find LaunchDarkly Lua server SDK setup and API documentation --- # Lua (Server) — SDK detail **Primary:** [Lua SDK reference](https://launchdarkly.com/docs/sdk/server-side/lua) — LuaRocks, runtime integration (e.g. OpenResty, NGINX), initialization, and API. **Also useful:** - LuaRocks: [launchdarkly modules](https://luarocks.org/modules/launchdarkly) - GitHub: [lua-server-sdk](https://github.com/launchdarkly/lua-server-sdk) - Samples: [hello-lua-server](https://github.com/launchdarkly/hello-lua-server), [hello-haproxy](https://github.com/launchdarkly/hello-haproxy), [hello-nginx](https://github.com/launchdarkly/hello-nginx) - API docs: [Lua SDK modules](https://launchdarkly.github.io/lua-server-sdk/modules/launchdarkly-server-sdk.html) **Recipe (detect / install summary):** [SDK Recipes](../recipes.md) — Lua (Server) There is no bundled onboarding code sample in this repo for Lua; follow the official reference.