Radmin viewer on linux

Центр поддержки Radmin

Radmin is the fastest remote control software available. Its new DirectScreenTransfer™ technology uses a video hook kernel mode driver to boost the capture rate to hundreds of screen updates per second. Its special low-bandwidth optimizations lets you control remote computer comfortably even on dial-up modem and GPRS connections.

Highest Security Level

Radmin works in encrypted mode where all data, screen images, mouse movements and keyboard signals are encrypted using 256-Bit AES strong encryption with randomly generated keys for each connection to remote computer. For user authentication Radmin can use either Windows security with Active Directory and Kerberos support, or its own security with individual user permissions and secure login/password authentications. Radmin security uses Diffie-Hellman based key exchange with 2048-bit key size. Additional IP filters restrict access to specific hosts and networks.

Hardware remote control with Intel® AMT support

The new version of Radmin 3.5 supports Intel® AMT (Active Management Technology) and allows to control remote computer even if it’s turned off or you cannot start its operating system. Using Radmin Viewer you can turn on, restart and shut down the remote computer. It also enables the user to view and change the BIOS settings of the remote computer and to boot it from a local CD or disk image file.

Full compatibility with Windows 10

Radmin 3.5 fully supports Windows 10 32-bit and 64-bit, including User Account Control and Fast User Switching. Radmin Server 3.5 supports Windows 10/8/7/Vista/XP/2012/2008/2003/2000 (32-bit) and Windows 10/8/7/Vista/XP/2012/2008/2003 (64-bit) operating systems. Radmin Viewer 3.5 supports Windows 10/8/7/Vista/XP/2012/2008/2003/2000/ME/98/95/NT4.0 (32-bit) and Windows 10/8/7/Vista/XP/2012/2008/2003 (64-bit) operating systems.

Text and Voice Chat

Text Chat, Voice Chat and Send Message modes, which are new for Radmin version 3, all were developed to help you communicate with a person who operates a remote computer that you are connecting to.

Easy to use

Radmin is very user-friendly. Most of our users agree that the major advantage of Radmin is its simplicity. All report that the interface is intuitive and the program is very easy to use. Unlike bloatware, Radmin has no useless ‘value added’ features that makes it difficult to work with, complex to learn, or that crushes its performance. Control remote computer easily with Radmin!

Secure «Drag and Drop» file Transfer with «Delta Copy» feature

Читайте также:  Linux usb camera device

With Radmin you can securely drag and drop any files via its Explorer-like interface to or from a remote computer in encrypted mode. Radmin has a feature it uses when copying files that allows updating of only that part of a file which is different on both machines. This feature is called «Delta Copy» since only the difference between files (‘delta’) is copied. It lets you continue copying after a network fault from the place where the fault occurred rather than from the beginning. This feature is used automatically when any file is being copied to or from the remote machine.

Multiple Connections Support

Radmin supports simultaneous multiple connections to the same remote screen. This means that you can invite your friends or colleagues to view your screen remotely (very handy for conferencing) or you can view or control several remote computers from your own computer’s screen (very handy for remote helpdesk or teaching).

Free Technical Support

Famatech supplies FREE technical support to our registered customers. You can send us your technical questions using our Free Online Support Service. We usually solve technical problems within 48 hours. Please, use the English language when contacting Famatech technical support.

Other Features for Remote Computer Control

  • Transfers remote screens in 2, 4, 16, 256, 65 thousand or 16 million colors.
  • Compatibility with Windows 10, Windows 8, Windows 7, Windows Vista and Windows XP multiple user sessions.
  • Radmin Viewer is compatible with Wine (software to run Windows applications on Linux). You can control remote computer from Linux machines.
  • Fully supports the display of animated and alpha-blended remote computer cursors.
  • Mouse wheel support.
  • Special keystroke handling and optional Full keyboard control.
  • Supports high resolution modes (there is no limit to the maximum display resolution).
  • Remote screens can be displayed inside a window or full screen with smooth scaling and the original aspect ratio.
  • Multiple monitors support.
  • Two-way clipboard transfer with Unicode support.
  • Unlimited phonebook for Radmin connections with an explorer-like interface, folders and drag-and-drop support.
  • Shortcuts from phonebook records to the desktops listed in those phonebook records.
  • Scan to find running Radmin Servers.
  • Multilanguage user interface and built-in help.
  • Telnet connection mode.
  • Shutdown Connection Mode.
  • Radmin Server runs only as a service.
  • Compatibility with Radmin Server 2.x.
  • Five incorrect passwords sequence security delay.
  • DNS name and user name info added to the log file.

Источник

Radmin viewer on linux

Radmin has a platinum rating for Wine that means that it will be installed and run flawlessly in out-of-the-box Wine.

How to launch any application using Wine:

linux-wine-670x335.jpg

Getting Started with Wine

Before we go on installing and running applications in Wine, we should have a clear idea about a few things and about how to configure Wine for usage:

Читайте также:  Bundle file in linux

Windows applications need a C: drive. Wine uses a virtual C: drive for this purpose. The directory of this virtual C: drive is called wineprefix. First of all, we need to create a wineprefix. For doing that, fire up a terminal and enter this command:

This will create a wineprefix and open the configuration window for Wine. You can change the configuration options if you want or let it be as is for time being and close it. Now, you can locate the virtual C: drive at

1.png

The general rule is to install each new application into a fresh wineprefix. We can create and maintain multiple wineprefix manually. But that task would seem rather tedious for the beginners. So, we will skip that part for now. But, later I’m going to show the way for doing that part with ease.

Installing an Application with Wine

Installing a supported application in Wine is generally as easy as double-clicking on the installation file. However, we are now going to see a step-by-step guide for installing 7-zip on Wine.

  • First of all, check for 7-zip rating on Wine Application Database. It has a Platinum rating, so we are good to go.
  • Open Wine configuration ( winecfg ) and set the Windows Version to Windows 7.

2.png
Wine Windows 7

  • Right-click on the 7-zip installation file and select Open With Wine Windows Program Loader.

new.jpg
7-zip Installation File

  • See that destination folder path? 7-zip installation has recognized the virtual C: drive from wineprefix.

4.png
7-zip Setup Directory on Wine

  • Finish the installation.
  • Go to the installation directory [ $HOME/.wine/drive_c/Program Files/7-zip/ ] from the file browser.
  • Right-click on 7zFM.exe and go to Properties > Open With.

5.png
Set Default .exe Loader

  • Select Wine Windows Program Loader and close the window.
  • Double-click on 7zFM.exe

6.png

7-zip running with Wine

  • And there you go!
  • For creating a shortcut on your desktop, right click on the

7.jpg

Creating 7-zip shortcut

  • Now move the Link to Desktop.

8.jpg

Move shortcut to Desktop

  • Now, you can run 7-zip just from your desktop. All you have to do is double-click on the icon.

9.jpg

Run 7-zip from desktop

  • If you want to access your files on Linux, they are generally located in Z: Drive.

10.png

Linux directory in Z :drive

  • You can use the 7-zip just as you would use it on Windows – for extracting and creating archives and such.

The Instruction is taken from here Information was helpful? Click «UP» on the top of the article!
You can also find interesting: How to connect PCs with Radmin outside of LANBest way to add 1000 PCs at once

Источник

Radmin viewer on linux

Showing entry 1 to 25 of 29046

Submission Date Submitter Developer Application Version Has Maintainer
September 10 2006 08:50:18 an anonymous user Valve L.L.C. Half-Life 1.1.1.2 (WON2) YES
January 21 2007 12:13:47 an anonymous user Microsoft Internet Explorer 3.01 YES
February 07 2005 17:40:08 an anonymous user Microsoft Internet Explorer 5.0 (32-bit) YES
January 21 2007 12:21:24 an anonymous user Microsoft Internet Explorer 2.0 YES
February 07 2005 17:40:08 an anonymous user Adobe Systems Incorporated Adobe Photoshop 5.0 YES
February 07 2005 17:40:08 an anonymous user Embarcadero Technologies, Inc. Delphi 5 No
February 07 2005 17:40:08 an anonymous user The MathWorks Matlab 5.3 (R11) No
May 07 2005 09:20:10 an anonymous user Microsoft Visual C++ 6.0 No
February 07 2005 17:40:08 an anonymous user Forté Forte Agent Newsreader 1.8 No
February 07 2005 17:40:08 an anonymous user Eudora Eudora 5.1 No
July 07 2007 09:20:50 an anonymous user Interplay Entertainment Corp. Fallout 1.x YES
February 10 2006 07:03:11 an anonymous user Bungie Studios Myth: The Fallen Lords 1.4 No
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Money 2000 No
February 07 2005 17:40:08 an anonymous user America Online (AOL) America Online (AOL) 6.0 No
February 15 2005 12:26:21 an anonymous user Microsoft Microsoft FrontPage 2000 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Outlook 2000 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Word 2000 YES
May 26 2007 20:03:28 an anonymous user Microsoft Microsoft Word ’97 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Word ’95 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft PowerPoint 2000 YES
May 26 2007 20:26:08 an anonymous user Microsoft Microsoft PowerPoint ’97 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Excel ’97 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Excel ’95 YES
February 07 2005 17:40:08 an anonymous user Adobe Systems Incorporated Adobe Animate Flash 5 YES
February 07 2005 17:40:08 an anonymous user Adobe Systems Incorporated Adobe Photoshop 5.5 YES
Читайте также:  Вернуть панель задач linux mint

Privacy Policy
If you have a privacy inquiry regarding this site, please write to privacy@winehq.org

Источник

Radmin 32 viewer for linux

Radmin Viewer

A secure remote administration tool for managing a local or remote computer.

Radmin Viewer is a remote

Radmin

Radmin 3.5.2.1

Radmin Server

Radmin Server 3.5.2.1

MOOS Project Viewer

MOOS Project Viewer 6.0.290.11

TextMaker Viewer

TextMaker Viewer 2010

Explorer View

Explorer View 4.4.2.1134

Imagine Picture Viewer

Imagine Picture Viewer 2.2.4

HelpExplorer

HelpExplorer

HelpExplorer is a full-featured help viewer for both Windows and Linux. It features complete support.

VRRender 0-8

VRRender 0-8 1.0

EduSpace Image Catalog Viewer

EduSpace Image Catalog Viewer 1.0

Recover Data for Linux

Recover Data for Linux 1.0.0.1

Remote Administrator

Remote Administrator 2.2

Sunbelt Remote Administrator

Sunbelt Remote Administrator 3.0

Radmin Activation Server

Radmin Activation Server 3.4

Stellar Phoenix Linux

Stellar Phoenix Linux 2.5

Stellar Phoenix Linux — is a fully automatic Linux data recovery software for Ext2 and Ext3 File sys.

Источник

Оцените статью
Adblock
detector