Free IT Tools for Sysadmins

33 practical tools for the things administrators do every week: check DNS, trace a failing email, verify a certificate, decode a token or convert a config file. Each tool is listed under the task it solves, with a plain sentence on when to reach for it. No sign-up, and most run in your browser.

Network & DNS

Find out where an address lives, what its DNS says, who owns a domain, and whether a host answers.

Email & Exchange

Trace, test and fix mail delivery without guessing.

Security & Trust

Check certificates, headers, links and credentials before they cause an incident.

Data & Developer

Convert, format and test the text formats admins meet every day.

JSON Formatter & Validator

Pretty-print, minify and validate JSON.

When to use: Use it to read API and Graph responses.

YAML to JSON Converter

Converts between YAML and JSON.

When to use: Use it for Kubernetes, Ansible and pipeline files.

XML to JSON Converter

Converts between XML and JSON, keeping attributes.

When to use: Use it for legacy configs and SOAP style responses.

CSV to JSON Converter

Converts CSV and JSON, handling quotes and delimiters.

When to use: Use it to move exported reports into scripts.

Regex Tester

Tests patterns with live match highlighting.

When to use: Use it to build log filters and validation rules.

Base64 Encoder & Decoder

Encodes and decodes with correct UTF-8 handling.

When to use: Use it for certificates, tokens and encoded PowerShell payloads.

URL Encoder & Decoder

Percent-encodes and decodes URLs and components.

When to use: Use it when a query string breaks a redirect.

Unix Timestamp Converter

Converts epoch times and readable dates.

When to use: Use it to read log timestamps and token expiry values.

Text Diff Checker

Compares two texts line by line.

When to use: Use it to spot what changed between two config files.

Number Base Converter

Binary, octal, decimal, hex and any base to 36.

When to use: Use it for permissions, masks and flags.

Hash Generator (SHA-2)

SHA-1 and SHA-2 hashes of text in your browser.

When to use: Use it for quick checksums without uploading anything.

Markdown Previewer

Live side by side Markdown preview.

When to use: Use it to draft README files and runbooks.

HTML Entity Encoder

Encodes and decodes HTML entities.

When to use: Use it when special characters break a page or template.

Meta Tag Generator

SEO, Open Graph and Twitter Card tags.

When to use: Use it to prepare tags for a new page.

Windows & Deployment

Tools for the messy parts of Windows administration.

How to use these tools

  1. Pick the category that matches your problem, such as Email & Exchange for a delivery issue.
  2. Open the tool and enter the domain, address, header or text.
  3. Read the result, then use the "when to use" note to choose the next tool.

FAQ

Are these IT tools free?

Yes. All of them are free with no sign-up. Most run entirely in your browser.

Do the tools send my data anywhere?

Client-side tools such as the JSON formatter, JWT decoder and converters process text in your browser. Network tools such as DNS, WHOIS, SSL and port checks must contact outside services to answer, and the privacy policy explains what is sent.

Can I scan any server with the port scanner?

Only scan systems you own or have written permission to test. The scanner is rate limited and refuses private and internal addresses.

Which tool should I use first when email fails?

Start with the Email Header Analyzer on a failing message, then check SPF, DKIM and DMARC, and finally Autodiscover if the problem is Outlook connecting.