notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
rdp2tcp Open tcp tunnel through remote desktop connection (client)
0.1.0.20250804 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.1.0.20250804Version of this port present on the latest quarterly branch.
Maintainer: rozhuk.im@gmail.com search for ports maintained by this maintainer
Port Added: 2025-11-03 02:48:04
Last Update: 2025-11-03 02:42:56
Commit Hash: 8c88dbc
Also Listed In: comms
License: GPLv3
WWW:
https://github.com/V-E-O/rdp2tcp/
Description:
rdp2tcp is a tunneling tool on top of remote desktop protocol (RDP). It uses RDP virtual channel capabilities to multiplex several ports forwarding over an already established rdesktop or FreeRDP session. Available features: - tcp port forwarding - reverse tcp port forwarding - process stdin/out forwarding - SOCKS5 minimal support The code is splitted into 2 parts: - the client running on the rdesktop or FreeRDP client side - the server running on the Terminal Server side This port only contains client and tools.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. bin/rdp2tcp
  2. bin/rdp2tcp.py
  3. bin/rdpupload
  4. /usr/local/share/licenses/rdp2tcp-0.1.0.20250804/catalog.mk
  5. /usr/local/share/licenses/rdp2tcp-0.1.0.20250804/LICENSE
  6. /usr/local/share/licenses/rdp2tcp-0.1.0.20250804/GPLv3
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • rdp2tcp>0:net/rdp2tcp
To install the port:
cd /usr/ports/net/rdp2tcp/ && make install clean
To add the package, run one of these commands:
  • pkg install net/rdp2tcp
  • pkg install rdp2tcp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rdp2tcp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1759422217 SHA256 (V-E-O-rdp2tcp-0.1.0.20250804-0a54991e669e8636b129a60e9ff5baa2fc91d1af_GH0.tar.gz) = 775ffaca982d2f74c136bed2cb4e82bb76a04a0db878d854e08eae0f2312fcd7 SIZE (V-E-O-rdp2tcp-0.1.0.20250804-0a54991e669e8636b129a60e9ff5baa2fc91d1af_GH0.tar.gz) = 92933

Expand this list (2 items)

Collapse this list.

SHA256 (1e45654b6e23633a9c648d6b0c8bc5b133a0504b.patch) = 2d8dba1ce8ab5e6406950ba1e9582bd42179bad6e197a3f634a508ece41f0b5c SIZE (1e45654b6e23633a9c648d6b0c8bc5b133a0504b.patch) = 883

Collapse this list.


Packages (timestamps in pop-ups are UTC):
rdp2tcp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.1.0.202508040.1.0.20250804--0.1.0.20250804n/an/an/a
FreeBSD:13:quarterly0.1.0.202508040.1.0.20250804--0.1.0.20250804n/an/an/a
FreeBSD:14:latest0.1.0.202508040.1.0.20250804--0.1.0.20250804---
FreeBSD:14:quarterly0.1.0.202508040.1.0.20250804--0.1.0.20250804---
FreeBSD:15:latest0.1.0.202508040.1.0.20250804n/a-n/an/a--
FreeBSD:15:quarterly0.1.0.202508040.1.0.20250804n/a-n/an/a--
FreeBSD:16:latest0.1.0.202508040.1.0.20250804n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for rdp2tcp-0.1.0.20250804: TOOLS=on: Install rdp2tcp.py and rdpupload ===> Use 'make config' to modify these settings
Options name:
net_rdp2tcp
USES:
shebangfix python:run
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/V-E-O/rdp2tcp/tar.gz/0a54991e669e8636b129a60e9ff5baa2fc91d1af?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.0.20250804
03 Nov 2025 02:42:56
commit hash: 8c88dbcfe5236b0c43c25b860347084cd7af2994commit hash: 8c88dbcfe5236b0c43c25b860347084cd7af2994commit hash: 8c88dbcfe5236b0c43c25b860347084cd7af2994commit hash: 8c88dbcfe5236b0c43c25b860347084cd7af2994 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Ivan Rozhuk
net/rdp2tcp: New port: Tunneling tool on top of RDP

It uses RDP virtual channel capabilities to multiplex several ports
forwarding over an already established rdesktop or FreeRDP session.

Available features:
 - tcp port forwarding
 - reverse tcp port forwarding
 - process stdin/out forwarding
 - SOCKS5 minimal support

The code is splitted into 2 parts:
 - the client running on the rdesktop or FreeRDP client side
 - the server running on the Terminal Server side

This port only contains client and tools.

https://github.com/V-E-O/rdp2tcp

PR:	289964

Number of commits found: 1