#suspend

1 messages · Page 1 of 1 (latest)

barren path
#

If you have phpMyAdmin installed, just log in to it, go to the controlpanel -> users database and find your account. Next, find the suspended_at column and set the null value

#

Well, or just create a new account with administrator rights using php artisan make:user

sterile caveBOT
barren path
#

cd /var/www/controlpanel/
php artisan make:user

knotty plank
#

@barren path

barren path
#

Do not use your email, enter any email just to remove the suspension from your main account

knotty plank
#

ohhhhhhh

barren path
#

Create the same second user in the pterodactyl panel (the pterodactyl id must also be unique)

knotty plank
#

Still not working

barren path
#

an error with the email value?

knotty plank
#

i not have database

#

yep

knotty plank
barren path
#

In 7-8 minutes I will be able to give you a command to delete the suspended_at entry in your database.

knotty plank
#

ok

barren path
#

stop

knotty plank
#

OH

barren path
#

not exactly that

knotty plank
#

ok\

barren path
#
mysql -u root -p controlpanel

UPDATE `users` SET `suspended` = '0' WHERE `users`.`id` = 1;```
knotty plank
#

now?

barren path
#

Enter this in your terminal, should help

knotty plank
#

work

#

thx

barren path
#

To exit the MySQL terminal, type exit;