VPS

⌘K
  1. Home
  2. VPS
  3. AApanel
  4. Install check

Install check

ঠিক আছে, aaPanel installed আছে। তাহলে aaPanel access করার জন্য:

aaPanel এর default information দেখুন:

sudo bt default

অথবা

sudo /etc/init.d/bt default

এটি আপনাকে দেখাবে:

  • Panel URL
  • Username
  • Password
  • Port (সাধারণত 7800 বা 8888)
  • Security entrance path (যদি enable থাকে)
ibit@it:~$ sudo bt default
==================================================================
aaPanel default info!
==================================================================
aaPanel Internet Address: https://apanel.ibitltd.com:28475/2b224f41
aaPanel Internal Address: https://apanel.ibitltd.com:28475/2b224f41
Note: After binding a Domain, access is only allowed via the Domain. 
To unbind the Domain, use: bt 12 
username: tplsowku
password: ********
Warning:
If you cannot access the panel, 
release the following port (28475|888|80|443|20|21) in the security group
==================================================================
ibit@it:~$ 

যদি bt command না পাওয়া যায়:

cd /www/server/panel && sudo python3 tools.py panel

অথবা সরাসরি port এবং security entrance দেখুন:

sudo cat /www/server/panel/data/port.pl
sudo cat /www/server/panel/data/admin_path.pl
sudo cat /www/server/panel/default.pl

যদি security entrance enabled থাকে, তাহলে URL হবে:

http://103.122.29.100:PORT/security_entrance

sudo bt default কমান্ডটি রান করে পুরো আউটপুট শেয়ার করুন, তাহলে সঠিক URL বলে দিতে পারব।

How can we help?