Server scripts provide an environment for running your own server-side code alongside a uCoz website. You can use them to build APIs and web applications, Telegram bots, forms that store data, integrations with external services, and automated tasks.

The website and server scripts are separate systems, but they can interact with each other.

Capabilities

🐘

PHP 8

Run PHP files without configuring a separate web server. Code changes become available immediately after saving.

🟢

Node.js

Applications, APIs, bots, and data handlers with dependencies installed from package.json.

🐍

Python

Background services, automation, data processing, and AI tools with dependencies from requirements.txt.

🗄️

MySQL

Create databases and separate users to store server application data.

📁

Files and FTP

Upload files from the Control Panel or through a dedicated FTP account.

⏱️

Cron

Run scripts on a schedule for recurring synchronization, data processing, and other tasks.

Solution examples

See how server scripts can power an online store multi-filter and an order statistics dashboard.

View examples →

Getting started

A step-by-step guide to PHP, Node.js, Python, MySQL, FTP, and Cron setup, along with troubleshooting and security.

Open the guide ↗