How to install noMachine from remote SSH client, i already have sudo access. I have only SSH access with root to my ubuntu machine , I am looking for GUI access through noMachine access. any help would be appreciated .
how to install noMachine from remote ssh
1.5k Views Asked by Ram At
2
There are 2 best solutions below
0
Tim Richardson
On
Nomachine doesn't make this as easy as it could be. If you are running nomachine workstation on linux (which allows up to 4 remote desktop sessions; paid software), you can download the package like this (for .deb distributions)
wget --content-disposition www.nomachine.com/W/Linux/64/deb
This will default to the latest release.
you can then install it from a remote ssh.
Related Questions in REMOTE-DESKTOP
- Myrtille Remote Access Gateway API
- HTML5 / WebSocket / WebRTC redirection over RDP
- scripts on a windows remote desktop keep having connection issues
- Powershell console not executing cmdkey to save password so the mstsc asks for login/pass
- Remote Desktop / Anydesk using host machine name rather than the Remote Machine name for Print Commands
- Exclude Registry Paths From User Profile Disk Roaming
- QT Widgets Application over Remote Desktop loads very slow
- Embed A Remote Desktop
- Issue using Remote Desktop Manager mRemoteNG and its freeware alternatives
- How can I start an application on a remote connection created through MSTSCLib and .Net?
- Leaking Handles when using Microsoft Remote Desktop Client
- Safari screen confirmation in development with VPN and Remote Desktop
- How to list shared remote desktop drives
- Get EventViewer Items from Host Server Related to a Specific RDS Brokered Connection
- How can I get my WPF Application to remotely connect to a server and then connect to a SQL Server installed. C#
Related Questions in NOMACHINE-NX
- Gitlab pipeline stuck with nx cloud issue
- NX - tests are broken after adding project to NX workspace
- NX/cypress does not find support file after switch to esbuild
- The Nx build system doesn't see the projects inside the workspace
- NX Daemon process terminated and closed the connection and why do I need to delete cache?
- iOS Bundling failed 1933ms Unable to resolve "@test/lib1" from "apps/test/src/App.tsx"
- should .nx be in git ignore? (nx monorepo)
- Nestjs with MikroOrm can't inject Entity Manager
- "executor": "@nx/vite:test" doesn't create coverage when running from `nx affected`
- The Nx library performs a strange examination
- Generate an angular@16 project within nx workspace
- Route between one remote host to other in angular nx
- How to build individual projects in a monorepo without affecting other projects (Angular, NX)
- How do you bundle a nonpublishable library with a publishable library in an Nx monorepo?
- How to run a nx script and nodemon script in one-line shell command?
Related Questions in NOMACHINE
- "no such file or directory" - but lists a file location that has not been specified
- Error Message: 'numpy.dtype[bool_]' during Ipyrad Assembly of RADseq Data
- How to pass audio from a Docker container through NoMachine?
- Why does my Qt application appear different when using NoMachine
- Unable to login GCP Virtual Machine (Reason: failed to connect to backend)
- Is there a way to get nomachine to better show the caret in terminal?
- Is it possible to run Carla simulator in Google Linux VM instance
- how to install noMachine from remote ssh
- nomachine mouse highlights not showing
- How to fix CAPS LOCK syncing in NoMachine?
- Applications not seeing NoMachine pulseaudio microphone source
- How to use H.264 encoding for NoMachine on Linux
- taskbars missing in NoMachine
- NoMachine cannot connect to Debian server, error 138
- How can I run xmonad on a nomachine remote desktop?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can simply follow the instructions through the computer in front of you, at the NoMachine download page (you will get to the instructions only at the final download page, so keep clicking download (against the version you must download). At the final download nomachine will start downloading on your computer. At this point go to the ongoing download, right-click and copy the download link. Next in your live ssh session download via wget. Type
wget <thecopieddownloadlink>. You can then follow install instructions and implement them via ssh. Once installation is complete join via the nomachine client. (restart the remote computer in case for some reason nomachine failed to start; normally it starts automatically after install).