- To properly shutdown the guest, instead of relying on ACPI commands or windows policies
- To check the server IP on console section (Public and private both IPs)
-
Create the data and log Directories via cmd method.
mkdir c:\data\db mkdir c:\data\log
-
Create the configuration file for e...
-
Boot to the Windows Server DVD.
-
Open the command prompt.
Server 2012 R2 & 2016 R2:
If no driver is needed, press Shift-F10 to open the command prompt.
Continue with step 3.
Server 2008 (or 2008 R2 if a driver is required)
Click Next at the first screen.
lick Repair your computer.
If no driver is needed, click Next and proceed to step vii below.
If a driver is needed, click Load Drivers.
Insert the media containing the needed driver.
Note: The media can be a CD, DVD, or USB storage device
Navigate to the folder containing the driver, select it, and click Open.
Click Command Prompt.
-
The co...
This DNS record already exists: Plesk issue
Posted in Windows Servers on Jan 05, 2021
While creating a new domain/subdomain/alias for a domain on the Plesk panel getting following error:
==================================================================
This DNS record already exists
==================================================================
To fix this issue, follow the below steps:
1) Connect to the Plesk Windows server via RDP.
2) Take a database dump of the Plesk database using the following command under the command prompt (Start CMD as an Administrator).
plesk db dump psa > C:\psa_24x7_backup.sql
3) Access the Plesk database using the following command in CMD:
p...
[Read more...]How to Install Varnish Cache with Apache on CentOS 7
Posted in Windows Servers on Oct 09, 2020
How to Install Varnish Cache with Apache on CentOS 7
Varnish is a proxy server focused on HTTP caching. It's designed as an HTTP accelerator and can act as reverse proxy for your web server Apache or Nginx. Varnish has been used for high-profile and high-traffic websites,
Step 1 - Install and configure Apache on CentOS 7
We will install Apache/httpd web server from the CentOS 7 repository, and then configure the server that will be running on port 8080. Install Apache/httpd using the yum command below.
yum -y install httpd
After the installation is complete, start the httpd service and enable ...
[Read more...]How to Add a Local DNS Lookup to Hosts File
Posted in Windows Servers on Sep 30, 2020
What Is The Hosts File in windows os?
The hosts file is simple to understand. It’s just a plain text file. Incidentally, this is why you should just edit the file with something like Notepad, which won’t try to change the format or add extra formatting to the file.
Inside the hosts file, you can add a list of IP addresses along with the web address that the IP address should point to. You can combine any IP address and web address, even if they don’t actually go together. You could make the actual IP address for Bing.com point to Google.com if you wanted to.
Editing The Hosts File In Windows 1...
[Read more...]Buy cheap tally on cloud server with WAH application
Posted in Windows Servers on May 29, 2020

Buy cheap and fully managed tally on cloud server in india @ 3000/- Monthly Order Now
Tally on cloud in India - Cloudtechtiq starts offering the new windows cloud servers as per the market research and demands in COVID situations. Now all the companies facing challenges in their regular work process from home with employees. We made a solution for the organization that wants to work from home with secured data and easy access called WAH.
Wah- is known as Work at home small applications that we can deploy on windows cloud servers in India. Wah, provide the following features.
User Management :...[Read more...]
How to install Qemu-guest-agent on Proxmox Windows VM
Posted in Windows Servers on Mar 18, 2020
The Qemu-guest-agent is a helper daemon, which is installed in the guest. It is used to exchange information between the host and guest, and to execute command in the guest.
In Proxmox VE, the Qemu-guest-agent is used for mainly two things:
Installation
In installation of Qemu-Guest-agent we need to install Host and guest installer
Install Host Installer
Host insatller can be install via GUI or CLI both method
Via GUI-
You have to ena...
[Read more...]How to install Mongo Db server in windows server
Posted in Windows Servers on Feb 13, 2020
First, download the mongo database MSI installer:
https://www.cloudtechtiq.com/storage/app/media/mongodb-win32-x86_64-2008plus-3.4.24-signed.msi
After download the msi installer, double click on it:
Accept the user license agreement:
Ready to install mongo ddb 3.4 with complete setup click on install now:
To access mongo via GUI you can install the MongoDB Compass Community on server.
You can create the custom configuration file while using the following methods:
How to backup and restore the mongo database on server in windows server
Posted in Windows Servers on Feb 13, 2020
How to generate the Mongo DB Backup on windows server
Go to the mongo executable file path and run the command for take dB dump:
mongodump.exe --host localhost --port [dB authentication port] --db [DB name] --username [user name]--password [Password] --out [backup path ]
For example: mongodump.exe --host localhost --port 35615 --db clt --username cloudtechtiq --password abcd@123 --out D:\Backup\clt13022020
How to restore the Mongo db backup on windows server
Go to the mongo executable file path and run the command for restore database:
mongorestore --host localhost --port [authentication...
[Read more...]
how to create user on Mongo Db in windows server
Posted in Windows Servers on Feb 13, 2020
Login on the power shell v with dB authentication or without
For example: $ mongo superadmin -u [Username] -p [Password] --port=35615
Run the following command for user creation:
> use CloudTechtiq (CloudTechtiq is the dB name on which you assigned the user)
> db.createUser(
{
user: "appuser",
pwd: "EwQDP4x",
roles: [ "readWrite", "dbAdmin" ]
}
)
Note: appuser (user name which one you want to define) EwQDP4x (password for user) dbAdmin (User role for database)
If you want to give the full access of dB server, you can change the role to Root .
[Read more...]How To Reset The Windows Server Administrator Password Using The Command Prompt
Posted in Windows Servers on Jul 13, 2019
I have one Windows server 2012 R2 and have set a password for the local administrator Because I forget the administrator password so I am not able to login on server now.
I will let you know how to reset the windows cloud server password without reformat the server. For process further we just require the .iso of windows server 2012 r2. Now you have to mapped your server with iso and boot the server with windows server 2012 r2 iso. Now I am just booting my machine and installing the new Operating system
Just click the next button on the OS installer
Below you can see the option to Repair yo...
[Read more...]