Applicable to:
- SolusVM
Question
How to update bandwidth limit for all SolusVM VPS?
Answer
-
Connect the SolusVM Master server via SSH.
-
Execute command
# php /usr/local/solusvm/scripts/vserver.php -d --comm=bandwidth --limit=LIMIT
where LIMIT - necessary bandwidth limit in bytes, for example, if it is required to set 100 GB limit - correct command is:
# php /usr/local/solusvm/scripts/vserver.php -d --comm=bandwidth --limit=107374182400
Comments
0 commentsPlease sign in to leave a comment.