Forum Replies Created
-
AuthorPosts
-
September 25, 2025 at 15:50 in reply to: Remotely deploying NoMachine with NoMachine Network? #54455
Pesky_UK
ParticipantIs there a command line to update the software or does it have to be done from the GUI?
September 25, 2025 at 04:24 in reply to: Remotely deploying NoMachine with NoMachine Network? #54449Pesky_UK
ParticipantAh, I’ve just realised what is causing the problem.
I use brew to remotely install NM but it’s installing versionĀ 8.16.1_2 which is the latest version on homebrew.
Can someone update the package on homebrew please?!
September 25, 2025 at 04:12 in reply to: Remotely deploying NoMachine with NoMachine Network? #54448Pesky_UK
ParticipantThis is what I get when running it on a Mac (permissions etc already granted):
bash-3.2# /etc/NX/nxserver –networkadd –visible-set myemail@address.com
NX> 500 ERROR: Invalid command: ‘networkadd’September 24, 2025 at 14:13 in reply to: Remotely deploying NoMachine with NoMachine Network? #54443Pesky_UK
ParticipantI mean programatically from terminal – sorry, I should have specified that!
September 24, 2025 at 13:13 in reply to: Remotely deploying NoMachine with NoMachine Network? #54438Pesky_UK
Participant@Britgirl I know that NM can be remotely installed on macOS but I can’t get either of the ID’s using the same syntax as for Windows. Even with the system extension enabled, privacy etc it doesn’t want to work.
Any suggestions?
Pesky_UK
ParticipantHave a look at your HDR settings.
September 10, 2025 at 14:39 in reply to: Remotely deploying NoMachine with NoMachine Network? #54325Pesky_UK
ParticipantBrilliant @Britgirl, works perfectly.
For future searchers here is a very simple powershell script that will install NM on a Windows machine using choco and assign it to an email address. Chocolately also performs a silent install:
choco install nomachine -y & 'C:\Program Files\NoMachine\bin\nxserver.exe' --networkadd --visible-set your@email-address.com
The output of nxserver will also give you the Machine ID and Access ID required to add the connection to your address book.
-
AuthorPosts