#VPS Web interface
4 messages · Page 1 of 1 (latest)
Hi there 👋
Thank you for creating a post on our Community Forum. Please keep in mind that we don't provide official support on Discord. This is a forum for the community, by the community. Meaning that help is not guaranteed. If at any point you believe your post is resolved, feel free to use the button below to close this automatically.
Now let's wait and see if someone of our lovely community can help you out!
TIP:
Need actual official support? Reach out to our customer care. 
I don't know about what this "web interface" is, but the error is pretty common, you have another package manager (apt) process running so you need to either wait it to finish (maybe you ran apt-get update in another terminal?) or kill it (kill PIDNUMBER -- 6020 in your error message).
Got it sorted, thanks