INI Configuration — Simple key-value configuration format with sections.
Quick facts
What is .ini
A .ini file is a INI Configuration — Simple key-value configuration format with sections.
In the mime-db registry it maps to text/plain, and it is marked as compressible. When serving .ini over HTTP, set the Content-Type header as shown in Developer info below.
Related entities: it maps to text/plain and is used by INI among others — and is delivered over HTTP via the Content-Type header.
How to open .ini files
Developer info
When served over HTTP, responses should set the following header:
Content-Type: text/plain
Common software that reads/writes .ini:
Relation chain
Related extensions
Related MIME types
Related programming languages
Common uses
How to edit .ini files
How to create .ini files
Example
[server] host = example.com port = 8080
Frequently asked questions
Common options include Notepad, VS Code. You can also open many of these files with built-in viewers or a browser.
Create a new file in any text editor or the app that owns the format and save it with the .ini extension.
text/plain is the media type identifier used for .ini files during network transfer (for example in the HTTP Content-Type header).
Sources & standards
Updated 2026-08-18
Explore this reference