Microsoft MVP성태의 닷넷 이야기
개발 환경 구성: 210. 원격 데스크톱(RDP) 접속 프로그램 - Royal TS [링크 복사], [링크+제목 복사],
조회: 21762
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 
(연관된 글이 1개 있습니다.)

원격 데스크톱(RDP) 접속 프로그램 - Royal TS

그동안 즐겨쓰던 RDP 접속 프로그램이 마이크로소프트에서 배포하는 RDCMan이었는데요.

Remote Desktop Connection Manager v2.2
; http://www.microsoft.com/en-us/download/details.aspx?id=21101

웬일인지 어느 순간부터 일정 수의 RDP 접속이 유지되고 나면 이후의 연결 시도에 대해서는 "Disconnected from ... (Error 3334)"와 같은 오류를 내며 접속이 실패하는 현상이 발생했습니다. 그 순간의 이벤트 로그를 확인해 보면 다음과 같은 것이 확인되는데,

Log Name:      Application
Source:        Desktop Window Manager
Date:          2013-12-20 오후 10:52:11
Event ID:      9009
Task Category: None
Level:         Information
Keywords:      Classic
User:          N/A
Computer:      testpc.testad.com
Description:
The Desktop Window Manager has exited with code (0xd00002fe)

사실 이것이 클라이언트 측의 잘못인지, 서버쪽의 잘못인지는 잘 모르겠습니다. 단지 혹시나 싶어 RDP 접속 프로그램을 바꿔보았는데요.

Royal TS 
; http://www.royalts.com/main/home.aspx

유료이긴 하지만 쓸만해 보였습니다. 게다가 마이크로소프트 MVP들에게는 무료 라이선스까지 제공되기 때문에 부담없이 ^^ 사용해 볼 수 있었는데요. 암튼, 이 프로그램으로 바꾼지 한달 정도 되었는데 지금까지는 "Disconnected from ... (Error 3334)" 오류가 한번도 발생한 적이 없습니다. "Royal TS"는 RDP뿐만 아니라 VNC, (Putty와 같은) Terminal까지 한꺼번에 관리할 수 있는 기능이 있어서 최근 들어 접속할 기회가 생기는 리눅스에 대한 편이성도 좋아졌습니다.

그러게요... 역시 유료는 값을 하는군요. ^^




[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]

[연관 글]






[최초 등록일: ]
[최종 수정일: 7/9/2021]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 



2022-12-02 09시10분
1Remote/PRemoteM - Personal Remote Manager
; https://github.com/1Remote/PRemoteM

1Remote is a modern personal remote session manager and launcher. It is a single place to manage all your remote sessions supporting number of different protocols.

immense/Remotely - A remote control and remote scripting solution, built with .NET 6, Blazor, and SignalR Core.
; https://github.com/immense/Remotely
정성태

... 31  32  33  34  [35]  36  37  38  39  40  41  42  43  44  45  ...
NoWriterDateCnt.TitleFile(s)
12775정성태8/12/202118807스크립트: 22. 파이썬 - 윈도우 환경에서 개발한 Django 앱을 WSL 환경의 gunicorn을 이용해 실행
12774정성태8/11/20219137.NET Framework: 1087. C# - Collection 개체의 다중 스레드 접근 시 "Operations that change non-concurrent collections must have exclusive access" 예외 발생
12773정성태8/11/20218321개발 환경 구성: 595. PyCharm - WSL과 연동해 Django App을 윈도우에서 리눅스 대상으로 개발
12772정성태8/11/20219754스크립트: 21. 파이썬 - 윈도우 환경에서 개발한 Django 앱을 WSL 환경의 uwsgi를 이용해 실행 [1]
12771정성태8/11/20218209Windows: 196. "Microsoft Windows Subsystem for Linux Background Host" / "Vmmem"을 종료하는 방법
12770정성태8/11/20219023.NET Framework: 1086. C# - Windows Forms 응용 프로그램의 자식 컨트롤 부하파일 다운로드1
12769정성태8/11/20216805오류 유형: 752. Python - ImportError: No module named pip._internal.cli.main 두 번째 이야기
12768정성태8/10/20217910.NET Framework: 1085. .NET 6에 포함된 신규 BCL API [1]파일 다운로드1
12767정성태8/10/20218960오류 유형: 752. Python - ImportError: No module named pip._internal.cli.main
12766정성태8/9/20217411Java: 32. closing inbound before receiving peer's close_notify
12765정성태8/9/20216755Java: 31. Cannot load JDBC driver class 'org.mysql.jdbc.Driver'
12764정성태8/9/202145230Java: 30. XML document from ServletContext resource [/WEB-INF/applicationContext.xml] is invalid
12763정성태8/9/20218264Java: 29. java.lang.NullPointerException - com.mysql.jdbc.ConnectionImpl.getServerCharset
12762정성태8/8/202111788Java: 28. IntelliJ - Unable to open debugger port 오류
12761정성태8/8/20218926Java: 27. IntelliJ - java: package javax.inject does not exist [2]
12760정성태8/8/20216267개발 환경 구성: 594. 전용 "Command Prompt for ..." 단축 아이콘 만들기
12759정성태8/8/20219533Java: 26. IntelliJ + Spring Framework + 새로운 Controller 추가 [2]파일 다운로드1
12758정성태8/7/20218855오류 유형: 751. Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode)
12757정성태8/7/20219559Java: 25. IntelliJ + Spring Framework 프로젝트 생성
12756정성태8/6/20218285.NET Framework: 1084. C# - .NET Core Web API 단위 테스트 방법 [1]파일 다운로드1
12755정성태8/5/20217507개발 환경 구성: 593. MSTest - 단위 테스트에 static/instance 유형의 private 멤버 접근 방법파일 다운로드1
12754정성태8/5/20218370오류 유형: 750. manage.py - Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.
12753정성태8/5/20218637오류 유형: 749. PyCharm - Error: Django is not importable in this environment
12752정성태8/4/20216706개발 환경 구성: 592. JetBrains의 IDE(예를 들어, PyCharm)에서 Visual Studio 키보드 매핑 적용
12751정성태8/4/20219794개발 환경 구성: 591. Windows 10 WSL2 환경에서 docker-compose 빌드하는 방법
12750정성태8/3/20216559디버깅 기술: 181. windbg - 콜 스택의 "Call Site" 오프셋 값이 가리키는 위치
... 31  32  33  34  [35]  36  37  38  39  40  41  42  43  44  45  ...