LogoLogo
  • Introduction to Beldex
  • Getting Started
  • Wallets
    • Overview
    • What Wallet to use?
    • Addresses
      • Main Address
      • Sub Address
      • Integrated Address
    • Multisignature
    • Guides
      • CLI Linux Setup
      • CLI Wallet Commands
      • CLI Restoring Wallet from Seed
      • CLI Restoring Wallet from Keys
      • Multisig
        • 2/2 Multisig
        • 2/3 Multisig
        • M/N Multisig
  • Master Nodes
    • Overview
    • Master Node Functions
    • Staking Requirement
    • Infinite Staking Primer
    • Guides
      • Master Node Full Guide
      • Master Node Express Setup
      • Master Node Update Guide
      • Master Node Docker Setup
      • Master Node Registration Guide
  • BelNet
    • Exit Node Setup Guide
    • Exit Node Setup Using Docker
    • MNApp Hosting Guide Using Nginx
    • BelNet GUI Installation Guide
  • Advanced
    • Developer
      • Master Node RPC Guide
      • Daemon RPC Guide
      • Wallet RPC Guide
      • Developer FAQ
Powered by GitBook
On this page
  • Windows
  • Linux
  • Step 1: Add the key
  • Step 2: Update the certificate
  • Step 3: Install BelNet GUI

Was this helpful?

Export as PDF
  1. BelNet

BelNet GUI Installation Guide

BelNet GUI Installation Guide for Windows & Linux

PreviousMNApp Hosting Guide Using NginxNextDeveloper

Last updated 7 months ago

Was this helpful?

Windows

Download BelNet GUI for windows from the .exe file below:

Linux

Download BelNet GUI for Linux using the guide below:

Step 1: Add the key

Enter the following command to add the keys

sudo curl -L https://deb.beldex.io/pub.gpg | sudo apt-key add - && echo "deb https://deb.beldex.io/apt-repo stable main" | sudo tee /etc/apt/sources.list.d/beldex.list

Step 2: Update the certificate

Enter the following command into the terminal to install and update the certificate

sudo apt install ca-certificates && sudo apt update

Step 3: Install BelNet GUI

Enter the following command to complete the BelNet GUI installation

sudo apt install belnet-gui
https://deb.beldex.io/Beldex-projects/belnet-gui/belnet-gui-1.1.1-win64.exe
BelNet for Windows