Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/root/etc/update-motd.d/ |
Upload File : |
#!/bin/sh # # Configured as part of the DigitalOcean 1-Click Image build process . /root/.digitalocean_password myip=$(hostname -I | awk '{print$1}') cat <<EOF ******************************************************************************** Welcome to DigitalOcean's 1-Click MySQL/phpMyAdmin Droplet. To keep this Droplet secure, the UFW firewall is enabled. All ports are BLOCKED except 22 (SSH), 80 (HTTP), 443 (HTTPS), and 3306 (MySQL). In a web browser, you can view: * The MySQL/phpMyAdmin 1-Click Quickstart guide MySQL: https://do.co/3lAhrFF#start PhpMyAdmin: https://do.co/30ZWR9H#start * phpMyAdmin: http://$myip/phpmyadmin Username: admin Password: $admin_mysql_pass On the server: * The MySQL root password is saved in /root/.digitalocean_password * Certbot is preinstalled. Run it to configure HTTPS. * A default HTML page is located at /var/www/html/index.html and can be removed or replaced. For help and more information, visit https://do.co/3lAhrFF ******************************************************************************** To delete this message of the day: rm -rf $(readlink -f ${0}) EOF