1 of 1 Servers
DiscordWebsiteVPS Dashboard
1 of 1 Servers
1 of 1 Servers
  • Welcome to 1 of 1 Servers
  • 1 of 1 Knowledge Base
    • Customer Guides
      • Adding Developer Access
      • Connect to VPS via Visual Studio Code
      • Dedicated Server vs VPS
      • Product Addons
      • Server Transfers Guide for FiveM
      • What is a CDN | Proxy Cache
    • Networking Guides
      • Basic Network Troubleshoot
      • CloudFlare Proxy
        • Setup
        • DNS Settings
      • Disable UDP for RDP
      • How to run Wireshark
      • How to run Windows MTR
      • Opening your Windows Ports
      • Remote Desktop Connection
      • Speed Tests
      • SQL Issues
    • Troubleshooting Error Codes
      • Remote Desktop Connection Errors
      • VPS Server Errors
  • 1OF1 Set Up Guides
    • API
      • CDN API
      • DDoS Shield API
    • CDN | Proxy Cache
      • CDN | Proxy Cache Setup Guide
    • Dedicated Servers
      • Dedicated Server Setup Guide
        • After Purchase
        • Link Your Discord
        • Manage Your Dedicated Server
    • Graffana Logging
  • VPS Servers
    • VPS Setup Guide
      • After Purchase
      • Link Your Discord
      • Deploy your Operating System
      • Getting Your VPS Login Details
      • Remote Desktop & SSH Guides
        • Logging into Remote Desktop
        • Logging into VPS with Linux OS
          • Creating SSH Key for VPS Install
    • VPS Upgrade or Downgrade
  • 1OF1 Dashboards
    • Dedicated Dashboard
      • Client Area
      • Sever Management and Information
      • My Account
      • Logs
    • DDoS Dashboard
      • IP Management
      • Creating Rules
        • Creating Presets
      • Creating a Webhook
    • Game Server Dashboard
      • Login Creation & Linking Discord
      • System
        • Console
        • Server Details
        • SFTP Details
        • Audit Log
      • Management
        • File Manager
        • Database
        • Backups
        • Subusers
        • Allocations
      • Configuration
        • Startup Parameters
        • Schedules
        • Advanced
      • Tools
        • Modpack Manager
        • Plugin Manager
    • VPS Dashboard
      • Customer Area
      • Server Management
      • Media
      • Password Reset & VNC
      • Network
      • Storage
      • Backups
      • Sharing
  • 1OF1 Game Guides
    • FiveM
      • Car Pack Installation
      • Clothing Installation
      • Common Errors Troubleshoot
        • CURL 56 ERROR
        • CURL 28 ERROR
        • "Fetching server variables..."
        • "Downloading server manifest..."
        • “...are you allowing UDP Packets?”
        • Thread Hitch Warnings
      • External pma-voice server
      • External Zumble/Rust Mumble Server
      • FiveM Convars Definitions
        • FiveM Cities | Opinion Article
          • Population
          • Donations
          • Developing
          • Staff Members
          • Departments
        • MLO Installation
        • Two Servers in One
      • SQL Backup
    • Game Server Guides
  • 1OF1 IN THE COMMUNITY
    • Giveaways
    • 1OF1 Merch
    • Donations
    • Fivemerr
    • Project Sloth
    • Guilda Bot
    • NextV Codes
  • 1OF1 Discounts & Partners
    • Project Sloth
    • Snipe Scripts
    • UZStore
  • Kreativ Signs
Powered by GitBook
On this page
  1. 1 of 1 Knowledge Base
  2. Networking Guides

How to run Wireshark

A brief tutorial on how to run Wireshark.

PreviousDisable UDP for RDPNextHow to run Windows MTR

Last updated 1 month ago

Wireshark is a helpful tool for capturing network traffic in real-time. It helps us identify and diagnose issues more clearly, such as which ports are causing problems or analyzing data packets, including their source, destination, protocol, and content. We have put together an easy tutorial on how to use Wireshark, you can following in video format or documentation format below!

1

Download & Install Wireshark

In the majority of cases, you will only need to use this tool when having issues connecting to your server through RDP.

  • Go to the and click "Download" on the top navigation bar.

  • Locate the "Stable Releases: 4.4.2" list and select .

  • Open the .exe file.

  • A prompt will appear asking if you would like Wireshark to make changes to your device, simply click "Yes".

  • The installer .exe will open, click "Next", read through their TOS and select "Noted", then continue to click "Next" until you are presented with "Install", click it then wait for the program to install.

  • Click "Next" then "Finish"

2

Capturing & Recording Network Traffic

You have now installed Wireshark, now how do you use it?

  • Open the program

  • A prompt will open for admin-mode, always click "Yes".

  • You will be presented with the following:

  • In the filter textbox, write: host [your server IPv4 address]

  • Proceed to double-click the network connection you are using [typically Wifi if you are not using an ethernet cable].

  • A new window will open for the recorder that is capturing the network traffic.

  • After this step with the recorder open, attempt the task that is causing problems.

    • If it is connecting to your server, attempt to connect through RDP.

  • After you have attempted the task that is causing problems, like attempting to connect to your server through RDP, allow about 5 seconds, and then click the red square "Stop" button on the top left corner.

  • Click "File" and "Save as", name the file and click "Save".

Send us the saved .pcapng file in your ticket.

You can now open the file and view the network traffic, protocols that were run, and their sources and destinations.

Problems will be identified and highlighted in red for when a protocol fails, this is what we are looking for to resolve!

Wireshark website
Windows x64 Installer
Wireshark pcap Tutorial