Qortal Project

The future of blockchain platforms

User Tools

Site Tools


Sidebar

Qortal Project Wiki

Important Notices

Introduction

Project Model

Minting

Communications

Trade Portal

Qortal Hosting (QDN)

Voting System

AT System

Hardware

Frequently Asked Questions (FAQ)

How-To Guides

Node Setup Guides

Third-Party Services

vps

This is an old revision of the document!


VPS

Please note: a help guide below might suggest a manual bootstrap - this is no longer needed since we’ve launched core version 2.0! For additional VPS information go into the #vps channel in Discord.

https://youtu.be/Ccg7zvgI5mM

https://youtu.be/nrmlC_Jp2SE

Vultur VPS guide by @Traxo: https://steemit.com/qortal/@traxo/how-to-setup-headless-qortal-node-with-minting-on-vultr-vps-ubuntu-18-04

Mac Remote Access VPS help guide prepared by @monion: 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 +x *.sh        
chown -R test /home/test/qortal   
su test                           
echo -en "{\n\"apiDocumentationEnabled\": true\n}\n\"" > settings.json 
./start.sh 
vps.1646831811.txt.gz · Last modified: 03/09/2022 08:16 by jaymen