Tutorials

How to Deploy ASP.NET Core App on Linux

  This is a complete tutorial for creating and deploying .NET Core 5 application on Linux using ZoomAdmin.   Steps: Create brand new .NET Core 5 App on your computer or use existing project Build/publish to a local folder Create ASP.NET Core app in ZoomAdmin Use FileZilla or some other SFTP to copy the published …

Read More

How to Backup DigitalOcean Server and Configure Automatic Backups

  In this tutorial, we will show you how to Backup and Restore your servers in DigitalOcean. DigitalOcean makes it really easy to Backup and Restore, take snapshots and configure Automatic Backups. But it’s important to configure this and know the options.   Steps: Login into DigitalOcean Admin panel Select your Server/Droplet Under Backups, click …

Read More

How to Configure Redis Object Cache in WordPress

  In this tutorial, we will show you how to Configure Redis inside WordPress. Installing Redis is a different challenge, but we have a separate tutorial for that, see below. After you install Redis, follow these steps to configure Redis inside WordPress to speedup wordpress using Redis Object Cache.   Steps: Install Redis using ZoomAdmin …

Read More

How to Load Test Data in WordPress, Load 20,000+ Articles using phpMyAdmin

  In this tutorial, we will show you how to generate Test Data for WordPress using Excel, and then load the generated data into WordPress database. We will take a sample article and duplicate it 20,000 times. We will also mess with phpMyAdmin settings to allow for larger imports. Steps: Create sample blog post Export …

Read More

How to Connect Visual Studio Code with VPS Servers to Run Commands and Modify Files

  In this tutorial, we will show you how you connect VSCode with VPS servers and be able to quickly connect to your server, modify files and run commands. VSCode is a very developer friendly tool and if you’re planning on modifying a lot of files or running commands on the server, we recommend to …

Read More

How to Install Redis Server and Redis Commander

In this tutorial, we will show you how you create and deploy Redis server and Redis Commander using ZoomAdmin, then also login into Redis Commander and connect to your Redis server instance. And finally, change the Redis server password using Visual Studio Code. Steps: Login into ZoomAdmin portal and navigate to Apps. Click on Create …

Read More

How to Manage DNS Settings in DigitalOcean and Configure Domain Names for apps

In this tutorial, we will only cover adding domain names to your DigitalOcean account and modifying DNS settings to point domains to your servers. Then, we’ll go over configuring those domain names in ZoomAdmin apps so you can navigate to your apps using Domain Names.   Steps:   Modify Name Servers of your Domains to …

Read More

How to Deploy and Host Multiple WordPress Websites on One VPS Server

    In this tutorial, we will only cover the deployment and installation of the WordPress websites, assuming you already have created the databases to be used for each instance. See blow links for the complete set of tutorials for hosting multiple apps/websites on your servers if you have not watched those yet.   Steps: …

Read More

How to Install phpMyAdmin, Login to MySQL Server and create Databases/Users

  In this tutorial, we will go through installation of phpMyAdmin using ZoomAdmin, then we’ll login to our MySQL instance that we created in our last tutorial and create databases/users.     Steps: Go into your ZoomAdmin panel and be sure your servers are connected. Also check and confirm your mysql1 app is running, the …

Read More

How to quickly install MySQL Server using ZoomAdmin Server Control Panel

In this tutorial, we will cover installing MySQL server using ZoomAdmin and setting root password.   Steps:   Go into your ZoomAdmin panel and be sure your servers are connected. From our last tutorial video, you’ll see that our Server1 is still connected. Then click on Create button on Apps page to create a new …

Read More

How to create a Server/Droplet in DigitalOcean and connect with ZoomAdmin

  In this tutorial, we will create a new server in DigitalOcean and connect it with ZoomAdmin. Steps: Create a new Server/Droplet in DigitalOcean and set the proper server configuration and options. Use Windows CMD to SSH into the server with the details received from DigitalOcean Create a new Server in ZoomAdmin and get 1 …

Read More