Hosting
Installation (Deprecated)
11min
all commands must be run under root user prepare system gpu drivers please skip this step if want to have your node act only as vpn gateway it’s necessary to install and configure gpu drivers, support for nvidia and amd cards docker prepare disk volume and filesystem before docker installation it’s neccessary to prepare the separate disk volume for docker’s data this volume should be mounted on /var/lib/docker and formatted in xfs filesystem in case you don’t have the ability to use separate disk partition, use file as separate volume create 100gb file, if you have more spare disk space, create as much as possible fallocate l 100g /docker data img format it using xfs filesystem apt install y xfsprogs mkfs t xfs /docker data img run the following command echo "/docker data img /var/lib/docker xfs defaults,quota,prjquota,pquota,gquota 0 0" >> /etc/fstab mount /var/lib/docker mkdir /var/lib/docker; mount /var/lib/docker install octaspace software install distribution curl https //install octa space/install old | bash go to https //cube octa space https //cube octa space/ and add new node firewall the following ports must be opened port protocol description 51800 52000 tcp/udp service ports 38000 tcp/udp network p2p ports 47015 tcp node control interface the ports above are defaults ports used by the system, the ports except network ports are possible to change to other ones in the cube interface opening ports using ufw the default firewall configuration tool for ubuntu is ufw to open ports which is necessary for the node to operate run the following commands ufw allow 47015 ufw allow 51800 52000/tcp ufw allow 51800 52000/udp ufw allow 38000/tcp ufw allow 38000/udp ddns dynamic dns if you don’t have static ip address you may use dynamic dns service to make your node available via domain name instead of ip address after dynamic dns is configured you will be able to install node software by specifying this name like export orc domain name=yournode domain com curl https //install octa space | bash