Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
714
Downloads of v 3.5:
498
Last Update:
31 Aug 2016
Package Maintainer(s):
Software Author(s):
- Flexbyte Software
Tags:
flexbyte netstat agent network utility trial admin- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

NetStat Agent (Trial) (Portable)
This is not the latest version of NetStat Agent (Trial) (Portable) available.
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
714
Downloads of v 3.5:
498
Maintainer(s):
Software Author(s):
- Flexbyte Software
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
NetStat Agent (Trial) (Portable) 3.5
This is not the latest version of NetStat Agent (Trial) (Portable) available.
Some Checks Have Failed or Are Not Yet Complete
1 Test Passing and 1 Failing Test
To install NetStat Agent (Trial) (Portable), run the following command from the command line or from PowerShell:
To upgrade NetStat Agent (Trial) (Portable), run the following command from the command line or from PowerShell:
To uninstall NetStat Agent (Trial) (Portable), run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download netstat-agent.portable --internalize --version=3.5 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade netstat-agent.portable -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade netstat-agent.portable -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure netstat-agent.portable installed
win_chocolatey:
name: netstat-agent.portable
state: present
version: 3.5
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'netstat-agent.portable' do
action :install
version '3.5'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: netstat-agent.portable,
Version: 3.5,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller netstat-agent.portable
{
Name = 'netstat-agent.portable'
Ensure = 'Present'
Version = '3.5'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'netstat-agent.portable':
provider => 'chocolatey',
ensure => '3.5',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install netstat-agent.portable version="3.5" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved by moderator gep13 on 02 Sep 2016.
NetStat Agent 3.5 – Fast Lookup Tool for Available TCP/UDP Connections
Whenever you open a website connection through your browser or download files, you are opening TCP/UDP connections. TCP/UDP connections link your client computer to the remote host machine which may be local or out in the cloud.
The big problem is knowing what available connections you have available on your own computer. Opening TCP/UDP connections is essential if you are to master control over your network, but you need to take the guesswork out of the equation in order to manage resources effectively.
Now you can with NetStat Agent
NetStat Agent provides a fast and easy way to establish what ports and connections are available from your client computer. In addition, you are able to simply monitor what existing connections are currently being made and diagnose connectivity issues without delay.
![Partial screenshot of NetStat Agent] (http://www.netstatagent.com/images/netagent-connects.png)
NetStat Agent is also available as a fully portable solution capable of being carried with network administrators on a USB stick for fast and effective use wherever they happen to be physically located. No messy installs and no wasting time means enhanced value, improved user service and increased ROI.
NetStat Agent has a state-of-the-art and comprehensive toolkit including:
netstat, ping, ipconfig, traceroute, whois, http checker, DNS query (nslookup), ARP monitor, IP route.
NetStat Agent provides a simple to use interface powered by a powerful GUI which delivers easily understood network information fast.
At a glance information includes:
- Status update on all active TCP and UDP connections;
- IPv6 connections monitoring;
- Local and remote port availability and status;
- Connection state;
- Owning process;
- Full status information including geographical location of remote IP-addresses together with complete hostname.
With NetStat Agent you fully control network connectivity and can simply manage connection resources. NetStat Agent allows you to hide important connections, manage and close unwanted connections and help to quickly identify suspect traffic entering or leaving the network.
All this without the need to open and close disparate network management utilities – now you can access your full range of network management utilities from one dashboard.
NetStat Agent is not freeware and distributed as try-before-you-buy. If you find NetStat Agent useful and wish to continue using it without any limitations (nag screen), please find the time to register it.
$ErrorActionPreference = 'Stop'
$packageName= 'netstat-agent.portable'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://netstatagent.com/files/netagent-portable.zip'
$ExeFile = 'NetAgent.exe'
$ShortcutName = 'NetStat Agent'
$packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
fileType = 'EXE'
url = $url
softwareName = 'NetStat Agent*'
checksum = '506E9EB995B7D0FD0E4C22759CFA88C0BD87655631D5E274D49EB83B2796111C'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
validExitCodes= @(0)
}
Install-ChocolateyZipPackage @packageArgs
Install-ChocolateyShortcut -shortcutFilePath "$env:Public\Desktop\$ShortcutName.lnk" -targetPath "$env:ChocolateyInstall\lib\$packageName\tools\netagent-portable\$ExeFile"
Install-ChocolateyShortcut -shortcutFilePath "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\$ShortcutName.lnk" -targetPath "$toolsDir\netagent-portable\$ExeFile" -WorkingDirectory "$toolsDir"
$ErrorActionPreference = 'Stop'
$packageName= 'netstat-agent.portable'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$ExeFile = 'NetAgent.exe'
$ShortcutName = 'NetStat Agent'
remove-item "$env:Public\Desktop\$ShortcutName.lnk" -Force -ErrorAction 'SilentlyContinue'
remove-item "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\$ShortcutName.lnk" -Force -ErrorAction 'SilentlyContinue'
Log in or click on link to see number of positives.
- Country.dll (009b51c12e2f) - ## / 56
- CrashSender.exe (baff9bfd4a1c) - ## / 56
- dbghelp.dll (9a26ffaffb26) - ## / 61
- NetAgent.exe (6f109f7c4136) - ## / 57
- NetAgentLib.dll (507c355c7703) - ## / 55
- netagent-portable.zip (506e9eb995b7) - ## / 55
- netstat-agent.portable.3.5.nupkg (9b583ab4adcd) - ## / 56
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
NetStat Agent (Trial) (Portable) 3.6 | 216 | Wednesday, December 4, 2019 | Approved |
NetStat Agent (Trial) (Portable) 3.5 | 498 | Wednesday, August 31, 2016 | Approved |
© 2004-2016 Copyright by Flexbyte Software. All rights reserved.
This package has no dependencies.
Ground Rules:
- This discussion is only about NetStat Agent (Trial) (Portable) and the NetStat Agent (Trial) (Portable) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or NetStat Agent (Trial) (Portable), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.