Questions tagged [nomachine-nx]

NoMachine NX is a remote access, hosted virtual desktop application.

NoMachine NX is an enterprise-class solution for secure remote access, hosted virtual desktop deployment, and application delivery built around the self-designed and self-developed NX suite of components.

Thanks to its outstanding compression, session resilience and resource management and its integration with the powerful audio, printing and resource sharing capabilities of the Unix world, NX makes it possible to run any graphical application on any OS across any network. Via NX, accessing remote desktops, servers and applications, whatever their location, is just as fast, easy and secure as if you were sitting in front of them.

Together with easy-to-use management, deployment, and monitoring tools, NoMachine makes it possible to transform any traditional desktop computing environment into a centrally managed, globally accessible, virtual desktop infrastructure.

243 questions
0
votes
2 answers

Crash when NXOpen objects are deleted in Unreal Engine

Hello stackoverflow community, first time asking. I'm working on a prototype for modeling CAD data in VR with the Unreal Engine. I have managed to get my Unreal project to build with my CAD System Siemens NX, or rather the API NXOpen. Overall the…
0
votes
1 answer

How to change the template file(s) for an existing nx schematic

I started to use https://nx.dev/ recently to reorganize an existing monorepo with multiple react frontends and redux state management. nx provides the ability to create new redux slices out of the box using the @nrwl/react:redux schematic like: nx g…
mcmunder
  • 435
  • 1
  • 5
  • 11
0
votes
2 answers

Let sshd only accept freenx clients

I installed freeNX (remote GUI access), which is based on sshd service. It means all users who can access freeNX should be assigned a ssh-enabled account. But I don't want part/all of these users directly access the sshd service via any ssh…
James Weng
  • 31
  • 5
0
votes
1 answer

How to access NX Server from command line in Windows?

I want to access NX server using a client device which has Windows through command line using components like nxssh, nxWin, nxproxy. Not through the GUI of the NX Client. In other words, I want the opposite command in Windows of the commands like…
Ahmed Elmorsy
  • 564
  • 3
  • 8
  • 18
0
votes
1 answer

How can I run jupyter notebook from my virtual environment?

I have created a virtual environment with Python3.3 which I need to interface with Siemens NX. conda create -n nxve python=3.3 anaconda I wan to run jupyter notebook from this virtual environment. When I try to install it, I'm getting version…
Brian Keats
  • 131
  • 1
  • 11
0
votes
0 answers

how to enable nx with my cpu

i newly installed android studio and i receive that i cant install haxm because i dont have nx i have intel core (TM) i3 , but i cant enable this feature on bios , how can i enable this feature? my cpu doesn't support that ? please help me to…
0
votes
1 answer

I can't access the desktop of ec2 G2 instance

I am try using NX to remotely connect my aws ec2 instance in the cloud. The OS is ubuntu 14.04. Following the tutorial enter link description here, I can access the login page of ubuntu. I use a new created username and password to login. BUT I am…
Donghui Sun
  • 253
  • 1
  • 2
  • 14
0
votes
1 answer

"nomachine conflicts with nxserver" error when trying to install nomachine, even though nxserver not installed

I am trying to install nomachine on my redhat (RHEL5 64 bit desktop) and I am getting the following error nomachine conflicts with nxserver Same error occur while installing nxnode and nxclient. Neither nxserver, nor nxnode nor nxcliend are…
Sudhanshu
  • 1
  • 2
0
votes
2 answers

I pointed EIP to the ESP address and put my shellcode in ESP successfully, but I get a SIGSEGV, Segmentation fault

Before creating this post I tried and read all the previous Q&A but they do not seem to answer my exact question. I am also referring to the guide on below link, but I am missing something…
h4xorhead
  • 9
  • 3
0
votes
1 answer

Unable to use NoMachineNX to connect to NX server

I have a NoMachineNX server setup with the following status ./nxserver --status NX> 161 Enabled service: nxserver. NX> 161 Enabled service: nxd. I am unable to connect to this NX server using my NoMachineNX client. The connection request stays at…
0
votes
1 answer

NoMachine Authentication failed when tunnel to ssh connection

I followed this link (https://www.nomachine.com/AR10K00728) to try to connect by ssh. But after those setting, when I login in the NoMachine client GUI, I always meet "Authentication failed" after entering my username and password. Any suggestions…
Dan Zhu
  • 49
  • 1
  • 6
0
votes
1 answer

Can No Machine's Nxserver run on an ubuntu without desktop, just X11?

I am running an instance of Ubuntu on AWS uxing X11 tunneled via ssh. It runs, but is too slow. NXMachine over x11 makes it blazingly fast, in comparison. Next step is to free up some RAM by uninstalling GNOME, the instance being tiny as it is,…
Irina Rapoport
  • 1,404
  • 1
  • 20
  • 37
0
votes
1 answer

The password scrambling algorithm in NX client in c#

I'm currently trying to port the password scrambling algorithm of NX from QT-C++ to C#. Source: http://www.nomachine.com/ar/view.php?ar_id=AR01C00125 My current Code: using System; using System.Collections.Generic; using System.Linq; using…
user1646933
  • 97
  • 2
  • 6
-1
votes
0 answers

How to retry flaky tests using nx and jest

Is there an option to allow retries of failed tests? I dont see anything within the nx documentation or jest documentation. In project.json ... "test": { "executor": "@nrwl/jest:jest", "options": { "jestConfig":…
AmourK
  • 720
  • 1
  • 8
  • 20
-1
votes
1 answer

How to use H.264 encoding for NoMachine on Linux

I am running NoMachine server on Arch Linux and connecting it from NoMachine client on Windows10. I have set the encoding H.264 in server preference but it always picks up VP8 irrespective of my settings. How can i enable H264 encoding on server and…
david
  • 321
  • 3
  • 12
1 2 3
16
17