0

Unable to access VPS using default port 4643

Wednesday, November 7, 2007

The corresponding VPS is unable to access using the http://:4643 is due to the configuration
setting OFFLINE_MANAGEMENT="no".

So to fix this issue:
1. Login into the Main VPS
2. cd /etc/sysconfig/vz-scripts
3. Find out the corresponding conf file of VEID (ie. if VEID is 437 then conf file is 437.conf)
4. Find out the entry OFFLINE_MANAGEMENT
5. modify it to OFFLINE_MANAGEMENT="yes"

OR

Run the following command after login into the main VPS.
vzctl set VEID --offline_management=yes --save

(example: vzctl set 353 --offline_management=yes --save)

This will fix the issue.

0 Responses to "Unable to access VPS using default port 4643"