Qortal Project

The future of blockchain platforms

User Tools

Site Tools


Sidebar

Qortal Project Wiki

Important Notices

Introduction

Project Model

Minting

Communications

Qortal Trading (Trade Portal / Q-Trade)

Qortal Data Network (QDN)

Voting System

AT (Automated Transactions)

Hardware

Frequently Asked Questions (FAQ)

How-To Guides

Node Setup Guides

Third-Party Services

vps

This is an old revision of the document!


VPS

For additional VPS information go into the LINKS #vps channel in Discord.

https://youtu.be/Ccg7zvgI5mM

https://youtu.be/nrmlC_Jp2SE

Help guides prepared by username ‘monion’ in Discord:

https://bitbucket.org/johnharding/qortal-docs/downloads/

Linux VPS Only Install

From Jaymen:

sudo -i                           
apt-get update                    
cd /home                          
adduser test                      
usermod -a -G sudo test          
apt-get install openjdk-11-jdk   
apt-get install unzip             
apt-get install bc                
apt-get install p7zip-full        
cd test                           
wget https://github.com/Qortal/qortal/releases/latest/download/qortal.zip
unzip qortal.zip            
cd qortal         
chmod 0777 start.sh               
chown -R test /home/test/qortal   
su test                           
echo -en "{\n\"apiDocumentationEnabled\": true\n}\n\"" > settings.json 
./start.sh 
vps.1638530029.txt.gz · Last modified: 12/03/2021 06:13 by jaymen