How do I view CVMs that are currently in use?
You can log in to the CVM console to view CVMs that are currently in use. Can VM be installed on a CVM?
No.
How do I shut down an instance?
How do I restart an instance?
How do I terminate an instance?
How do I query the username and password of a Linux instance?
After you create a CVM instance, its username and password will be delivered to your account through the Message Center. The admin account of a Linux instance is root
by default. How do I upload files to a Linux instance?
How do I change the owners and owner groups of directories and files on a Linux instance?
If the file or directory permissions are incorrectly configured on the Web server, a 403 error will occur when you access a website hosted on the instance. Therefore, before you adjust a file or directory, you must confirm the identity under which the file or directory process is running.
You can run the ps
and grep
commands to query the identities under which the file or directory process is running.
You can run the ls –l
command to query the owners and owner groups of files and directories.
You can run the chown
command to modify the permissions. For example, you can run the chown -R www.www /tencentcloud/www/user/
command to change the owners and owner groups of all files and directories under the /tencentcloud/www/user
directory to account "www".
Do Linux instances support GUI?
Why can’t I add sound or video cards to CVM instances?
Tencent Cloud CVMs do not provide multimedia servers and sound and video card components by default. Therefore, sound and video cards cannot be added to CVM instances.
Can I specify a MAC address when purchasing a CVM instance?
No. A MAC address is randomly assigned when a CVM instance is created and cannot be specified.
Can I transfer the unused time of a CVM instance to another CVM instance?
No. If you want higher flexibility and cost-efficiency, we recommend that you purchase pay-as-you-go instances.
How do I query the region where the IP address of a CVM instance is located in?
The IP address of a CVM instance is located in the same region where you purchased the CVM instance.
Do CVM instances provide databases by default?
No. To use database services, you can:
Configure the environment database using the image marketplace.
Can I build a database on a CVM instance?
Yes. You can install database software and configure a database environment on a CVM instance as needed. You can also purchase TencentDB for MySQL separately. When can I forcibly stop a CVM instance? What are the consequences of forcibly stopping a CVM instance?
You can forcibly stop a CVM instance when normal shutdown fails. Please note that forced shutdown is equivalent to a power outage and can result in the loss of unsaved data.
Was this page helpful?