![](/assets/img/logo.png)
diff --git a/config/linkpanel.php b/config/linkpanel.php
index de07135..fc4988e 100644
--- a/config/linkpanel.php
+++ b/config/linkpanel.php
@@ -3,8 +3,8 @@
return [
// Panel Credential
- 'username' => env('LINKPANEL_USERNAME', 'administrator'),
- 'password' => env('LINKPANEL_PASSWORD', '12345678'),
+ 'username' => env('LINKPANEL_USERNAME', 'atsilinkpanel'),
+ 'password' => env('LINKPANEL_PASSWORD', 'adminpass-1230'),
// JWT Settings
'jwt_secret' => env('JWT_SECRET', env('APP_KEY')),
@@ -13,15 +13,15 @@
// Custom Vars
'name' => env('LINKPANEL_NAME', 'LinkPanel Control Panel'),
- 'website' => env('LINKPANEL_WEBSITE', 'https://linkpanel.sh'),
- 'activesetupcount' => env('LINKPANEL_ACTIVESETUPCOUNT', 'https://service.linkpanel.sh/setupcount'),
- 'documentation' => env('LINKPANEL_DOCUMENTATION', 'https://linkpanel.sh/docs.html'),
- 'app' => env('LINKPANEL_APP', 'https://play.google.com/store/apps/details?id=it.christiangiupponi.linkpanel'),
+ 'website' => env('LINKPANEL_WEBSITE', 'https://linkpanel.atsi.cloud'),
+ 'activesetupcount' => env('LINKPANEL_ACTIVESETUPCOUNT', 'https://service.linkpanel.atsi.cloud/setupcount'),
+ 'documentation' => env('LINKPANEL_DOCUMENTATION', 'https://linkpanel.atsi.cloud/docs.html'),
+ 'app' => env('LINKPANEL_APP', 'https://play.google.com/store/apps/details?id=atsidev.linkpanel'),
// Global Settings
'users_prefix' => env('LINKPANEL_USERS_PREFIX', 'cp'),
'phpvers' => ['8.3','8.2','8.1','8.0','7.4'],
'services' => ['nginx','php','mysql','redis','supervisor'],
- 'default_php' => '8.0',
+ 'default_php' => '8.3',
];
diff --git a/installer-debian.sh b/installer-debian.sh
index 189d4a2..f8b52d7 100644
--- a/installer-debian.sh
+++ b/installer-debian.sh
@@ -809,7 +809,7 @@ echo ""
echo " To manage your server visit"
echo " Your IP Address [http://$IP] OR [http://$HOSTNAME]"
echo " and click on 'dashboard' button."
-echo " Default credentials are: administrator / 12345678"
+echo " Default credentials are: atsilinkpanel / adminpass-1230"
echo ""
echo "***********************************************************"
echo " DO NOT LOSE AND KEEP SAFE THIS DATA"
diff --git a/installer-ubuntu.sh b/installer-ubuntu.sh
index f08bf2c..8542b4f 100644
--- a/installer-ubuntu.sh
+++ b/installer-ubuntu.sh
@@ -830,7 +830,7 @@ echo ""
echo " To manage your server visit"
echo " Your IP Address [http://$IP] OR [http://$HOSTNAME]"
echo " and click on 'dashboard' button."
-echo " Default credentials are: administrator / 12345678"
+echo " Default credentials are: atsilinkpanel / adminpass-1230"
echo ""
echo "***********************************************************"
echo " DO NOT LOSE AND KEEP SAFE THIS DATA"
diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php
index 42ec5b6..7252347 100644
--- a/resources/views/errors/404.blade.php
+++ b/resources/views/errors/404.blade.php
@@ -27,6 +27,7 @@
{{ __('linkpanel.return_to_dashboard') }}
+ Powered By
diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php
index c332972..005139b 100644
--- a/resources/views/welcome.blade.php
+++ b/resources/views/welcome.blade.php
@@ -74,12 +74,13 @@