In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-12 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)05/31 Report--
This article will explain in detail how to install vnc server in linux. The editor thinks it is very practical, so I share it with you for reference. I hope you can get something after reading this article.
Brief introduction of vnc Management tools
Iis7 remote desktop management software, is a green small, functional practical vnc client software, its interface is simple, easy to operate, can remotely view multiple hosts at the same time, and support multiple servers to switch back and forth, support sub-screen, group control operation. It is very suitable for computer room management, stationmaster, operation and maintenance work and programmers.
Vnc Management tools using tutorial 1. Download and install IIS7 Services Management tools
Download address: IIS7 Server Management tool
The support is as follows
Linux VNC
Win VNC
Open links in batch
Group control operation, operating one is equal to operating N at the same time
Iis server management tool is a green version of the portable version, the tool is installation-free version, only need to download and unzip the open software can be used.
The iis7 server management tool can remotely control any host with vnc server installed.
2. Vnc management tools using graphical tutorials
Step 1: open the IIS server management tool and click the "Vnc" key in the main program diagram
Step 2: click "add"
Step 3: fill in the Vnc information in the pop-up server information box. Note: IP and password are required. Click the add button when you are finished.
Step 4: return to the list page and you can see the server that has been successfully added. Select the VNC server you want to open and right-click to open it.
Step 5: after opening it, you can enter the visual operation interface.
3. Vnc management tool opens multiple servers
Step 1: check the small box in front of the list of servers that need to be opened.
Step 2: click the open button above. The opening effect is as above.
How to install vnc server in 3.linux
Yum groupinstall-y "GNOME Desktop" # install GNOME Desktopsystemctl set-default graphical.target / / set to graphic mode
3.1 install GNOME Desktop
Yum install tigervnc-server-y
3.2 install vnc server
# copy a template for service settings cp / lib/systemd/system/vncserver@.service / etc/systemd/system/vncserver@:1.service# modify the service configuration vim / etc/systemd/system/vncserver@\: 1.ServiceMurray- -[Unit] Description=Remote desktop service (VNC) After=syslog.target network.target [Service] Type=forkingUser=root# Clean any existing files in/ tmp/.X11-unix environmentExecStartPre=-/usr/bin/vncserver-kill% iExecStart=/sbin/runuser-l root-c "/ usr/bin/vncserver% I" PIDFile=/root/.vnc/%H % i.pidExecStop=-/usr/bin/vncserver-kill% I [install] WantedBy=multi-user.target# for ordinary users Add the user name as: Amos# the following example to set: first copy a server configuration. Rename it to vncserver@:2.servicecp / lib/systemd/system/vncserver@.service / etc/systemd/system/vncserver@:2.service# and then modify vim / etc/systemd/system/vncserver@\: 2.ServiceMurray- -- [Unit] Description=Remote desktop service (VNC) After=syslog.target network.target [Service] Type=forkingUser=root# Clean any existing files in/ tmp/.X11-unix environmentExecStartPre=-/usr/bin/vncserver-kill% iExecStart=/usr/bin/vncserver% iPIDFile=/home/Amos/.vnc/%H%i.pidExecStop=-/usr/bin/vncserver-kill% I [install] WantedBy=multi-user.target
3.3.Setting to service (edited with vim and saved. )
[root@localhost] # vncpasswdPassword:Verify:Would you like to enter a view-only password (YPao)? NA view-only password is not used
3.4 set the vnc login password
Systemctl start vncserver@:1systemctl enable vncserver@:1 # is set to boot
3.5 set Boot self-boot
# View the port netstat-lnpt that the service listens to | grep Xvnc# opens the port according to the listening port. Each user will have a port. The default port for the first user is port 5901. I am here root user firewall-cmd-add-port=5901/tcp-permanentfirewall-cmd-reload
3.6 Open port 5901.
3.7Server port 5901 is released.
3.8 finally, restart the server. Here is the configuration, you can use the server management tools to connect.
This is the end of this article on "how to install vnc server in linux". I hope the above content can be helpful to you, so that you can learn more knowledge. if you think the article is good, please share it out for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.