# Proposal Add a additional console option in [Server Configuration](https://heroiclabs.com/docs/nakama/server-framework/server-configuration) Like | Parameter | Flag | Description | | - | - | - | | address | console.additionalHTML | Append additional html in to console | Inspired by Nginx addition module https://nginx.org/en/docs/http/ngx_http_addition_module.html#add_after_body # Example: server-configuration.yml ``` yaml console: port: 7351 username: "chief" password: "password" additionalHTML: /nakama/data/additional.html ``` /nakama/data/additional.html ``` html <style></style> <script> // add custom feature button in left menu </script> ``` Console <img width="253" height="264" alt="Image" src="https://github.com/user-attachments/assets/a8eba72c-6b27-4dbb-83e4-34d5b2b82521" />