Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 20 additions & 19 deletions Website/src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ import styles from "./styles.module.css";

const FeatureList = [
{
title: "Network Analysis",
title: "Unified Experience",
Svg: require("@site/static/img/undraw_connected_world_wuay.svg").default,
description: (
<>
Analyze your network and gather detailed information using built-in
tools such as the WiFi Analyzer, IP Scanner, Port Scanner, Traceroute,
DNS Lookup, Ping Monitor, LLDP Capture, and many more.
All your essential network tools in one sleek interface — no more
juggling apps. Perform in-depth network diagnostics with WiFi Analyzer,
IP Scanner, Port Scanner, Ping Monitor, Traceroute, DNS Lookup,
LLDP/CDP Capture, and many more.
</>
),
},
Expand All @@ -19,42 +20,42 @@ const FeatureList = [
Svg: require("@site/static/img/undraw_server_cluster_jwwq.svg").default,
description: (
<>
Connect to remote systems and manage your network and server
infrastructure with integrated clients such as Remote Desktop (RDP),
PuTTY (SSH, Telnet, Serial), PowerShell (WinRM, WSL, Custom Tools),
TigerVNC (VNC), and AWS SSM.
Connect to remote systems seamlessly via RDP, PuTTY (SSH, Telnet,
Serial), PowerShell (WinRM), TigerVNC (VNC), or AWS Session Manager.
Manage your network and server infrastructure efficiently.
</>
),
},
{
title: "Profile Management",
title: "Secure Profiles",
Svg: require("@site/static/img/undraw_personal_settings_re_i6w4.svg")
.default,
description: (
<>
Save hosts and networks with custom configurations in encrypted
profile files to protect sensitive data, organize them by customers
or environments, and use them seamlessly across features.
Organize hosts and networks in encrypted profiles for seamless access
across all features while protecting sensitive data and maintaining
easy access to your infrastructure.
</>
),
},
{
title: "Effortless Troubleshooting",
title: "Enterprise-Ready",
Svg: require("@site/static/img/undraw_server_down_s-4-lk.svg").default,
description: (
<>
Diagnose and resolve issues effectively with a comprehensive suite of
tools within a unified application.
Professional deployment ready with MSI installer, signed binaries, and
package manager support (Chocolatey, Evergreen, WinGet). Built for
enterprise environments.
</>
),
},
},
{
title: "Open Source",
title: "Open Source & Free",
Svg: require("@site/static/img/undraw_version_control_re_mg66.svg").default,
description: (
<>
NETworkManager is fully open source on GitHub. Review the code, build it
yourself, or contribute to make it even better.
No ads, no subscriptions, fully community-driven. Review the code,
build it yourself, or contribute to make it even better.
</>
),
},
Expand Down