NX is no doubt a great piece of software. But it has the following issues the users should be aware of:
- nxserver.service opens TCP 4000 port to incoming connections without asking, even if you have your firewall set-up to block all incoming connections. And it will close the port back on NX service termination, again without letting the user control this. If you want to be able to manage the firewall yourself, edit lines 84 and 87 in /usr/NX/scripts/restricted/nxfwadd.sh to your liking. I simply commented them out.
- It forces sshd.service start on your machine, due to "Wants=sshd.service" in /usr/lib/systemd/system/nxserver.service. I guess this also means that the nomachine package should require opnssh package explicitely.
Search Criteria
Package Details: nomachine 8.14.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nomachine.git (read-only, click to copy) |
---|---|
Package Base: | nomachine |
Description: | Remote desktop application |
Upstream URL: | http://www.nomachine.com |
Licenses: | custom:"NoMachine EULA" |
Groups: | network |
Conflicts: | nxclient, nxmanager, nxnode, nxserver, nxwebplayer |
Submitter: | FreeK |
Maintainer: | runnytu |
Last Packager: | runnytu |
Votes: | 93 |
Popularity: | 1.36 |
First Submitted: | 2014-07-24 15:45 (UTC) |
Last Updated: | 2024-10-04 19:35 (UTC) |
Dependencies (7)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- dkms (dkms-gitAUR, dkms-fast-zstdAUR)
- nawk (nawk-gitAUR)
- openssh (openssh-gitAUR, openssh-dotconfigAUR, openssh-dotconfig-binAUR, openssh-selinuxAUR, openssh-hpn-shimAUR, openssh-gssapiAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- rpm-tools (rpm-tools-gitAUR)
- xorg-xauth (optional) – allows logging into a headless machine
Required by (0)
Sources (5)
- http://download.nomachine.com/download/8.13/Linux/nomachine_8.14.2_1_aarch64.tar.gz
- http://download.nomachine.com/download/8.13/Linux/nomachine_8.14.2_1_armv6hl.tar.gz
- http://download.nomachine.com/download/8.13/Linux/nomachine_8.14.2_1_armv7hl.tar.gz
- http://download.nomachine.com/download/8.13/Linux/nomachine_8.14.2_1_i686.tar.gz
- http://download.nomachine.com/download/8.13/Linux/nomachine_8.14.2_1_x86_64.tar.gz
Latest Comments
« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 Next › Last »
czk commented on 2016-10-24 08:57 (UTC)
runnytu commented on 2016-10-01 14:46 (UTC)
Hello, Bump to new version 5.1.54-1, added armv8h arch too.
runnytu commented on 2016-08-04 18:35 (UTC)
Hello, Bump to new version 5.1.44-1.
runnytu commented on 2016-07-27 18:20 (UTC)
Hello, Bump to new version 5.1.42-1.
runnytu commented on 2016-07-20 18:40 (UTC)
Hello, Bump to new version 5.1.40-1.
electricprism commented on 2016-07-20 06:24 (UTC)
Set Version to 5.1.40 and set sha256 hash code to: 'SKIP'
Now if only I could figure out how to suggest a commit to the GIT PKGBUILD
electricprism commented on 2016-07-19 23:32 (UTC)
==> Validating source_x86_64 files with sha512sums...
nomachine_5.1.26_1_x86_64.tar.gz ... FAILED
ryester19 commented on 2016-05-31 01:21 (UTC) (edited on 2016-05-31 01:24 (UTC) by ryester19)
Should xorg-xauth be added as a dependency?
I was getting "NXSERVER ERROR! checkLocalSession: xauth not found in standard paths. Contact system administrator." errors inside the nxserver.log file, and not able to connect to the current X11 session, until I installed that package
runnytu commented on 2016-05-06 21:08 (UTC)
Hello, Bump to new version 5.1.26-1.
runnytu commented on 2016-04-26 20:31 (UTC)
Hello, Bump to new version 5.1.24-1 & armv6h and armv7h support.
Pinned Comments
runnytu commented on 2021-02-20 13:44 (UTC)
Since nomachine 7.1.3-2 the default behavior of the package is StartNXDaemon Manual and FirewallConfiguration 0 on a new installation, if you want to change this, you need to modify PKGBUILD build options with your desire behavior:
BUILD OPTIONS
Set to y to enable nomachine service autostart
_autoservice=n
Set to y to enable firewall autorules
_autofirewall=n
END BUILD OPTIONS