Prerequisites
Before changing network config, make sure you have:
- SSH access to your VPS
- Root or sudo privileges
⚠️ Incorrect network configuration can lock you out of your VPS. Contact Hostxpeed support for assistance!
Ubuntu/Debian (Netplan)
sudo ls /etc/netplan/
sudo nano /etc/netplan/01-netcfg.yaml
sudo netplan apply
Ubuntu (Legacy /etc/network/interfaces)
sudo nano /etc/network/interfaces
sudo systemctl restart networking
Check Current Network Settings
ip addr show
ip route show
💡 For most users, changing network config is not needed. Contact Hostxpeed support if you have specific requirements.