11 January 2026
Replymessage unavailable
List of notes in PNETLAB platform Group:
- apt_skip_ssl
- beta_group
- beta_v5
- beta_v6
- changelog_beta
- check-vt
- disable_wizard
- download_images
- fix_apt
- gcp_install
- generate_license
- ishare2
- mikrotik-template-v6
- nodes-troubleshooting
- passwords
- pnet_repo_fix
- proxy-fix
- recover_mysql
- recover-root-passwd
- remove_ishare
- reset_pnet
- resolv
- stable_v5
You can retrieve these notes by using /get notename, or #notename
Replymessage unavailable
ishare2:
ishare2 installation instructions
Ensure your DNS is functioning correctly by pinging GitHub or Google:
ping raw.githubusercontent.com
0. (Optional) Remove old ishare2 configuration files:
rm -rf /opt/ishare2/ && rm -rf /usr/sbin/ishare2
1. Run the quick one-line installation command:
wget -O /usr/sbin/ishare2 https://raw.githubusercontent.com/ishare2-org/ishare2-cli/main/ishare2 && chmod +x /usr/sbin/ishare2 && ishare2
2. Enjoy ishare2!
Extra notes:
- If you face errors downloading images with ishare2 run:
ishare2 config
Then press enter in all questions to use the default configuration.
- If you encounter any errors while configuring ishare2 related to the site i-share.top, send #remove_ishare to this chat to learn how to fix it.
See more installation methods in the GitHub README
12 January 2026
𝓖𝓱𝓪𝔂𝓽𝓱 𝓐𝓫𝓪𝓫𝓷𝓮𝓱#recover_mysql
Файл
MysqlRecovery.php · 15 KB · click to show
MysqlRecovery.php · 15 KB · click to show
Instructions to recover MySQL database
1. Remove previous recovery file (if it exists):
rm /opt/unetlab/html/store/app/Console/Commands/mysqlRecovery.php
2. Upload the attached file in this note to your VM through scp, FTP, rsync, or any other method you prefer.
3. Once the file is transferred copy it to this directory:
/opt/unetlab/html/store/app/Console/Commands/
4. Execute the PHP script by running:
php /opt/unetlab/html/store/artisan mysql_recovery run
Done!
Replymessage unavailable
List of notes in PNETLAB platform Group:
- apt_skip_ssl
- beta_group
- beta_v5
- beta_v6
- changelog_beta
- check-vt
- disable_wizard
- download_images
- fix_apt
- gcp_install
- generate_license
- ishare2
- mikrotik-template-v6
- nodes-troubleshooting
- passwords
- pnet_repo_fix
- proxy-fix
- recover_mysql
- recover-root-passwd
- remove_ishare
- reset_pnet
- resolv
- stable_v5
You can retrieve these notes by using /get notename, or #notename
𝓖𝓱𝓪𝔂𝓽𝓱 𝓐𝓫𝓪𝓫𝓷𝓮𝓱#recover_mysql
Файл
MysqlRecovery.php · 15 KB · click to show
MysqlRecovery.php · 15 KB · click to show
Instructions to recover MySQL database
1. Remove previous recovery file (if it exists):
rm /opt/unetlab/html/store/app/Console/Commands/mysqlRecovery.php
2. Upload the attached file in this note to your VM through scp, FTP, rsync, or any other method you prefer.
3. Once the file is transferred copy it to this directory:
/opt/unetlab/html/store/app/Console/Commands/
4. Execute the PHP script by running:
php /opt/unetlab/html/store/artisan mysql_recovery run
Done!
13 January 2026
14 January 2026
Syahdan Aziz#stable_v5
PNETLab version 5 installation/upgrade instructions
After installing PNETLab version 4.2.10 as base, run the following command:
curl -sL 'https://labhub.eu.org/api/raw/?path=/UNETLAB%20I/upgrades_pnetlab/bionic/install_pnetlab_latest_v5.sh' | sh
After the installation is completed, reboot your VM.