The playit service is waiting for the setup to finish

Hello, I followed some guides on youtube to get where I am now. Not really tech savy and I understand if this may be a repetitive question, the other forum questions never got answered so I’m here asking for help.

I made an Ubuntu Server, Downloaded AMP, Made a Minecraft Server. Installed Playit with the code in the terminal.

curl -SsL ``https://playit-cloud.github.io/ppa/key.gpg`` | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/playit.gpg >/dev/null
echo “deb [signed-by=/etc/apt/trusted.gpg.d/playit.gpg] ``https://playit-cloud.github.io/ppa/data`` ./” | sudo tee /etc/apt/sources.list.d/playit-cloud.list
sudo apt update
sudo apt install playit

Playit ran in the background, the claim code never appeared. Ran this code:

playit start
The playit service is already running.
Run "playit attach" to view logs and tunnel status.

ran the “playit attach” command and shows up with a new gui that says

“the playit service is waiting for the setup to finish”

Am I missing something that I forgot to do? Please help me, thank you

Im having exact same case and issue

Yeah, UX could use some work. Ether just run the command “playit” which will enter auto mode or setup the program with “playit setup”.

playit attach ← attaches to background process in read only mode, if not “setup” will just report that

thank you, it worked!