Plesk cpanel server migration jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 plesk cpanel server migration jobs found, pricing in USD

    Web page written in Php via uploading files to an ftp server I need to build a web page necessary to upload a files or more files to an ftp server protected by user/password NOTE: - The apache server is mine and resident within my local LAN, the ftp server is within the star LAN network - The ftp client is installed on the apache server - The page must be responsive NAME: Uploader DEL FRATE SRL (dns ) HOME PAGE: - KEY 1 LABEL "OFFICINA" or link ./officina // upload to ftp 1 - KEY 2 LABEL "CARROZZERIA" or link ./carrozzeria // upload to ftp 2 - KEY 3 LABEL "VENDITA" or link ./vendita // upload to ftp 3 After choosing by pressing which FTP server the file will go to, a field appear...

    $160 (Avg Bid)
    $160 Avg Bid
    57 bids

    I am seeking a skilled professional to aid in a threefold Azure migration project involving infrastructure, applications, and data. The particular application to migrate is an e-commerce platform. Additionally, the project requires Azure DevOps to be integrated with Jenkins. The ideal freelancer for this job should have: - Extensive experience with Azure migrations, particularly concerning e-commerce platforms - Familiarity with infrastructure, application, and data migration - Experience with integrating Azure DevOps with Jenkins Despite possible challenges, no direct complications are anticipated in the integration process. However, the freelancer should be prepared to troubleshoot and resolve unforeseen issues swiftly. Your expertise in Azure migrations and DevOp...

    $339 (Avg Bid)
    $339 Avg Bid
    11 bids

    I'm in need of an expert proficient in 17 Hats, mostly to help with setting up projects with vacation rental owners. I would want to build some templates for small vacation rental business. specifically for customizing templates, offer instruction on use of 17hats crm. Some data entry / migration. - Experience in 17 Hats platform - Proven track of altering template functionality - Deep understanding of payment structures, CRM funcionality and limitations of 17 Hats - High attention to details Your role would be to setup general project templates for owners at timeshare properties in Colorado. Ideally you could identify potential areas of improvement, and implement changes to better align it with our business needs. If you possess the requisite skills and past experienc...

    $19 / hr (Avg Bid)
    Featured NDA
    $19 / hr Avg Bid
    8 bids

    ...20,000 products, peicebooks and related products records into my Salesforce CRM (dev triql Load first, then also document the process so we are ready for prod data load) as soon as possible. Specific project requirements include: - Successful migration into my Salesforce CRM(dev trial) - Ensuring all relevant data points are correctly aligned and functioning- - document the migration process done in dev - once approved, migrate the data into prod. Ideal candidates for this project will have: - Extensive experience with Salesforce data migration of products and pricebooks. - Proven track record of successful data migrations - Superior attention to detail - Ability to work quickly and efficiently Please include examples of similar work with your application. I...

    $18 / hr (Avg Bid)
    $18 / hr Avg Bid
    27 bids

    Currently, I need to downgrade the version of MySQL from 8.0 to 7.2 on my VPS server. I also need to make the necessary configurations for the proper functioning of my databases. Please only experts in the field who are confident they can quickly do the job. I need the solution right now.

    $32 (Avg Bid)
    $32 Avg Bid
    7 bids

    I'm in need of an expert Oracle 19C integrator to perform a couple of crucial tasks for my lab equipment. Job duties will include: • Configuring Oracle 19C • Migrating data While applying for this job, the freelancer should include their past work experience related to the Oracle 19C platform. I'm mainly looking for someone with expert level skills in Oracle 19C if they want to be successful in this job. Be prepared to show your past projects demonstrating your capabilities. This is not a learning opportunity - proficiency is a must. We have a lab equipment, this eq export all the data in CSV and we need to export this data in our software. This software have Oracle 19C Database.

    $509 (Avg Bid)
    $509 Avg Bid
    33 bids

    I am looking for an experienced server administrator to install and configure my RSAS (audio server) on 4 VPS servers, hosted in different data centres. The purpose of this project is to enhance the performance of my streaming services by reducing network latency. This project will involve utilizing the RSAS servers as edge stream relays, connecting them to the origin stream, and making this stream accessible to users in various geographic regions. Ideal experience and skills: - Solid background in server administration - Proven experience with RSAS and VPS server configuration and installations - Knowledge of domain configuration Project requirements include: - VPS servers to share the same domain name - Set up an SSL certificate for the domain - Proper ...

    $25 (Avg Bid)
    Guaranteed
    $25
    4 entries

    complete setup and provisioning of ubuntu 20.04 with whm, dns zone configuration, osticket migration, domain change and upgrade.

    $60 (Avg Bid)
    $60 Avg Bid
    1 bids

    I'm on the lookout for a skilled WordPress developer to assist me in moving my domain from my current website to a newly developed one. Once transferred, I need your expertise to ensure the new website goes live successfully. Key Requirements: - Experience with WordPress domain transfers - Ability to manage the migration process end-to-end - Proficiency with WordPress theme integrations, as this is a requirement for my new site. Your role won't end until the new site is fully operational. For this job, proven experience in WordPress and domain name handling is a must. also you must be able to hand me the backend of the website where i can manage content.

    $151 (Avg Bid)
    $151 Avg Bid
    202 bids

    ...In-depth knowledge of Veeva CRM functionalities and architecture. - Proven track record of successful data migration projects, particularly with product data. - Ability to analyze and map existing data structures to the Veeva CRM model. - Strong problem-solving skills to address any potential migration challenges. - Excellent communication skills to work closely with our internal team and provide updates on project progress. **Skills and Experience:** - Experience with Veeva CRM development environments. - Familiarity with data migration tools and protocols specific to Veeva Systems. - Understanding of data privacy and security measures within a CRM context. - Capability to provide post-migration support and adjustments as needed. This project is critical f...

    $17 / hr (Avg Bid)
    $17 / hr Avg Bid
    42 bids

    Wordpress / Pretix / Debian server PLEASE READ THIS JOB POST BEFORE BIDDING! I had a freelancer setup a wordpress site and also a installation of pretix. This site is currently running directly from its IP address as the domain name is in use with a live site whilst this is built behind the scenes. They have setup wordpress on port 81 and pretix on port 80. Currently pretix isn’t working it just throwing up a 500 error. Firstly is it possible to run them both from port 80? If so I need that to be done. Secondly I need pretix to work, this site isn’t currently live so I’m happy for just a fresh working installation of pretix if that’s what it takes. Finally I know very little about Debian, I need an FTP user account setting up for myself with full read/w...

    $34 (Avg Bid)
    $34 Avg Bid
    17 bids

    We've coded our own Websocket server in python3 which is over 700 lines and it works really well. Its job is to accept and verify clients through our mysql database, accept and respond to Websocket messages and so on. Each client is considered a new thread so it won't "block" execution for other clients. The problem is that the threads are not reused nor closed when the client disconnects. Instead, all of the threads are stacking up and this is very bad resource-wise. (Although we use thread pooling) All we need is a professional python3 engineer to fix the stacking threads problem without changing anything else in the program. It works fine but it eats resources like crazy. Meanwhile, due to the nature of our project, the engineer who we'll pick, will wo...

    $151 (Avg Bid)
    $151 Avg Bid
    22 bids

    ...setup—encompassing Gmail, Google Drive, and Google Calendar—to a new domain. Despite initiating the migration, I'm currently facing a perplexing issue where the process seems to have stalled at 0%. Although it appears some data is being transferred, it's evident that not everything is moving as it should. **Key Requirements:** - **Expertise in Google Workspace:** You should have a solid background in managing and troubleshooting Google Workspace applications, specifically Gmail, Google Drive, and Google Calendar. - **Problem-solving Skills:** I'm looking for someone who is adept at diagnosing and resolving migration issues, particularly with migrations that appear stuck or incomplete. - **Experience with Domain Migration:** Prior experie...

    $509 (Avg Bid)
    $509 Avg Bid
    11 bids

    ...troubleshooting and migration. Recently, I transferred a new domain to my existing Squarespace site, and now, unfortunately, neither URL is working. I'm seeking assistance to resolve these issues promptly and ensure my website is accessible and functioning correctly. **Requirements:** - Expertise in DNS troubleshooting, specifically with Squarespace - Experience in DNS migration and configuration - Ability to diagnose and fix DNS resolution issues - Proficiency in handling domain transfers without affecting site availability **Ideal Skills:** - Strong background in web hosting and DNS management - Experience with Squarespace and understanding of its DNS settings - Knowledge in resolving common DNS issues, such as non-resolving domains - Familiarity with wider DNS pl...

    $125 (Avg Bid)
    $125 Avg Bid
    43 bids

    I'm on the lookout for an experienced web developer to handle the migration of my website and domain from HostGator to Ionos. This is a crucial project for me, and I need someone who can perform the migration with minimal downtime and ensure everything runs smoothly post-transfer. Below are the details and requirements for this job. **Website Details:** - Type: Private (Exact nature to be disclosed in private discussions) - Pages: My website has between 10 to 20 pages. - Additional Components: It uses a few standard plugins and themes that are essential for its operation. **Required Skills and Experience:** - Proficient in WordPress migrations. - Familiar with both HostGator and Ionos hosting platforms. - Experience in transferring domain names with minimal disruptions...

    $162 (Avg Bid)
    $162 Avg Bid
    131 bids

    ...experienced freelancer to assist in deploying a React and Node.js project on my server. The project is already developed, but I need help with the deployment process to ensure it runs smoothly. **Requirements:** - Deep understanding of server environments - Proficient in deploying Node.js applications, specifically using the latest Node.js version - Experience in deploying React applications - Ability to work without the need for setting up environment variables, as this has been taken care of - Excellent problem-solving skills to address any deployment challenges **Ideal Skills and Experience:** - Prior experience with Server deployment - Strong knowledge of Node.js and React frameworks - Familiarity with server management and deployment protocols - Abil...

    $25 (Avg Bid)
    $25 Avg Bid
    10 bids

    I have a strange issue I have a REDMINE that works on the old server but after it is moved it says proxy issue and the user can not access it. **ERROR** [error] 9309#0: *44008 connect() failed (111: Connection refused) while connecting to upstream, client: , server: , request: "GET / HTTP/2.0", upstream: "", host: "", referrer: "" **PROXY code in NGINX** location / { proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header Host $http_host; proxy_pass ; } **Requirements:** - PLESK - UBUNTU 22.04 - REDMINE - MIGRATION between servers

    $18 / hr (Avg Bid)
    $18 / hr Avg Bid
    9 bids

    I'm in urgent need of a specialist to diagnose and resolve performance issues plaguing my recently launched WordPress site. Despite a robust backend including Linux, Cloudflare, and cPanel/WHM, we're facing frustratingly slow load times and intermittent certificate errors. ### Key Issues: - **Slow Loading Times:** Pages take too long to become interactive, affecting user experience and likely SEO. ### Recent Changes: The site has been moved from one development server where performance was fine to a new vps where performance has suffered. Both servers have similar resources I expect there is a misconfiguration/loop somewhere but need help diagnosing and fixing. ### Ideal Skills and Experience: - **WordPress Expertise:** Deep understanding of WordPress architectu...

    $47 / hr (Avg Bid)
    $47 / hr Avg Bid
    110 bids

    I'm seeking a skilled freelancer to help with setup of App Server Notifications in the App Store Connect for our Flutter-based mobile app. Main requirement is to configure Apple Subscriptions, ensuring our existing server in Google Cloud communicates effectively with Apple's platform to manage subscription (new purchases, cancels, renewals, promotions, intro offers etc.) events seamlessly. **Key Responsibilities:** - Implement and test the setup for App Server Notifications related to Apple Subscriptions on our existing server in Google Cloud. This includes handling subscription purchases, renewals, expirations, cancellations, promotions and Introductory offer events. - Explain the process to our team, so any future basic maintenance can be handled as...

    $21 (Avg Bid)
    $21 Avg Bid
    3 bids

    I need an expert to transition from PHP mailing to using SpamExperts and SMTP Authentication. My project involves: - Integrating my current email service (Web forms) - Implementing SpamExperts and SMTP Authentication - Adapting these changes to all kinds of web forms (contact, registration, and order forms) Ideal skills and experience for the job include extensive knowledge in email integr...web forms (contact, registration, and order forms) Ideal skills and experience for the job include extensive knowledge in email integration, particularly in SpamExperts and SMTP Authentication as well as proficiency in working with different types of web forms. Proficiency in PHP would be a bonus since the current system uses PHP mailing. My website is hosted on a shared hosting service with c...

    $154 (Avg Bid)
    $154 Avg Bid
    39 bids

    ... making critical improvements to ensure our application's integrity and user data protection. **Current System Specifications:** - Version: Hash1 - Languages: CLASSIC ASP, C#, and VB.NET **Requirements:** - **Upgrade Security:** Shift our system from Hash1 to the more secure Hash3 algorithm. This includes updating all relevant code and ensuring backward compatibility or providing a clear migration path for existing data. - **Audit & Recommendations:** Conduct a thorough security audit of the current system and recommend additional security enhancements beyond the Hash upgrade. - **Documentation:** Provide detailed documentation on the changes made, including any necessary steps for future maintenance or upgrades by our internal team. **Ideal Skills and Experience:**...

    $207 (Avg Bid)
    $207 Avg Bid
    20 bids

    ...initial focus on contacts and companies. - Ensure a seamless import of key contacts and companies from our current informal system to HubSpot. - Implement a structure that supports easy management and categorization of these entities. **Ideal Skills and Experience:** - Strong proficiency in HubSpot CRM, particularly in setting up contacts, companies, and deal structures. - Experience in data migration, especially from non-traditional systems into HubSpot. - Ability to advise on best practices for CRM setup to facilitate growth and efficiency. - Excellent communication skills for coordinating with our team and understanding our unique business needs. **Expectations:** You'll play a crucial role in modernizing our sales and marketing efforts, enabling more strategic outreach...

    $281 (Avg Bid)
    $281 Avg Bid
    21 bids

    I'm seeking an experienced professional who can seamlessly migrate all my emails from Outlook to Gmail. Key tasks: - Migrate all emails from Outlook to Gmail. Potential freelancers should have: - Track record of successful email client migrations. - Proficiency in both Outlook and Gmail. - Ability to handle data transfers ...- Track record of successful email client migrations. - Proficiency in both Outlook and Gmail. - Ability to handle data transfers while ensuring privacy and integrity. - Strong problem-solving skills in case of any technical difficulties during transfer. Your proposal should demonstrate your experience with similar projects. Mention any specific strategies or tools you plan to use for this migration as well. Please note, adhering to the project timel...

    $277 (Avg Bid)
    $277 Avg Bid
    25 bids

    Wordpress expert needed to migrate a wordpress site to another domain on same hosting, about 5 pages max. Also this is a rename work, so in some places need to update the name of the app and logo, thanks Thanks

    $82 (Avg Bid)
    $82 Avg Bid
    59 bids

    Excel vba program migration from windows 2003 to my Mac Small project two to three days. Person must be close to Raliegh so I cab sit with them to advice how thing work. Call 919 414-9818 if you are interested in working on this.

    $36 / hr (Avg Bid)
    $36 / hr Avg Bid
    12 bids

    I'm seeking an experienced IT professional to configure a Proxmox server using a Windows operating system. The tasks include: - Setting up the server for various functions - to act as a virtualization host, a storage unit, and a network services provider. - Customizing the configuration to meet the requisites of running 1-5 virtual machines. The ideal candidate must possess a strong familiarity with Proxmox software and a deeper understanding of virtual machine operations. Proficiency with Windows OS is a must. Experience in network services provision will be advantageous.

    $45 (Avg Bid)
    $45 Avg Bid
    15 bids

    I'm currently facing some issues with my Express server and I'm in need of a Node expert to solve them. The selected candidate will be assigned with the following tasks: - Express server setup and configuration. - Database integration. - API development. - Correcting routing issues, specifically incorrect routing paths on the server. Ideal candidates will have prior experience in server configurations, API development and database integrations. Proficiency in troubleshooting and solving routing issues is essential. I need these problems fixed as soon as possible, hence experience and efficiency in Node is key to this project.

    $15 - $25 / hr
    Sealed NDA
    $15 - $25 / hr
    9 bids

    ...dealing with a daunting issue in my multi-tenancy Laravel app with three services. The application, which utilizes MySQL as its database system, is beset with both migration and seeding issues. Your main job assignment as a freelancer would be to: 1. Identify and resolve the migration issue. The issue has marred functioning, causing errors during migration. 2. Find and fix the seeding problem. Inaccurate seeding is a persistent problem that needs an immediate fix. Ideal Skills: - Profound experience in Laravel application development. - Exceptional expertise in handling MySQL databases. - Strong abilities in resolving migration and seeding issues. - Experience in working with multi-tenancy apps. So, if you find yourself qualified enough with these skil...

    $87 (Avg Bid)
    $87 Avg Bid
    19 bids

    I am on the lookout for a seasoned professional to design a 10-minute long PowerPoint presentation on technical strategy, with particular emphasis on the IT Team, IT infrastructure and cloud migration and data and artificial Intelligence. Key responsibilities: - Create visually compelling and informative slides - Break down complex concepts into easily understandable visuals and explanations Ideal candidate: - Proficient in PowerPoint - Background in IT infrastructure, data management and AI - Able to translate technical information into straightforward language for a non-technical audience - Proven ability to work within tight deadlines

    $462 (Avg Bid)
    $462 Avg Bid
    53 bids

    Looking for an SQL expert to fix an issue am having while doing restore of db. This is a very simple work for someone that is knowledgeable on this sort of work

    $24 (Avg Bid)
    $24 Avg Bid
    42 bids

    A while back my wordpress websites were hacked Some files got renamed every few hours. I had put a cron to rename the files automatically but after trying to fix it, something went worse. I would like for someone to secure my site and fix the wordpress site. You will be given ssh access

    $141 (Avg Bid)
    $141 Avg Bid
    101 bids

    I'm looking for an expert in Java, Spring MVC/security/Batch who can take on the task of migrating my project from Spring MVC 4.2 to Spring MVC 6.x. Key tasks will involve: - There are various modules in the application but i have created a sample application out of it , just with 2-3 pages like Login, Home & Save...modules in the application but i have created a sample application out of it , just with 2-3 pages like Login, Home & Save User. - Understanding the current project design flow and functionalities. - Upgrade the sample application and if required need to re-write some part of it Ideal skills and experience: - Proficiency in Java and Spring(MVC, Security, Batch etc...) - Experience in project migration - Strong understanding of designing the Login module...

    $1282 (Avg Bid)
    $1282 Avg Bid
    21 bids

    ...process. - Implement modern Android app development practices where necessary. **Ideal Skills and Experience:** - Proficiency in Java, as the original app development language is assumed to be Java due to its age and the platforms it was designed for. - Extensive experience with Android app development, including familiarity with the latest Android SDKs and APIs. - A strong understanding of the migration processes for updating older Android apps to work on newer versions of the operating system. - Problem-solving skills and the ability to identify and fix bugs that may arise from the upgrade process. - Previous experience in reviving or upgrading old applications would be highly beneficial. **Additional Information:** - The completion timeframe for this project is within a mont...

    $153 (Avg Bid)
    $153 Avg Bid
    25 bids

    I'm seeking an experienced Java developer to craft an unforgettable private server for a classic MMORPG—RuneScape. This server will be a haven for both hardcore PvP combat enthusiasts and players who revel in PvE, skilling, and intricate economies. With an estimated player base of 100-500 users, the server needs to be robust, engaging, and endlessly entertaining. **Features I Need:** - Integration of **PvP Combat**: A dynamic and fair PvP combat system that keeps players on their toes. - **PvE Elements**: Engaging PvE content that offers challenges and rewards to solo players and groups. - **Skilling and Economy**: A balanced skilling system and a player-driven economy that mirrors the complexity and engagement of the original game. **Ideal Skills and Expe...

    $235 (Avg Bid)
    $235 Avg Bid
    22 bids

    Devops person with skills set of windows azure powershell, Ansible scripting, .net framework, up dating dependencies, server migration gitlab Jenkins, SSO installation.

    $550 (Avg Bid)
    $550 Avg Bid
    22 bids

    Devops person with skills set of windows azure powershell, Ansible scripting, .net framework, up dating dependencies, server migration gitlab Jenkins, SSO installation.

    $482 (Avg Bid)
    $482 Avg Bid
    20 bids

    ...to somewhere between 1,000 - 5,000 items. In addition to the product data, I require the migration of basic customer information, though order history is not needed in this instance. Ideal Skills and Experience: - Proficiency in Shopware 5 and Shopware 6 platforms - Strong background in e-commerce data migration - Experience with handling large datasets - Knowledge of database management and optimization - Ability to ensure data integrity post-migration - Understanding of data privacy principles Requirements: - Seamless migration of 1,000 - 5,000 product details to Shopware 6 - Transfer of basic customer information without compromising data privacy - Assurance of minimal downtime during the migration process My goal is to make this transition as sm...

    $26 / hr (Avg Bid)
    $26 / hr Avg Bid
    46 bids

    My payment gateway provider has been accuried by someone hence we need to migrate to a new provider. I have all the required documentation. I need you to understand how the migration will be done, then do it for me on my Code Ignitor platform. Task must be done via anydesk. You must understand how to work via SSH or i can pull the repo for sftp.

    $161 (Avg Bid)
    $161 Avg Bid
    32 bids

    I'm currently undertaking a project that requires the meticulous conversion of important documents, which are in a physical format, into digital re...entry software and basic office programs (e.g., Excel, Word) efficiently. - Strong organizational skills to manage the volume of documents effectively. The ideal candidate will be able to demonstrate a proven track record of similar projects, showcasing their ability to handle complex data entry tasks with precision and speed. Your role will be crucial in ensuring the data's integrity during the migration process, making it accessible and useful for further analysis and reporting. If you have the skills and experience outlined above, I look forward to receiving your proposal and discussing how you can contribute to the succ...

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    45 bids

    We have a project built on laravel + vuejs Need help with some things :- 1) The laravel project has grown to...some things :- 1) The laravel project has grown to a massive 2.9 gbs, which is ridiculous, I think its because of useless packages. We only need the neccessary packages and reduce size of the project. 2) Want to know the best practices of hosting laravel and vuejs on cpanel, or some other better option. Because it takes too much time to host the project. 3) Mysql database table partitioning . 4) We have two separate folders , 1 for vuejs and 1 for laravel api. Now we need to host them on two separate sub domains on cpanel, is there a way to keep them in a single project directory. Mostly our requirements are to learn about best hosting approach we should use to ...

    $10 (Avg Bid)
    $10 Avg Bid
    3 bids

    I want a skilled freelancer to seamlessly migrate my Shopify store to a WordPress platform. While I haven't fully detailed my specifications, I'm open to discussing potential improvements regarding the store's functionality and features. Ideally, I require a professional who can: - Execute a solid migration without loss of data. - Present proposals for custom homepage designs, improved search functionality and potential third-party plugin integrations. - Discuss the benefits of migration to WordPress considering better customization options, lower ownership costs, and enhanced SEO capabilities. - Create a design that aligns with my tastes. Although I've not specified a preference, options include clean minimalism, bold vibrancy, or classic elegance. The ...

    $68 (Avg Bid)
    $68 Avg Bid
    32 bids

    I am urgently seeking an expert developer who can help me migrate my current WordPress website. The target platform was not indicated, so it would be great if y...seeking an expert developer who can help me migrate my current WordPress website. The target platform was not indicated, so it would be great if you could recommend the best option considering we're going for a platform that is user-friendly and has great support for e-commerce. -Responsibilities include: • Database backup and migration • Theme and plugins migration • Testing website functionality after migration Ideal candidates should have experience in WordPress migration and strong expertise in multiple website platforms. Please indicate your suggested platform in your propo...

    $66 (Avg Bid)
    $66 Avg Bid
    54 bids

    ...specializes in Ubuntu servers. My primary goal is to optimize my server for web hosting, ensuring it runs smoothly and securely. Here's what I need help with: - **Server Setup and Configuration:** Configure the server for optimal performance in hosting web applications, including Apache or Nginx setup, PHP configurations, and any other necessary software installations. - **User Management and Permissions:** Establish a secure and efficient user management system. This includes setting up different users for different tasks, assigning appropriate permissions, and ensuring that only authorized users can access certain files and directories. - **Security and Firewall Management:** Implement robust security measures to protect the server from unauthorized...

    $46 (Avg Bid)
    $46 Avg Bid
    12 bids

    I am looking for a skilled freelancer with a passion for game development and specific experience in modding who can elevate my Wurm Unlimited server to the next level. My project involves two main components: 1. **Modding the Game**: - I need modifications to existing gameplay mechanics to enhance the player experience. This will require deep knowledge of the game's structure and the ability to implement changes that are stable and well-integrated into the existing system. 2. **Customizing Server Settings**: - The centerpiece of these customizations will be modifying the Player vs Player (PvP) settings. The objective is to create a more engaging, balanced, and competitive PvP environment. This might involve tweaking damage ratios, adjusting cooldowns, or any num...

    $13 / hr (Avg Bid)
    $13 / hr Avg Bid
    4 bids

    More details: What specific features or functionalities do you need in your QGIS server development project? Geospatial data management, Map rendering and visualization, Web-based geoportal integration What information should successful freelancers include in their application? Detailed project proposals Do you have any specific preferences or requirements for the freelancer's past work in the field of QGIS server development?

    $2315 (Avg Bid)
    $2315 Avg Bid
    29 bids

    ...to the google profile for you will see what I mean. Also fails on other external sites like has my website. I shouldn't have to do a redirect as my url has not changed. I have as my root and in the CNAME. Need help in sorting this out soon. **Key Requirements:** - The freelancer should have experience in website migration, specifically with Google Sites, and a strong understanding of how 404 errors occur and how to resolve them. - Expertise in SEO practices is crucial, as updating incorrect links on external sites needs not just technical competence but also strategic thinking. - The ability to promptly communicate with external site administrators or platforms hosting the incorrect links to ensure timely updates

    $132 (Avg Bid)
    $132 Avg Bid
    48 bids

    I am looking to mi...looking to migrate my Opencart / PHP based website with an integrated e-commerce store, to a new hosting domain. Key tasks involved are: - Transfer all website content accurately - Carefully migrate all databases, e-commerce store included - Verify website functionalities post-migration A freelancer with the following skills would be ideal for this task: - Solid experience in PHP and database migration - Expertise in website migration without operational disruption - Proven track record in seamless e-commerce migration - Full understanding of domain and hosting services I have full access to current website files and its database, which should aid in the smooth transition. Ensure me that you can provide that, as well as keep the e-com...

    $36 (Avg Bid)
    $36 Avg Bid
    18 bids

    I am looking for an expert in data entry, specifically skilled in data migration, to assist with transferring basic data from Excel spreadsheets. The project involves names and addresses, thus requiring a meticulous approach to ensure accuracy and integrity during the migration process. **Requirements:** - Proficient in Excel and data entry tasks. - Experience in data cleaning and validation to guarantee data accuracy. - Ability to manage simple datasets focused on names and addresses. **Ideal Skills and Experience:** - Proven track record of successful data migration projects. - Strong attention to detail, especially in verifying and cleaning data. - Experience with Excel functionality, including basic formulas and data organization techniques. - Ability to complete...

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    31 bids

    Exchange Installation Document.

    $20 / hr (Avg Bid)
    $20 / hr Avg Bid
    1 bids

    Website Migration & Cloud Integration Looking for a freelancer to migrate our ReactJS and Node.js website to a new hosting platform, including Frontend, Backend, and Admin Panel. Integration with cloud storage for seamless file handling is required. 1. Migrate ReactJS Frontend and Node.js Backend. 2. Transfer Admin Panel with necessary adjustments. 3. Integrate cloud storage for efficient file management. Requirements: - Experience in ReactJS and Node.js migrations. - Proficiency in cloud storage solutions. - Strong testing and troubleshooting skills. We look forward to working with a skilled professional for a successful migration and integration.

    $15 (Avg Bid)
    $15 Avg Bid
    11 bids