Wiki
  • Flux Wiki
  • Flux Nodes
    • Before you start
    • Flux Collateral
      • Creating a Zelcore wallet
      • Node Collateral
      • Converting Parallel Assets to Native Flux
      • How much will I earn?
    • Node Hardware Options
      • Operating System
      • Rented VPS Node
      • Rented Dedicated Server
      • Home hosted dedicated hardware (bare metal)
      • Virtualized Server using Windows
      • Raspberry Pi
      • NVIDIA Jetson
    • Flux Node Installation
      • Connect with SSH
      • Install OS Updates
      • Node Networking
      • Flux Node Installation
      • Diagnosing Issues
      • Monitoring
      • Updates and Maintenance
    • Earnings and rewards
    • Claiming Node Parallel Assets
    • Removing a node and unlocking your collateral
  • 🔧Multitoolbox
    • Overview
    • 🛠️Multitoolbox Options
      • 3 - Analyzer and Fixer
      • 4 - Install Watchdog
      • 5 - Restore Flux Blockchain
      • 6 - Create Install Config File
      • 7 - Re-Install Flux OS
      • 8 - Daemon Configuration
      • 11 - Reconfigure Flux OS
      • 13 - MongoDB Repair
      • 14 - Enable Multi-node (UPnP)
  • Advanced Topics
    • Flux Nodes
      • Flux Node LXC Permission Fix
      • Uptime Robot Notifications
      • Maintenance Window
      • Proxmox Fractus Node Setup
Powered by GitBook
On this page
  1. Flux Nodes
  2. Flux Node Installation

Connect with SSH

PreviousFlux Node InstallationNextInstall OS Updates

Last updated 11 months ago

It's important to be cautious of scammers who may try to take advantage of you. Only seek help through official channels such as this Wiki and the to avoid fraudulent activities. Unofficial help can be obtained at your own risk on our

This section of the wiki assumes that you have already installed an appropriate operating system on your Fluxnode hardware. If you still need to do this please refer to Operating System.

If you have direct access to your Fluxnode hardware, such as hosting a Fluxnode from home, you can skip this section and move straight to Install OS Updates.

If you are renting a server or need to connect to your home-hosted server remotely, you will require an SSH client or terminal to communicate with your Fluxnode's operating system. If you have a preferred terminal please use that. Otherwise, Windows Command Prompt or the built-in terminal for MacOS and Linux users can be used. Putty is a free SSH client available for Windows users who prefer a graphical interface, it can be downloaded from .

To establish a remote connection to your Fluxnode, you will utilize SSH, also known as Secure Shell. This enables two computers to communicate over the internet.

Initially, you will require your Fluxnode's IP address. If you are hosting from home, this will be your public IP address. If you are renting a server, your provider will give you an IP address.

We will begin by connecting as the root user, although some server providers may use ubuntu or admin instead.

To connect to your server, type the following command in your SSH client and then enter your server's password when prompted (replacing 12.345.67.89 with your server's IP address):

ssh root@12.345.67.89

Once you have successfully logged in, you will be presented with a command line that appears similar to:

root@servername:~$ 
Flux Helpdesk
Discord Server.
www.putty.org