To figure out what node your VPS is hosted on, follow these steps:
Go to the SolusVM Control Panel
Select your VPS from the Virtual Servers list
Click the "Info" or "Information" tab
Look for the "Node" or "Hostname" field
The node name will be displayed (e.g., "NYCKVMX01" or "ATLOVZ03")
Node names typically follow a naming convention that includes:
Knowing your node name can be useful for:
You can also find the node information from within your VPS:
cat /proc/user_beancounters | head -1
# or
hostname --fqdn# Check DMI information
dmidecode -s system-product-name
# or
cat /sys/class/dmi/id/product_nameFor Cloud VPS instances, node information is abstracted away since instances can be migrated between nodes automatically. You can find your instance's hostname and region in the Cloud Control Panel under the instance details.
Node information is provided for informational purposes. You cannot choose which specific node your VPS is placed on, but you can choose the datacenter location when ordering.