Skip to content

Running Client Linux

Aravindh edited this page Dec 20, 2020 · 1 revision

Follow the below instructions to run the ValaiNet Compatible Linux Client

  1. Copy the client script from the cient/linux from the installation folder to the folder of your choice.
  2. Convert the file to a executable
sudo chmod +x filename.sh
  1. Open the file and change the server address and ip address and other things in the .sh file
#!/bin/bash
echo "#######################################################"
echo "#            ValaiNet compatible Linux client         #"
echo "#                v1.0 build 02122020beta2             #"
echo "#            Bash client Program for VALAI NET        #"
echo "#  using curl, pgrep, grep, sed, getconf, python3 etc #"
echo "#   (C) 2020 Valainet Project. All Rights Reserved    #"
echo "#######################################################"
echo "Starting all modules..."
#Parameters for the API Post function
ip=IP_ADDRESS_OF_THE_COMPUTER
group=GROUP
apikey=API_KEY
apiip=http://your_ip_address/valainet/api.php
  1. Run the sh file.
sudo ./filename.sh
Clone this wiki locally