Embeddable terminal

Put IPGetter on your site.

Configure the terminal, preview it live and copy one small script tag. Network checks stay hosted by IPGetter, so there is no shell or backend code to install.

Customize
Live preview Responsive width x 520pxOpen full terminal ->
Free embed branding

The free embed includes a small "Powered by IPGetter" link. It keeps the widget free and gives visitors a route back to the full toolbox.

Safe by design

The embed only exposes IPGetter's allow-listed network commands. It cannot run arbitrary shell commands or reach private/reserved targets through web and port checks.

Copy and paste

Embed code

<script src="https://ipgetter.com/embed.js" data-theme="auto" data-width="100%" data-height="520" data-welcome="1"></script>

The script creates a responsive iframe directly where the script tag is placed. Width presets are maximum widths, not rigid widths: the terminal still shrinks cleanly when its host container is narrower. You can also use data-target="#some-element" to mount it inside a specific container. The free embed includes subtle IPGetter branding.

data-width100% or 280 - 1400

Fill the host container or set a responsive maximum width in pixels.

data-height320 - 900

Choose a compact or roomy terminal height. Output scrolls inside the frame.

data-alignleft / center / right

Align a max-width embed without writing wrapper CSS.

data-themedark / light / auto

Choose the terminal theme or follow the visitor's system preference.

data-commandOptional

Run a safe command automatically when the embed opens.

data-targetOptional selector

Mount the iframe inside an existing element instead of after the script.