Tutorial – VPS Malaysia https://www.tvtvcn.com Malaysia's Largest Cloud VPS Hosting Provider Thu, 21 Aug 2025 02:27:42 +0000 en-US hourly 1 https://wordpress.org/?v=6.0.11 Protected: How to Connect RDP? A Comprehensive Guide – Windows https://www.tvtvcn.com/blog/how-to-connect-rdp-a-comprehensive-guide-windows-app-draft/ Tue, 15 Apr 2025 06:20:03 +0000 https://www.tvtvcn.com/?p=26611 There is no excerpt because this is a protected post.

The post Protected: How to Connect RDP? A Comprehensive Guide – Windows appeared first on VPS Malaysia.

]]>

This content is password protected. To view it please enter your password below:

The post Protected: How to Connect RDP? A Comprehensive Guide – Windows appeared first on VPS Malaysia.

]]>
Boost Your VPS Performance With 7 Optimization Tips https://www.tvtvcn.com/blog/3-ways-to-optimize-vps-performance-and-increase-productivity/ Fri, 26 Mar 2021 13:10:51 +0000 https://www.tvtvcn.com/?p=13712 Whether you’re hosting a website, managing business applications, or running automated trading or Forex strategies on a Forex VPS server, the performance of your virtual private server directly impacts your success. VPS performance isn’t just about powerful hardware; it’s about smart configuration, consistent maintenance, and a scalable hosting environment. Whether you’re using Windows VPS hosting, […]

The post Boost Your VPS Performance With 7 Optimization Tips appeared first on VPS Malaysia.

]]>
Whether you’re hosting a website, managing business applications, or running automated trading or Forex strategies on a Forex VPS server, the performance of your virtual private server directly impacts your success. VPS performance isn’t just about powerful hardware; it’s about smart configuration, consistent maintenance, and a scalable hosting environment. Whether you’re using Windows VPS hosting, Linux VPS hosting, or exploring dedicated hosting, optimizing your server setup is crucial for achieving speed, stability, and reliability. In this guide, we’ll walk you through 7 proven VPS optimization tips to help you get the most out of your hosting environment, whether you’re a trader, developer, or growing business. 

1. Choose the Right VPS Specifications

Your VPS is only as powerful as the hardware and configuration it runs on. Choosing the right resources at the outset helps avoid bottlenecks. Select a plan that includes SSD or NVMe storage for faster data handling. Ensure you have enough RAM and CPU cores to support your applications or trading platforms. If your operations are latency sensitive, such as forex trading, pick a VPS locations close to your broker’s server. Low-latency connections are critical for fast and accurate trade execution. Choosing wisely now prevents the need for costly and disruptive upgrades later. 

2. Keep Your Operating System and Software Updated 

Outdated software not only slows down your server but also exposes it to security risks. Keeping your operating system updated ensures your VPS runs smoothly and securely. For Linux VPS, regularly check for and apply available updates using the system’s package manager. For Windows VPS, configure updates to install during low traffic hours to avoid interrupting critical tasks. Updates bring bug fixes, performance improvements, and patches that improve overall server health. They also keep your server in line with compliance and security standards, especially important for trading or e-commerce activities. 

3. Disable Unused Services and Startup Programs 

Every unnecessary background process consumes server resources. Disabling unused services helps free up CPU and memory, which can be redirected to your critical applications.

  • On a Windows VPS, review startup programs and services that run in the background. If they are not essential, disable them.
  • For Linux VPS, unnecessary daemons or services should be turned off to keep your server lightweight.

This is particularly helpful for forex traders using VPS servers to run Expert Advisors and trading bots, where optimal RAM and CPU allocations can improve platform responsiveness. 

4. Optimize Disk Usage and Clean Up Temporary Files 

Over time, your VPS accumulates temporary files, logs, and residual data from software updates or applications. These unused files slow down disk access speeds and reduce available storage. Regular disk cleanup is crucial to maintaining performance.

  • On Windows VPS, built-in tools can help you clear temporary files and system caches.
  • For Linux VPS, manually remove log files and uninstall unnecessary packages. Keeping your server’s storage clean also prevents system crashes or application errors due to full disks. It’s especially important on small to medium VPS plans with limited storage space. 

You can also upgrade your system’s RAM to improve overall performance. Just a quick reminder: Ubuntu generally requires at least 2 GB of RAM for smooth operation. Keep in mind that not every RAM type is compatible with every device, so be sure to check your machine’s model and supported RAM specifications. To check the type and speed of your current RAM, use this command:

 sudo lshw -c memory  

If you want to check out the amount of RAM in the Ubuntu destroyer, type and run the following command:

 free –m

5. Tune Network and Application Performance 

Network performance plays a vital role, especially for users running latency-sensitive services. Start by optimizing your server’s network settings to allow higher bandwidth utilization and better packet handling. For application performance, configure your software to use memory and CPU efficiently. This can include limiting concurrent connections, using faster database queries, or reducing graphical processing in trading software. Business users hosting websites or CRMs should also ensure that caching and compression are properly configured. This helps improve response time and reduces the server load during peak usage. 

6. Use Lightweight Control Panels and Tools

Heavy control panels can consume a significant portion of your VPS resources. If you are running only essential services, consider using lighter alternatives.

  • Lightweight control panels for Linux VPS provide basic functionality without the overhead.
  • On Windows VPS, avoid unnecessary GUI-based tools and use only essential system utilities.

A minimal software environment not only runs faster but is also easier to secure and maintain. This approach is especially effective on smaller VPS plans or when hosting single-purpose environments like trading terminals or monitoring platforms. 

7. Monitor Your VPS and Schedule Regular Maintenance 

Optimization is an ongoing process. Constant monitoring helps detect performance issues before they become major problems. Use monitoring tools to keep track of CPU, memory, disk, and network usage. Set alerts for abnormal spikes, which may indicate a misconfigured application or an attempted security breach. Regular maintenance includes cleaning up files, restarting the server when needed, updating software, and reviewing logs. If you notice that resources are consistently maxed out, it may be time to scale your VPS or even consider upgrading to dedicated servers for higher performance and isolation. Whether you’re managing business-critical applications, uptime and reliability must be monitored 24/7 to ensure uninterrupted operation. 

8. Optimize VPS Performance of Linux VPS (CentOS)

CentOS has become a popular Linux distribution, especially for its enterprise-grade performance. For better optimization of apps and servers, admins rely on TuneD, a powerful performance-tuning tool. With custom profiles, TuneD lets you boost efficiency by focusing on either performance (low latency, high throughput, virtualization) or power saving, depending on system needs.

A. Install TuneD On CentOS: Follow the Yum Command

Now, we will try to discuss the installation process of tuning on CentOS and how to create custom tuning profiles.

Point to note that TuneD comes pre-installed and activated by default, but in the older version of CentOS, you need to install TuneD using the following yum command.

 sudo  yum install tuned  

After Installation, you will look at the following important files:

  • /etc/tuned – tuned configuration directory.
  • /etc/tuned/tuned-main.conf – tuned mail configuration file.
  • /usr/lib/tuned/ – save a sub-directory for all profiles of tuning.

B. Manage The TuneD Performance

Now, you can easily manage the tuneD performance service using the following commands: 

 sudo  systemctl start tuned  

To enable it at boot:

 sudo  systemctl enable tuned  

To check its status:

 sudo  systemctl status tuned  

And to stop it:

 sudo  systemctl stop tuned  

C. Control the Setting Using the TuneD-adm Tool

After that, you have access to control over tuning by using the TuneD-adm tool. You are recommended to check the currently active profile with the following commands. But keep remembering that there are many predefined tuning profiles attached for some general use cases.

 sudo  tuned-adm active  

D. Running as a Virtual Guest

Following the previous output of the mentioned command, a virtual guest system runs as an optimization of the test system.

Running tuned-adm As A Virtual Guest

E. Get a List of Available Profiles

Now, you will get a list of available profiles by following the command lines:

 sudo  tuned-adm list  

F. Move Any Profiles on Common Server Loads

After getting the list, you can shift to any available profiles using the following commands:

sudo tuned-adm profile throughput-performance

sudo tuned-adm active

G. Use the Recommended Profile

Now, in this part, if you want to use the recommended profile for your system, try to run the following command:

 sudo  tuned-adm recommend  

H. Disable the Settings

Now, you can disable all the tuning settings just by using the following command as given below: 

 sudo  tuned-adm off  

9. Optimize VPS Performance of Linux VPS (Ubuntu)

A. Keep Ubuntu Up-To-Date

Ubuntu has a vast user community across the globe who are continuously trying to improve the performance of Ubuntu. New updates of Ubuntu are released twice a year, including major changes.

Be sure to keep your Ubuntu up-to-date whenever a new update is published. This will help you to maximize the performance of your operating system. For searching and updating Ubuntu, open the Linux terminal and type these commands:

 sudo apt-get update  

If you are looking for an original version of Ubuntu, then type this:

 sudo apt-get upgrade  

Make sure to back up all your files before updating.

B. Install Preloads

The primary purpose of the preload operation is to load frequently used files into RAM, allowing faster access compared to retrieving them from the hard drive. It runs silently in the background, analyzing your usage patterns and helping your system launch commonly used applications more quickly.

By using preload, Ubuntu can optimize startup times and overall system efficiency. To install preload on your Ubuntu system, run:

 sudo apt-get install preload  

Once installed, simply restart your system. Preload will then automatically run in the background, improving your VPS performance.

C. Control Startup Programs

As mentioned earlier, the more programs you have installed and running at startup, the more load it puts on your system, reducing overall performance. Ubuntu includes a built-in tool called “Startup Applications” that allows you to manage which programs launch at boot. You can access it from the GNOME menu.

To view all currently launched services on Ubuntu (18.04), you can run the following command:

 service --status-all  

If you want to stop a specific service that is running on your system, type in this command:

sudo service <name> stop

You can also remove the program you don’t want anymore by using this command:

sudo apt-get remove <program name>

D. Use Local Mirrors

To boost system efficiency, Ubuntu provides multiple software repositories (mirrors) worldwide. Using a mirror that’s geographically closer to you ensures faster downloads and updates.

Here’s how to choose the nearest mirror:

  • Open Software.
  • Click the menu button (top left).
  • Select Software & Updates.
  • Under the Ubuntu Software tab, find “Download from”.
  • Click Other.
  • Choose the server nearest to your locations from the list.

10. Final Thoughts 

To get the best performance from your VPS, start by selecting the right amount of CPU, RAM, and storage for your needs. Keep your operating system and software up to date, disable any unnecessary services, and regularly clean up unused files. Fine-tune your application and network settings for better speed and responsiveness. Use lightweight control panels to save resources and monitor your server continuously. With scheduled maintenance and these simple practices, your VPS server will stay fast, secure, and reliable. If you’re unsure where to start or need expert help with your setup, don’t hesitate to contact us. Our team is here to assist you with tailored VPS solutions that fit your exact needs.

The post Boost Your VPS Performance With 7 Optimization Tips appeared first on VPS Malaysia.

]]>
How to Change the Password for Remote Desktop https://www.tvtvcn.com/blog/how-to-change-the-password-for-remote-desktop/ Sat, 29 Sep 2018 05:11:33 +0000 http://www.tvtvcn.com/?p=5208 Access your computer remotely using the Windows Remote Desktop. Remote Desktop allows you to access a remote computer using your Windows username and password. The only criteria is that you must have permission to access the remote computer. Change the password for a Remote Desktop connection at any time by changing your log-on credentials for […]

The post How to Change the Password for Remote Desktop appeared first on VPS Malaysia.

]]>
Access your computer remotely using the Windows Remote Desktop. Remote Desktop allows you to access a remote computer using your Windows username and password. The only criteria is that you must have permission to access the remote computer. Change the password for a Remote Desktop connection at any time by changing your log-on credentials for Windows. Use Remote Desktop to troubleshoot a remote computer or access files from a home or office computer on the go.

Access computers remotely with Remote Desktop.

Step 1

Select “Start” or the start globe. Choose “Control Panel,” select “User Accounts,”

pw ss01

Step 2

Select the account you want to change the password

pw ss02

Step 3

Select “Change the password”

pw ss03

Step 4

Type your current password and type your new password, select “Change password” to continue.

pw ss04

The post How to Change the Password for Remote Desktop appeared first on VPS Malaysia.

]]>
How to Connect RDP? A Comprehensive Guide https://www.tvtvcn.com/blog/how-do-i-connect-to-my-window-server-via-rdp/ Sat, 29 Sep 2018 00:12:52 +0000 http://www.tvtvcn.com/?p=5240 Do you need to access a remote system from your mobiles or computer? Don’t worry; Microsoft Remote Desktop Protocol (RDP) allows you to do that. When a remote Windows computer is set up for a remote connection, you can quickly Grab a file, open an application, troubleshoot your problem, or work remotely.You can easily access […]

The post How to Connect RDP? A Comprehensive Guide appeared first on VPS Malaysia.

]]>
Do you need to access a remote system from your mobiles or computer? Don’t worry; Microsoft Remote Desktop Protocol (RDP) allows you to do that. When a remote Windows computer is set up for a remote connection, you can quickly Grab a file, open an application, troubleshoot your problem, or work remotely.
You can easily access many Windows computers over the same network, whether at home or out of the office at once. If you log in to your employer’s network system remotely, you can use RDP on other PCs in your business or office, assuming your IT Department allows it.
This article provides information about Remote Desktop Protocols (RDP), their functions and benefits, and how to utilize them to connect with different devices.

Understanding Remote Desktop Protocol (RDP)

The Remote Desktop Protocol (RDP) is a technical standard for using the desktop computer remotely. While desktop software can use a lot of protocols, such as RDP, ICA, and VNC, RDP is the most commonly used protocol. Microsoft has released RDP, which is available for Windows and Mac operating systems.
RDP is usually used by remote work or traveling employees who need computer access. Support technicians use RDP to diagnose and operate a user’s system remotely or by admin to maintain the system. For a Remote Desktop session, users must use RDP client software to connect with Windows PC and server software. It is available for many Windows, MacOS, Linux, Unix, Google androids, and Apple ioses. It extends the (ITU-T) T.128 application sharing protocol.

Features Of RDP

RDP is a secure protocol for connecting clients, servers, and virtual machines. RDP works with different Windows or devices to give strong physical security through remote data storage. It gives:

  • Smart Card authentication bandwidth reduction
  • Multiple displays
  • Disconnect temporarily without login off
  • 128-bit encryption for mouse and keyboard data using RC4 Redirecting local files to Remote Desktop
  • Support transport layer security (TLS) for improved security in RemoteApp
  • It can support 64,000 channels for data transmission and encryption of Data128-bit keys.

How RDP works?

RDP Works by transmitting the remote computer’s GUI (graphical user interface) to your device and sending your keyboard and mouse inputs back to the remote machine. You can see and control the Remote Desktop just like you would physically see the components.
It relies on X.224 protocol to set up the connection, T.125 MCS enables multiple connections, and TPKT exchanges information units. For:

  • Client
  • Host
  • Network connection
  • RDP protocol

How To Connect RDP To Windows 10

Connecting to a Windows 10 PC via RDP is more accessible. Here is a step-by-step guide:

1. Enable Remote Desktop on Windows 10

Enable Remote Desktop on Windows 10
Enable Remote Desktop on Windows 10

First, turn on the Remote Desktop on your Windows 10 PC. Here’s how:

  • Go to the setting by clicking the start menu and selecting the gear button.
  • Click on system
  • Then select the mode desktop from the sidebar menu
  • Click on the switch to enable the “Remote Desktop” to turn it on.

 In Windows 10, ensure that the option to allow your PC to be discoverable on private networks should be enabled. To modify each option further, collect the appropriate show setting link. You can leave both options enabled instead of clicking the advanced setting link. Enable the Remote Desktop to allow your Windows 10 PC to accept the incoming RDP connection. Turning it to the host to which the device can connect.

Find Your PC IP Address 

Find Your PC IP Address 
Find Your PC IP Address 

To connect to your PC, you will need the IP address:

  • Go to setting 
  • Click on network and internet 
  • Select your Wi-Fi network and link properties. 
  • Scroll down to find your IPV4 address. Address to which you can connect. 
  • Connect to your PC using RDP. 

IP is your computer home address on the internet; you will connect your PC remotely.

Connect to Windows 10 PC Remotely

Connect to Windows 10 PC Remotely
Connect to Windows 10 PC Remotely
  1. On the device, you want to connect, open the Remote Desktop Connection by searching in the start menu
  2. Enter the IP address or hostname of the window 10 PC you want to connect
  3. Click connect, enter the credential for the window 10 PC you are connecting to, and press ok
  4. Wait for connection; once the connection is established, you will see the desktop of Windows 10 PC on your screen

How To Connect RDP With IP?

  • Go to Remote Desktop Option
  • Enter The IP Address of the host computer in the computer field.
  • Click Connect and enter the login credential when promoted.

How To Connect RDP To PC Or Laptop

How to connect RDP to a PC or Laptop is similar regardless of the operating system. Here is what you can do: Windows PC users follow the steps outlined in the previous action to enable a remote desktop. 

Remote Desktop Connection in Laptop
Remote Desktop Connection in Laptop
  1. If you use a Mac, go to system preferences sharing and check next to remote management to obtain the host IP address. 
  2. Know the IP address of the computer you want to connect with for Windows PCs. Outline for the previous section for the IP address.
  3. Go to System>Preferences> Network> for Macs and select your network connection.

Initiate The RDP Connection

Now you have the IP address of the remote computer, it is time to connect:

  •  You can open your preferred client. 
  • On Windows, you can utilize the built-in Remote Desktop connection app. Need to download an RDP client from the app store.
  • Enter the IP address of the remote PC or laptop in the appropriate field.
  • Click on the connect icon to continue.

How To Connect To RDP Online?

Connecting to our Remote Desktop Protocol ( RDP) session online involved access to another computer over the internet in a secure way. This is useful for remote work, excessive files, or managing servers. The process depends on the operating system of both the clients( the device used to connect) and the host(the remote computer you want to access).

Here’s some general guide to get you started: to connect to another Windows machine:

1. On The Computer You Want To Access (Host):

Remote Desktop Option
Remote Desktop Option
  1. Go to Settings> System > Remote Desktop
  2. Turn on “ Enable Remote Desktop”
  3. Note the PC name is shown here

2. On Your Computer (Client)

Remote Desktop Option
Remote Desktop Option
  1. Search for ‘Remote Desktop Connection’ in the start menu and open it
  2. Type the host PC name or IP address and press connect 
  3. Enter the username or password for the host computer

If you are using a Mac

  1. Download Microsoft Remote Desktop from the Mac App Store.
  2. Connect:
  3. Open the app and click Add desktop 
  4. Enter the Windows PC name or IP address
  5. Save and then double-click the new connection to start

Keep It Secure

How To Enable RDP On Your Computer

To enable RDP on your computer, follow these:

Open setting>System>Remote Desktop

Remote Desktop Setting
Remote Desktop Setting

Turn on “Enable Remote Desktop”

Remote Desktop
Remote Desktop

Confirm by clicking confirm if prompted.

Enable Remote Desktop
Enable Remote Desktop

How Do You Connect To The Local RDP?

To connect with local RDP, follow these steps:

Connect to Local RDP
Connect to Local RDP
  1. Ensure RDP is enabled on the host computer
  2. On the client’s computer, open a Remote Desktop Connection
  3. Enter the local IP address hostname of the host computer
  4. Click connect  and provide login credentials

Remote Desktop Connection Download:

The Remote Desktop Connection is a feature of the Microsoft operating system that allows individuals to connect from one PC to another. It can be accessed by the start button when running Windows 7 and other programs.

For Windows Users

Download Remote Desktop for Windows
Download Remote Desktop for Windows
  • Click start 
  • Type Remote Desktop Connection in the search bar 
  • Open the app

For Mac Users

Download From the App Store

Download Remote Desktop from App Store
Download Remote Desktop from App Store
  • Open the App Store
  • Search for Microsoft Remote Desktop
  • Install it
  • Open The Remote Desktop: Find it in your application and open it once installed. 

The open app lets you connect to remote desktops using their API addresses or hostnames. 

The benefits of downloading Remote Desktop Connection are:

Remote Connectivity With Windows

You can connect with any computer terminal that runs Windows. As long as the primary concern is an attack adopted to the same Local area network or internal connection can be established, the program will work efficiently. People use their office computers to program and file through a different computer. It is just the same as working on your office computer. Some engineers prevent errors involving the ultra-strong password for security purposes before accessing the file and system on a remotely accessed PC. 

Best Remote Opportunity

To do remote work, a desktop connection is helpful for workers to access all their computer files and so on when they are out of the office. Its support staff usually uses it to take control of user PCs and diagnose problems remotely if you run Windows and try it out for free.

ProsCons
Access any Windows from anywhereUsers may need to be restricted from connecting
Work on the internet or LANSome firewalls may restrict access
Pros & Cons of RDP

Microsoft Remote Desktop

Microsoft Remote Desktop app connects to a remote PC, and the admin makes virtual apps or desktops available. The app must be more productive without being present in an exact locations. To start, configure your PC for remote access, download the Remote Desktop assistant, and let it work for you.

Features

  • Simple management of connections from the system of the connection center
  • Reach a multi-touch experience by supporting Windows
  • Secure connection to your data
  • Secure your applications
  • Access remote resources from the Azzure virtual desktop

Available ON

  • PC
  • mobiles
  • Hololens
  • Surface hubs

OS

Windows 10 version 16299.- or high

Architecture

  •  X86
  • x64 Arm
  • Arm64

Download

Download Remote Desktop from Microsoft Store
Download Remote Desktop from Microsoft Store

Go to the download link to download the Microsoft remote desktop

https://apps.microsoft.com/detail/9wzdncrfj3ps?hl=en-US&gl=US

Remote Desktop Connection Manager (RDCM)

Remote Desktop Connection Manager (RDCM) is a free Microsoft tool that allows users to manage multiple connections in their homes or anywhere. It helps to organize and group connections for easy switching between them. The Remote Desktop connection manager is mainly connected to the remote computers to manage and maintain more servers, monitor performance, apply updates, and configure settings.
Facilitate to work remotely by connecting to your workstation. With the Remote Desktop connection manager, people connect and troubleshoot issues on other computers, organize connections into groups, and increase by setting up custom settings. This is the best tool for IT professionals to switch between many systems, save time, and improve work efficiency. IT professionals or admins can only effectively manage their organizations with a Remote Desktop connection manager.

Top Benefits Of Remote Desktop Connection Manager

  1. Remote Desktop Connection Manager helps professionals to manage and maintain servers, devices, and workstations. 
  2. Access  troubleshoot system 
  3. Deploy software updates 
  4. Manage them perfectly
  5. Keep an eye on resources 
  6. Monitor system performance Technical Sports  to their users

How To Download

Go to the download page

Download Remote Desktop Connection Manager
Download Remote Desktop Connection Manager

Find the download link.
Click to download

Remote Desktop Connection Manager
Remote Desktop Connection Manager

Wait and Open the download file.

Install Remote Desktop Connection Manager
Install Remote Desktop Connection Manager

Follow the Installation Steps and launch the program

Download

https://play.google.com/store/apps/details?id=com.devolutions.remotedesktopmanager&hl=en&gl=US

Remote Desktop Connection App

After enabling Remote Desktop access on your PC or router, you can open and utilize the MS Windows remote connection app. You can find the app in the start menu and try to connect the Remote Desktop to the search bar. Install it,

After installation, follow these steps to establish a connection: 

  1. Click + add in the top right 
  2. Click PC 
  3. In the field for PC name, use the IP address or network address in the user account section and click the Plus sign. 
  4. Add username or password and then display the name 
  5. Click on Show more 
  6. Click save 
  7. In the saved PC, click your new remote connection to open it 
  8. Click connect 

Your PC will now open one or more desktop connections. To disconnect, press on three dots and select “disconnect.”

Download

https://apps.microsoft.com/detail/9wzdncrfj3ps?hl=en-US&gl=US

Conclusion

Mastering Remote Desktop Protocol (RDP) opens a digital world of remote access and Management possibilities. Following the steps outlined in this guide and utilizing the recommended tools, you can easily connect to remote devices to enable the best calibration and troubleshooting from anywhere. Whether connecting to a Windows 10 PC, a Mac, or a remote server, understanding how to use RDP effectively is essential in today’s interconnected world.

FAQ

How do I connect to a Windows server?

Connect to a Windows server using Microsoft Terminal Services Client (MSTSC). Initiate a Remote Desktop Connection (RDC) on your local Windows device. Press Win+R on the Windows desktop, type “mstsc“, and click OK. In the Remote Desktop Connection dialogue box, select Show Options and customize settings for the Windows server.

How do I grant RDP access to Windows Server?

To log in to the server, begin by right-clicking on the Windows® icon and choosing “System“. Next, navigate to the remote settings, which may vary depending on your version of Windows. Once there, locate and click on “Select Users“. To add a new user, click “Add” and enter the desired username. Verify the username by clicking “Check Names“. Once validated, click “Apply” followed by “OK” to finalize the addition of the user.

How do I access my work server from home?

For Windows users, navigate to Start, then go to Accessories, Communications, and select Remote Desktop. Once in Remote Desktop, input the name of your work computer and click “Connect”. You should now establish a connection to your work computer, enabling you to work remotely from home.

How do I connect to my Windows server via RDP androids?


To connect to your Windows server via RDP on androids, follow these steps:

  1. Download and install a Remote Desktop app from the Google Play Store. Microsoft Remote Desktop is a popular choice.
  2. Launch the Remote Desktop app on your androids device.
  3. Tap the “+” or “Add” icon to create a new connection.
  4. Enter the details of your Windows server, including its IP address or hostname, and any required credentials such as username and password.
  5. Optionally, you can customize additional settings such as display resolution and local resource sharing.
  6. Once you’ve entered the details, tap “Save” or “Connect” to initiate the connection.
  7. The app will establish a connection to your Windows server, and you’ll be able to interact with it remotely from your androids device.

How to connect a Remote Desktop using an IP address in Windows 10?

After configuring the target PC for access and obtaining its IP address, proceed to the remote computer. Open the Start Menu and begin typing “Remote Desktop”. Select Remote Desktop Connection from the search results. Next, enter the IP address in the provided box and click Connect to establish the connection.

The post How to Connect RDP? A Comprehensive Guide appeared first on VPS Malaysia.

]]>
How to Run ClamAV Antivirus Scan from cPanel https://www.tvtvcn.com/blog/how-to-run-clamav-antivirus-scan-from-cpanel/ Tue, 04 Sep 2018 00:39:44 +0000 http://www.tvtvcn.com/?p=5265 In this documentation, we can learn how to run ClamAV antivirus scan from cPanel. 1) Login to your website cPanel account. 2) Find the section ‘Advanced’. 3) Click on the icon ‘Virus Scanner’. 4) You will be brought to the page where you can scan your account. * Please note that scans will automatically stop […]

The post How to Run ClamAV Antivirus Scan from cPanel appeared first on VPS Malaysia.

]]>
In this documentation, we can learn how to run ClamAV antivirus scan from cPanel.

1) Login to your website cPanel account.

2) Find the section ‘Advanced’.clamav ss01

3) Click on the icon ‘Virus Scanner’.clamav ss02

4) You will be brought to the page where you can scan your account.clamav ss03

* Please note that scans will automatically stop if they run for more than one day. *

5) Select the scan you want from the option and click the button ‘Scan Now’ to start.clamav ss04

6) You will be brought to the interface that shows the scanning status.clamav ss05

7) You will get the list of infected files in the section ‘Infected Files’ once the scan is completed.clamav ss06

Following these procedures accordingly to run ClamAV scan from cPanel.

For further assistance, please kindly contact our support department. We will try our best to help you.

The post How to Run ClamAV Antivirus Scan from cPanel appeared first on VPS Malaysia.

]]>
Setup Multiple MT4 Accounts on One VPS (From 1 – 200 MT4) https://www.tvtvcn.com/blog/setup-multiple-mt4/ Sat, 14 Oct 2017 15:44:11 +0000 http://www.tvtvcn.com/?p=5167 You must be aware of using a single MT4 but what about setting up multiple MT4 accounts on the single VPS? You can take it very hard but setup multiple MT4 on a single VPS is easy with this guide. As you install a single MT4, in the same way, you can install 50-200 MT4 […]

The post Setup Multiple MT4 Accounts on One VPS (From 1 – 200 MT4) appeared first on VPS Malaysia.

]]>
You must be aware of using a single MT4 but what about setting up multiple MT4 accounts on the single VPS? You can take it very hard but setup multiple MT4 on a single VPS is easy with this guide. As you install a single MT4, in the same way, you can install 50-200 MT4 terminals or more. However, if you need to run 50 MT4, 100 MT4, and 200 MT4 or more, you will need a powerful dedicated server. Our Forex Dedicated Server will be able to support a large amount of MT4.

Steps 1: Download MT4 From your Broker and Install

The MT4 program can be downloaded directly either from the MT4 website or through any of the large number of forex brokers that offer the program.
With a VPS server with 1GB RAM, you will be able to run at least 4-6 platforms at the same time. However, you have to note that you need a powerful VPS with higher specifications for setting up 50 MT4. VPS Malaysia can provide you Forex VPS or MT4 Virtual Hosting up to 128GB of RAM and 32 Cores of CPU.

Steps 2: Setup Multiple MT4 (Go to next steps if you are lazy)

You just have to consider that when you install the 2nd, 3rd, or any other terminals after the first MT4 installation, you need to change this locations to a unique folder name that does not exist already. For instance, if the installation folder for the first MT4 installation is C: Program FilesMetatrader 4, the installation folder for other MT4 would be like this:

  • C: Program FilesMetatrader 4 – 1
  • C: Program FilesMetatrader 4 – 2
  • C: Program FilesMetatrader 4 – 3

You can give folders whatever name you want, just make sure that each name is unique and keep all installation files in different folders.
When you run the MT4 installation it will give you the option to change the installation destination folder. A dialog box will appear with the “settings,” “cancel,” and “next” options. Once you select the “Yes, I agree…” box, the “Settings” button will become accessible.
When you click the “settings” button you’ll be taken to a page where you can change the MT4 installation destination folder. You can add a number at the end of the “program group” as well. In that way, each installation will have its shortcut created in the programs list.

Steps 2 (Quick): Copy and Paste Multiple MT4

If you have one MT4 terminal installed, you can simply duplicate folders using the copy/paste command and renaming each folder as you wish. You can even use the CTRL+C and CTRL+V commands on your keyboard.

mt4 copy and paste

Open the folder wherever your MT4 platform is installed and locate the MT4 installation folder. The name would be “MetaTrader4.” Now what you have to do is select that folder, press the shortcut key to copy and paste to duplicate that folder. Rename it to “MetaTrader4 – 1” and repeat the process until you have the required number of terminals.

mt4 edit folder name

Once you have duplicated your MT4 folders you should run each terminal individually and set it up accordingly. Run by double-clicking the metatrader.exe(or any other .exe file) inside the folder.

Though it is easy to set up multiple MT4 it requires time and effort to learn the program’s intricacies. You can contact VPS Malaysia to get the expertise on the customization of your server with the exact number of MT4 accounts you need. I would like to know the server requirement I need!

The post Setup Multiple MT4 Accounts on One VPS (From 1 – 200 MT4) appeared first on VPS Malaysia.

]]>