当我想更改 NoMachine 中的设置时,遇到了一个奇怪的问题。
我收到错误:Authentication failed, please try again.
https://share.cleanshot.com/C4lnTBKn
我的密码在终端等中有效。在第二台机器上,我有相同的配置,但没有这个错误。我研究了论坛和互联网,尝试了不同的方法,例如:
https://forum.nomachine.com/topic/authentication-failing-when-unlocking-to-change-server-preferences
但我仍然得到同样的错误。我尝试过重新启动、重启并重新安装 NoMachine。此外,我注意到当我连接 NoMachine 时,我必须通过 VNC 注销我的 Ubuntu,否则我会得到一个扩展桌面。以下是我在 Ubuntu 上安装 NoMachine 的分步指南:
- 我以最小的方式安装了 Ubuntu Server,然后:
# 1. Update your package lists
sudo apt update
# 2. Install LXQt
sudo apt install lxqt
# 3. Install Xorg (if not installed)
sudo apt install xorg
# 4. Download NoMachine package
wget https://download.nomachine.com/download/8.5/Linux/nomachine_8.5.3_1_amd64.deb
# 5. Install NoMachine package
sudo dpkg -i nomachine_8.5.3_1_amd64.deb
# 6. Fix missing dependencies
sudo apt -f install