Hello there,
I’ve tried so far for many hours to figure this one out. I want to download the Standard Flavor Pre-installed and just upload that to a folder for example called xwiki on the vultr server and run the start command and access the site online. However this doesn’t work even though the command line shows it is running. I’ve tried to access my wiki at ip:8080 or domain:8080 and it doesn’t work.
Here is the setup I choose on vultr, is it wrong? Tell me how to get it to work or do I have to follow the 15 minute guide and do it all through the command line? EG not download the zip file but input all the commands and setup an SQL database?
When I try to connect through x2go the connection is so slow and lagging it is unbearable lol. I’ve used x2go before and it was fast not like this so I don’t know. It was on 18 version of linux not the 20 version. When I open up the console window I also can’t login anymore and it only shows guest user login and if I add a new user through connecting with SSH client it says session failed.
[3] GUI installation on VPS code lines:
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:x2go/stable
sudo apt-get update
sudo apt-get install x2goserver x2goserver-xsession
sudo apt-get install xfce4
nano /root/.profile
tty -s &&
[5]
IPv6 opening:
sysctl -w net.ipv6.conf.all.disable_ipv6=0
sysctl -w net.ipv6.conf.default.disable_ipv6=0
sudo apt install default-jre
sudo apt install unzip