Forum Replies Created
-
AuthorPosts
-
Bilbotine
ParticipantHi soldier89757,
here’s the summarised explanation.
nxd is NoMachine service for NX protocol, it is like sshd, it is listening (by default on 4000 port) and accepting user connections;
nxserver: nxserver –daemon process is responsible to start and monitor all NoMachine processes (nxd, nxnode, nxhtd) and to detect the physical session. Every user connection is handled by separete nxserver process;
nxhtd is the service for NoMachine web access;
nxnode: this node is responsible for the actual session, physical or virtual.
July 25, 2019 at 10:23 in reply to: macOS with NoMachine 6.4.6 – How to move NoMachine out of Applications? #23049Bilbotine
ParticipantHello catalina,
Thank you for reaching out to us.
This feature is currently in production, but no release date has been set yet.
We have a Feature Request for it (https://www.nomachine.com/FR03M02897), you can tick the box at the bottom (‘notify me’) in order to receive an e-mail when it is released.
Best regards,
Bilbotine
ParticipantHello svanimisetti,
Thank you for reaching out to us.
This feature is currently in production, but no release date has been set yet.
We have a Feature Request for it (https://www.nomachine.com/FR09H02385), you can tick the box at the bottom (‘notify me’) in order to receive an e-mail when it is released.
Best regards,
Bilbotine
ParticipantHi Eugene,
Thank you for contacting us.
Before going further, can you confirm that you followed the procedure explained here: https://www.nomachine.com/getting-started-with-nomachine
If yes, we will need to investigate further.
Thanks in advance for your feedback.
July 23, 2019 at 12:38 in reply to: NoMachine (6.7.6-11) does not work with any Nvidia drivers #23025Bilbotine
ParticipantHi merl77,
Can you confirm that you are on a physical session, and if you use nouveau drivers or proprietary ?
If you use proprietary, we suggest to try a different version of these drivers.
Please also tell us the version of the drivers, to allow us to try to reproduce the problem.
Bilbotine
ParticipantHi hpb,
Thanks for updating us, it’s nice to read it.
Feel free to show off your achievements with NoMachine!
Bilbotine
ParticipantHi argentoguy,
The patch has been sent to you by e-mail.
Please follow the standard procedure to gather logs from the server: https://www.nomachine.com/DT10O00163
To set debug level, please set
SessionLogLevel 7
in /usr/NX/etc/server.cfg
Restart nxserver.
Then after the issue occurs upload the logs, and send them via e-mail.
Bilbotine
ParticipantHello Mantelis,
You can get your public IP address:
– if UPnP is enabled, by typing in CMD: “C:\Program Files (x86)\NoMachine\bin\nxserver.exe” –upnpstatus (with the quotation marks)
– from websites such as whatismyip[dot]com by example.
– on the router page – it depends on the router.
Could you please describe us exactly what problem you have? Is it only how to get the public IP address, or something else?
Bilbotine
ParticipantHi dc2008,
Yes it is possible, you will have to change htd.cfg:
from:
”
<VirtualHost _default_:*>
RewriteEngine on
ReWriteCond %{SERVER_PORT} !^4443$
RewriteRule ^/(.*) https://%{SERVER_ADDR}:4443/nxwebplayer [R,L]
</VirtualHost>
”
to
”
<VirtualHost _default_:*>
RewriteEngine on
ReWriteCond %{SERVER_PORT} !^4443$
RewriteRule ^/(.*) https://%{SERVER_ADDR}:4443/nxwebplayer?desktop [R,L]
</VirtualHost>
”
exactly this line:
”
RewriteRule ^/(.*) https://%{SERVER_ADDR}:4443/nxwebplayer?desktop [R,L]
”
it will redirect from
to
https://example.com:4443/nxwebplayer?desktop
In case if you want to make the redirection from the default port (80), to have the redirection from
https://example.com to https://example.com:4443/nxwebplayer?desktop
You will have to add listening nxhtd on 80 port.
Edit htd.cfg file and add those lines:
”
Listen 0.0.0.0:80
”
Make sure that there isn’t any other service listening on that port, before making such a change.
However, there is one thing you should know when doing all of this: when you redirect or simply type by hand in browser’s URL:
” https://example.com:4443/nxwebplayer?desktop ”
the Web Player will try to load ‘desktop.nxs’ connection file, as described in
Bilbotine
ParticipantHello Jaster,
Please collect logs (server side), following the procedure explained in this document https://www.nomachine.com/DT10O00163.
And send them to forum[at]nomachine[dot]com making sure to reference this forum topic.
Bilbotine
ParticipantHi Rosssiiii,
You need run the command:
“C:\Program Files (x86)\NoMachine\bin\nxserver.exe” –upnpstatus (with the quotation marks)
It will provide to the GUI information about port mapping.
Can you also enable the debug logs (following the procedure explained in this document https://www.nomachine.com/DT10O00163), reproduce the issue and send them to forum[at]nomachine[dot]com, making sure to reference this forum topic ?
Bilbotine
ParticipantHi dd0044,
Unfortunately, this error is not related to NoMachine and we cannot help.
Did you try contacting the game’s forum to have their advice?
Bilbotine
ParticipantHi Andy-w,
We cannot give a time frame yet, as we are focusing on releasing NoMachine Network with higher priority.
NoMachine Network should also work with NoMachine free.
You can check this Feature Request about NoMachine Network: https://www.nomachine.com/FR07J02731
And sign up to receive a notification from us by clicking “notify me”.
-
This reply was modified 6 years, 10 months ago by
Bilbotine.
Bilbotine
ParticipantHi again dd0044,
We made tests with other games and didn’t encounter this issue. We can test this particular game, but it can take a few days to get the result.
In the meantime we have investigated, and it seems it could be a game problem: https://monsterhunterworldfix.zendesk.com/hc/en-us/articles/360012910332-Monster-Hunter-World-gamepad-Keyboard-Mouse-Fixes
Have you checked this patch, and did it make a difference, or not ?
Bilbotine
ParticipantHi Rosssiiii,
The port mapping seems to be on the router, but we don’t see it in the nxclient monitor. This can happen for a couple of reasons:
1. nxserver starts the port mapping in background, so when the nxclient monitor starts, the port mapping may not be ready yet.
2. there is an old port mapping, by example before restarting nxserver, and the new one is not reported for some reason.
Could you run the command nxserver –upnpstatus and tell us the result ? It will allow us to help you.
Please also tell us which version of NoMachine you are using.
-
This reply was modified 6 years, 10 months ago by
-
AuthorPosts