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
  • Full Update (Operating System and Flux)
  • Operating System Updates
  • Flux Updates
  1. Flux Nodes
  2. Flux Node Installation

Updates and Maintenance

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 Flux Helpdesk to avoid fraudulent activities. Unofficial help can be obtained at your own risk on our Discord Server.

Full Update (Operating System and Flux)

Fluxnodes running ArcaneOS are self-maintaining and require no manual upkeep. This article applies only to legacy nodes.

To install the latest Ubuntu and Flux updates on your node run the following commands in your terminal

sudo apt-get update -y
sudo apt-get --with-new-pkgs upgrade -y && sudo apt autoremove -y && cd && cd zelflux && git checkout . && git checkout master && git reset --hard origin/master && git pull
bash -i <(curl -s https://raw.githubusercontent.com/JKTUNING/Flux-Node-Tools/dev/flux_node_viewer.sh) node-update
pm2 restart flux && pm2 restart watchdog --watch

Operating System Updates

To update only your Operating System run the following commands in your terminal

sudo apt update
sudo apt upgrade -y

If your server requires a reboot this can be achieved by running the following command in your terminal

sudo reboot

Flux Updates

If you have auto updates enabled in Watchdog your Flux Node will always be running the latest available version. To install this please refer to 4 - Install Watchdog

Updating Flux manually can be achieved through FluxOS in your browser. Visit http://nodeIP:port, login with your ZelID, then navigate to "Flux Admin" and press "Manage Flux". Press the "Update Flux" button.

PreviousMonitoringNextEarnings and rewards

Last updated 9 days ago