Hey there @wadokai,
Can you remove the local QuickBox installation first before attempting to do a repull? You can do this by typing:
cd
rm -rf QuickBox
git clone --recursive https://lab.quickbox.io/QuickBox/QuickBox /root/QuickBox
You can then run the setup once more if you like:
bash /root/QuickBox/setup/quickbox-setup
As per [quote=“wadokai, post:9, topic:1314”]
how do i access the quickbox dashboard? I tried just typing in my server ip address but just connection refused.
[/quote]
There are no further instructions for you to follow. The end of the installer gives the username/password and ip for accessing your dashboard. It typically looks like:
##################################################################################
# Seedbox can be found at https://username:password@serverip
# (Also works for FTP:5757/SSH:4747)
##################################################################################
As per ffmpeg installing when you opt for ‘No’, I have not seen this behavior, nor can I reproduce. I attempted this on a space Online.net server this morning and it simply bypassed the install of ffmpeg.
If you are getting the default apache page (Ubuntu), then more than likely QuickBox didn’t get installed correctly. This can happen for two reasons.
- It was in fact, installed in the wrong location (i.e; not /root/)
- It was prematurely interrupted and the script installer was cancelled out.
Which is the case. Follow the steps to remove the current local repo from your system, fresh git pull and should be off to the races.