28 June 2025
Edwin#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.
29 June 2025
root@vlab:~# ishare2 upgrade
1) Upgrade ishare2 3) Upgrade ishare2 GUI
2) Upgrade PNETLab 4) Exit
Please, select an option: 2
1) Upgrade PNETLab v5 STABLE 3) Upgrade PNETLab v6 BETA
2) Upgrade PNETLab v5 BETA 4) Exit
Please, select an option: 1
bash: {error:{error:code:itemNotFound}}: command not found
Please, select an option:
30 June 2025
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
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
If you are facing this error when trying to install a package through APT, it means your apt package manager configuration is broken.
ishare.top is the domain name that was used by the now dead ishare tool. To fix this error, delete it from the sources.list file.
Through the CLI run:
nano /etc/apt/sources.list
Once you have entered the editor, remove the ishare.top line from the list.
Check how to use nano
(Navigate with arrow keys. CTRL+s to save changes, CTRL+x to exit)
If you want to use a reborn of ishare, send #ishare2 to this chat to get the installation instructions.