speco下载:安全、绿色、放心的专业下载站! 首页|最近更新|专题集合|标签云|站内导航
vnc server windows版

vnc server windows版

  • 软件大小:830KB
  • 更新日期:2021-10-26
  • 软件语言:简体中文
  • 软件类别:手机软件
  • 软件版本:v4.2.9 中文版
  • 评分等级:
  • 适用平台:
  • 软件厂商:
  • 一句话:
软件介绍 人气软件 相关文章
vnc server windows版

vnc server windows版是基于windows的vnc服务器。vnc server windows版是一个为了满足分布式用户共享服务器上面的资源,而在服务器上开启的一项服务,软件支持多种系统,支持不同系统之间的远程连接。

vnc server windows版特色介绍:

. Windows 验证 —— 允许访问 VNC 服务器以便控制基于标准的 Windows 用户证书,无论其是本地的、NT 域或者基于 Active Directory。

. 单一登录 —— 允许在一个域内部访问 VNC 服务器而不需要重新输入用户的名称和口令。

. 简单但有效的部署 —— 用 VNC Tool,即 VNC Deployment Tool for Windows 安装和管理 VNC Enterprise Edition 服务器。

. 桌面缩放 —— 通过精确的比例缩放,或动态缩放为任何大小。

. Windows 防火墙集成 —— 使 VNC Server 可以更直接的部署。

. 文件传输 —— 与 Windows 剪贴板结合,允许通过 VNC 连接在服务器和查看器计算机之间复制文件而不需要额外的配置。

vnc server windows版配置说明:

添加用户

useradd vnc

passwd vnc

设置用户的vnc密码

su vnc

vncpasswd

exit

编辑vnc配置文件

vi /etc/sysconfig/vncservers

在最后加上:

VNCSERVERS="1:vnc"

VNCSERVERARGS[1]="-geometry 1024x768"

创建xstartup脚本

centos-6用户忽视此步

/sbin/servicevncserverstart

/sbin/servicevncserverstop

su vnc

vi ~/.vnc/xstartup

加入如下代码:

#!/bin/sh

# Add the following line to ensure you always have an xterm available.

( while true ; do xterm ; done ) &

# Uncomment the following two lines for normal desktop:

unset SESSION_MANAGER

exec /etc/X11/xinit/xinitrc

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup

[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources

xsetroot -solid grey

vncconfig -iconic &

xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &

twm &

退出到root:

exit

启动vnc

/sbin/service vncserver start

测试vnc

7.1、使用java连接vncserver

在浏览器中输入//192.168.0.10:5801登录桌面。

7.2、使用vnc viewer连接vncserver

打开vnc viewer,在server中输入192.168.0.10:1进行连接。

注意:192.168.0.10替换成自己的服务器IP。

标签